Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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,
174 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of
185 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c299 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
/freebsd/crypto/openssl/test/
H A Ddsatest.c231 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
H A Ddhtest.c157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c604 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
H A Ddsa_kmgmt.c638 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
H A Ddh_kmgmt.c764 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c1130 void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *), in BN_GENCB_set() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map428 BN_GENCB_set;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1183 MLINKS+= BN_generate_prime.3 BN_GENCB_set.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md13476 BN_GENCB_set(&my_cb, my_callback, my_arg);