Searched refs:BN_GENCB (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bn.h | 310 typedef struct bn_gencb_st BN_GENCB; 356 int (*cb_2) (int, int, BN_GENCB *); 360 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 363 BN_GENCB *tmp_gencb = (gencb); \ 369 BN_GENCB *tmp_gencb = (gencb); \ 562 const BIGNUM *rem, BN_GENCB *cb); 563 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); 565 int do_trial_division, BN_GENCB *cb); 572 BN_GENCB *cb); 575 BN_CTX *ctx, BN_GENCB *cb);
|
D | ossl_typ.h | 125 typedef struct bn_gencb_st BN_GENCB; typedef
|