Home
last modified time | relevance | path

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

/trueos/crypto/openssl/apps/
HDgendh.c106 BN_GENCB_set(&cb, dh_cb, bio_err); in MAIN()
HDgenrsa.c116 BN_GENCB_set(&cb, genrsa_cb, bio_err); in MAIN()
HDdhparam.c298 BN_GENCB_set(&cb, dh_cb, bio_err); in MAIN()
HDdsaparam.c279 BN_GENCB_set(&cb, dsa_cb, bio_err); in MAIN()
/trueos/crypto/openssl/crypto/evp/
HDpmeth_gn.c183 BN_GENCB_set(cb, trans_cb, ctx) in evp_pkey_set_cb_translate()
/trueos/crypto/openssl/crypto/dsa/
HDdsatest.c164 BN_GENCB_set(&cb, dsa_cb, bio_err); in main()
/trueos/crypto/openssl/crypto/dh/
HDdhtest.c124 BN_GENCB_set(&_cb, &cb, out); in main()
/trueos/crypto/openssl/crypto/bn/
HDbn.h385 # define BN_GENCB_set(gencb, callback, cb_arg) { \ macro
HDbntest.c1732 BN_GENCB_set(&cb, genprime_cb, NULL); in test_kron()
1831 BN_GENCB_set(&cb, genprime_cb, NULL); in test_sqrt()
/trueos/crypto/openssl/
HDCHANGES3242 BN_GENCB_set(&my_cb, my_callback, my_arg);