Searched refs:BN_GENCB_set (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| 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 *);
|
| D | undef.h | 53 #undef BN_GENCB_set
|
| D | test_rsa.c | 374 BN_GENCB_set(&cb, cb_func, NULL); in main()
|
| 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/dist/crypto/evp/ |
| 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/ |
| D | dsatest.c | 85 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
|
| D | dhtest.c | 157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| 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/crypto/external/bsd/openssl/lib/libcrypto/ |
| D | crypto.map | 522 BN_GENCB_set;
|
| D | crypto.expsym | 520 BN_GENCB_set@@OPENSSL_3.0.0
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | libcrypto.num | 68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | CHANGES.md | 11678 BN_GENCB_set(&my_cb, my_callback, my_arg);
|