Searched refs:BN_GENCB_set (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_generate_prime.pod | 7 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/ |
D | dsatest.c | 84 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
|
D | dhtest.c | 134 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
|
/third_party/openssl/crypto/evp/ |
D | pmeth_gn.c | 302 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dsa_kmgmt.c | 571 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
|
D | rsa_kmgmt.c | 610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
|
D | dh_kmgmt.c | 746 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 101 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
|
/third_party/openssl/include/openssl/ |
D | bn.h | 107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 1005 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() function
|
/third_party/openssl/util/ |
D | libcrypto.num | 68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 11278 BN_GENCB_set(&my_cb, my_callback, my_arg);
|