Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBN_generate_prime.pod6 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(),
/third_party/openssl/crypto/dh/
Ddh_depr.c33 cb = BN_GENCB_new(); in DH_generate_parameters()
Ddh_pmeth.c345 pcb = BN_GENCB_new(); in pkey_dh_paramgen()
/third_party/openssl/crypto/dsa/
Ddsa_depr.c42 cb = BN_GENCB_new(); in DSA_generate_parameters()
Ddsa_pmeth.c218 pcb = BN_GENCB_new(); in pkey_dsa_paramgen()
/third_party/openssl/crypto/rsa/
Drsa_depr.c33 BN_GENCB *cb = BN_GENCB_new(); in RSA_generate_key()
Drsa_pmeth.c759 pcb = BN_GENCB_new(); in pkey_rsa_keygen()
/third_party/openssl/apps/
Dgenrsa.c79 BN_GENCB *cb = BN_GENCB_new(); in genrsa_main()
/third_party/openssl/test/
Ddsatest.c81 if (!TEST_ptr(cb = BN_GENCB_new())) in dsa_test()
Ddhtest.c132 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
/third_party/openssl/providers/implementations/keymgmt/
Ddsa_kmgmt.c569 gencb = BN_GENCB_new(); in dsa_gen()
Drsa_kmgmt.c608 gencb = BN_GENCB_new(); in rsa_gen()
Ddh_kmgmt.c744 gencb = BN_GENCB_new(); in dh_gen()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h93 BN_GENCB *BN_GENCB_new(void);
/third_party/openssl/include/openssl/
Dbn.h99 BN_GENCB *BN_GENCB_new(void);
/third_party/openssl/crypto/bn/
Dbn_lib.c965 BN_GENCB *BN_GENCB_new(void) in BN_GENCB_new() function
/third_party/openssl/util/
Dlibcrypto.num432 BN_GENCB_new 440 3_0_0 EXIST::FUNCTION: