Searched refs:BN_GENCB (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddh.h108 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
187 int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
H A Dossl_typ.h112 typedef struct bn_gencb_st BN_GENCB; typedef in typeref:struct:bn_gencb_st
H A Ddsa.h132 BN_GENCB *cb);
220 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
H A Dbn.h313 int (*cb_2)(int, int, BN_GENCB *);
316 /* Wrapper function to make using BN_GENCB easier, */
317 int BN_GENCB_call(BN_GENCB *cb, int a, int b);
318 /* Macro to populate a BN_GENCB structure with an "old"-style callback */
320 BN_GENCB *tmp_gencb = (gencb); \
324 /* Macro to populate a BN_GENCB structure with a "new"-style callback */
326 BN_GENCB *tmp_gencb = (gencb); \
499 const BIGNUM *rem, BN_GENCB *cb);
500 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
502 int do_trial_division, BN_GENCB *c
[all...]
H A Drsa.h125 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
217 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);

Completed in 40 milliseconds