BN_GENCB          297 extra_lib/include/openssl/bn.h typedef struct bn_gencb_st BN_GENCB;
BN_GENCB          345 extra_lib/include/openssl/bn.h 		int (*cb_2)(int, int, BN_GENCB *);
BN_GENCB          349 extra_lib/include/openssl/bn.h int BN_GENCB_call(BN_GENCB *cb, int a, int b);
BN_GENCB          352 extra_lib/include/openssl/bn.h 		BN_GENCB *tmp_gencb = (gencb); \
BN_GENCB          358 extra_lib/include/openssl/bn.h 		BN_GENCB *tmp_gencb = (gencb); \
BN_GENCB          538 extra_lib/include/openssl/bn.h 		const BIGNUM *rem, BN_GENCB *cb);
BN_GENCB          539 extra_lib/include/openssl/bn.h int	BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
BN_GENCB          541 extra_lib/include/openssl/bn.h 		int do_trial_division, BN_GENCB *cb);
BN_GENCB          112 extra_lib/include/openssl/dh.h 	int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
BN_GENCB          192 extra_lib/include/openssl/dh.h int	DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
BN_GENCB          136 extra_lib/include/openssl/dsa.h 			BN_GENCB *cb);
BN_GENCB          224 extra_lib/include/openssl/dsa.h 		int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
BN_GENCB          117 extra_lib/include/openssl/ossl_typ.h typedef struct bn_gencb_st BN_GENCB;
BN_GENCB          126 extra_lib/include/openssl/rsa.h 	int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
BN_GENCB          269 extra_lib/include/openssl/rsa.h int	RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);