Home
last modified time | relevance | path

Searched refs:BN_GENCB_new (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/doc/man3/
DBN_generate_prime.pod6 BN_GENCB_new, BN_GENCB_free, BN_GENCB_set_old, BN_GENCB_set, BN_GENCB_get_arg,
24 BN_GENCB *BN_GENCB_new(void);
139 A B<BN_GENCB> structure should be created through a call to BN_GENCB_new(),
174 BN_GENCB_new returns a pointer to a BN_GENCB structure on success, or B<NULL>
191 Instead applications should create a BN_GENCB structure using BN_GENCB_new:
194 callback = BN_GENCB_new();
208 The BN_GENCB_new(), BN_GENCB_free(),
/third_party/openssl/crypto/dh/
Ddh_depr.c30 cb = BN_GENCB_new();
Ddh_pmeth.c362 pcb = BN_GENCB_new(); in pkey_dh_paramgen()
/third_party/openssl/crypto/dsa/
Ddsa_depr.c46 cb = BN_GENCB_new();
Ddsa_pmeth.c203 pcb = BN_GENCB_new(); in pkey_dsa_paramgen()
/third_party/openssl/crypto/rsa/
Drsa_depr.c31 BN_GENCB *cb = BN_GENCB_new();
Drsa_pmeth.c734 pcb = BN_GENCB_new(); in pkey_rsa_keygen()
/third_party/openssl/test/
Ddsatest.c77 if (!TEST_ptr(cb = BN_GENCB_new())) in dsa_test()
Ddhtest.c131 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
/third_party/openssl/apps/
Dgenrsa.c56 BN_GENCB *cb = BN_GENCB_new(); in genrsa_main()
Ddsaparam.c133 cb = BN_GENCB_new(); in dsaparam_main()
Ddhparam.c164 cb = BN_GENCB_new(); in dhparam_main()
/third_party/openssl/include/openssl/
Dbn.h93 BN_GENCB *BN_GENCB_new(void);
/third_party/openssl/crypto/bn/
Dbn_lib.c945 BN_GENCB *BN_GENCB_new(void) in BN_GENCB_new() function
/third_party/openssl/crypto/err/
Dopenssl.txt203 BN_F_BN_GENCB_NEW:143:BN_GENCB_new
/third_party/openssl/util/
Dlibcrypto.num440 BN_GENCB_new 440 1_1_0 EXIST::FUNCTION: