Home
last modified time | relevance | path

Searched refs:BN_GENCB_set (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DBN_generate_prime.pod7 BN_GENCB_set_old, BN_GENCB_set, BN_GENCB_get_arg, BN_generate_prime,
32 void BN_GENCB_set(BN_GENCB *gencb,
173 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of
184 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
/third_party/openssl/test/
Ddsatest.c84 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
Ddhtest.c134 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
/third_party/openssl/crypto/evp/
Dpmeth_gn.c302 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
/third_party/openssl/providers/implementations/keymgmt/
Ddsa_kmgmt.c571 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
Drsa_kmgmt.c610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
Ddh_kmgmt.c746 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h101 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
/third_party/openssl/include/openssl/
Dbn.h107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
/third_party/openssl/crypto/bn/
Dbn_lib.c1005 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() function
/third_party/openssl/util/
Dlibcrypto.num68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md11278 BN_GENCB_set(&my_cb, my_callback, my_arg);