Searched refs:BN_GENCB_new (Results 1 – 17 of 17) sorted by relevance
6 BN_is_prime_fasttest_ex, BN_GENCB_call, BN_GENCB_new, BN_GENCB_free,25 BN_GENCB *BN_GENCB_new(void);169 A B<BN_GENCB> structure should be created through a call to BN_GENCB_new(),204 BN_GENCB_new returns a pointer to a BN_GENCB structure on success, or B<NULL>221 Instead applications should create a BN_GENCB structure using BN_GENCB_new:224 callback = BN_GENCB_new();241 The BN_GENCB_new(), BN_GENCB_free(),
33 cb = BN_GENCB_new(); in DH_generate_parameters()
345 pcb = BN_GENCB_new(); in pkey_dh_paramgen()
42 cb = BN_GENCB_new(); in DSA_generate_parameters()
218 pcb = BN_GENCB_new(); in pkey_dsa_paramgen()
33 BN_GENCB *cb = BN_GENCB_new(); in RSA_generate_key()
759 pcb = BN_GENCB_new(); in pkey_rsa_keygen()
79 BN_GENCB *cb = BN_GENCB_new(); in genrsa_main()
81 if (!TEST_ptr(cb = BN_GENCB_new())) in dsa_test()
132 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
569 gencb = BN_GENCB_new(); in dsa_gen()
608 gencb = BN_GENCB_new(); in rsa_gen()
744 gencb = BN_GENCB_new(); in dh_gen()
93 BN_GENCB *BN_GENCB_new(void);
99 BN_GENCB *BN_GENCB_new(void);
965 BN_GENCB *BN_GENCB_new(void) in BN_GENCB_new() function
432 BN_GENCB_new 440 3_0_0 EXIST::FUNCTION: