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.c46 return cb->cb.cb_2(a, b, cb); in BN_GENCB_call()
Dbn_local.h262 int (*cb_2) (int, int, BN_GENCB *); member
Dbn_lib.c991 tmp_gencb->cb.cb_2 = callback; in BN_GENCB_set()