/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | bn.h | 45 #define BN_GENCB_set hc_BN_GENCB_set macro 132 void BN_GENCB_set(BN_GENCB *, int (*)(int, int, BN_GENCB *), void *);
|
H A D | undef.h | 53 #undef BN_GENCB_set
|
H A D | test_rsa.c | 374 BN_GENCB_set(&cb, cb_func, NULL); in main()
|
H A D | bn.c | 427 BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx) in BN_GENCB_set() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_generate_prime.pod | 6 BN_GENCB_new, BN_GENCB_free, BN_GENCB_set_old, BN_GENCB_set, BN_GENCB_get_arg, 31 void BN_GENCB_set(BN_GENCB *gencb, 143 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of 154 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | dsatest.c | 80 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
|
H A D | dhtest.c | 133 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | genrsa.c | 73 BN_GENCB_set(cb, genrsa_cb, bio_err); in genrsa_main()
|
H A D | dsaparam.c | 138 BN_GENCB_set(cb, dsa_cb, bio_err); in dsaparam_main()
|
H A D | dhparam.c | 170 BN_GENCB_set(cb, dh_cb, bio_err); in dhparam_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | pmeth_gn.c | 141 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | pmeth_gn.c | 302 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | dsatest.c | 85 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
|
H A D | dhtest.c | 157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
|
H A D | dsa_kmgmt.c | 575 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
|
H A D | dh_kmgmt.c | 749 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bn.h | 101 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | openssldh_link.c | 325 BN_GENCB_set(cb, progress_cb, u.dptr); in openssldh_generate()
|
H A D | opensslrsa_link.c | 518 BN_GENCB_set(cb, progress_cb, u.dptr); in opensslrsa_generate()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bn.h | 107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_lib.c | 985 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_lib.c | 1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() function
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | openssldh_link.c |
|
H A D | opensslrsa_link.c | 394 BN_GENCB_set(cb, progress_cb, (void *)callback);
|