Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_prime.c115 return cb->cb.cb_2(a, b, cb); in BN_GENCB_call()
Dbn_local.h269 int (*cb_2) (int, int, BN_GENCB *); member
Dbn_lib.c1011 tmp_gencb->cb.cb_2 = callback; in BN_GENCB_set()