Home
last modified time | relevance | path

Searched defs:bn_gencb_st (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/include/openssl/
Dbn.h656 struct bn_gencb_st { struct
658 int (*callback)(int event, int n, struct bn_gencb_st *); argument
/third_party/openssl/crypto/bn/
Dbn_local.h255 struct bn_gencb_st { struct
256 unsigned int ver; /* To handle binary (in)compatibility */
257 void *arg; /* callback-specific data */
258 union {
263 } cb;
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dprime.c367 int (*f)(int event, int n, struct bn_gencb_st *), in BN_GENCB_set()