Home
last modified time | relevance | path

Searched refs:cb_1 (Results 1 – 3 of 3) sorted by path

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c1001 tmp_gencb->cb.cb_1 = callback; in BN_GENCB_set_old()
H A Dbn_local.h287 void (*cb_1) (int, int, void *); member
H A Dbn_prime.c109 if (!cb->cb.cb_1) in BN_GENCB_call()
111 cb->cb.cb_1(a, b, cb->arg); in BN_GENCB_call()