Home
last modified time | relevance | path

Searched refs:dsa_mod_exp (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_ossl.c109 if ((dsa)->meth->dsa_mod_exp) \
110 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
HDdsa.h136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member
/NextBSD/crypto/openssl/doc/crypto/
HDDSA_set_method.pod78 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/NextBSD/crypto/openssl/engines/
HDe_capi.c461 capi_dsa_method.dsa_mod_exp = ossl_dsa_meth->dsa_mod_exp; in capi_init()
HDe_aep.c329 aep_dsa.dsa_mod_exp = aep_dsa_mod_exp; in bind_aep()
/NextBSD/crypto/openssl/crypto/engine/
HDeng_cryptodev.c1511 cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp; in ENGINE_load_cryptodev()
/NextBSD/crypto/openssl/
HDCHANGES3669 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,