Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
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()
Dbn_local.h267 void (*cb_1) (int, int, void *); member
Dbn_lib.c1001 tmp_gencb->cb.cb_1 = callback; in BN_GENCB_set_old()