Searched defs:bn_gencb_st (Results 1 – 3 of 3) sorted by relevance
656 struct bn_gencb_st { struct658 int (*callback)(int event, int n, struct bn_gencb_st *); argument
255 struct bn_gencb_st { struct256 unsigned int ver; /* To handle binary (in)compatibility */257 void *arg; /* callback-specific data */258 union {263 } cb;
367 int (*f)(int event, int n, struct bn_gencb_st *), in BN_GENCB_set()