Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Dbn.h45 #define BN_GENCB_set hc_BN_GENCB_set macro
132 void BN_GENCB_set(BN_GENCB *, int (*)(int, int, BN_GENCB *), void *);
Dundef.h53 #undef BN_GENCB_set
Dtest_rsa.c374 BN_GENCB_set(&cb, cb_func, NULL); in main()
Dbn.c427 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/
Dpmeth_gn.c302 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Ddsatest.c85 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
Ddhtest.c157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_lib.c1046 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/
Dcrypto.map522 BN_GENCB_set;
Dcrypto.expsym520 BN_GENCB_set@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibcrypto.num68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md11678 BN_GENCB_set(&my_cb, my_callback, my_arg);