Searched refs:dsa_mod_exp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssl/crypto/dsa/ |
| HD | dsa_ossl.c | 109 if ((dsa)->meth->dsa_mod_exp) \ 110 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
|
| HD | dsa.h | 136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, member
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | DSA_set_method.pod | 78 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
|
| /NextBSD/crypto/openssl/engines/ |
| HD | e_capi.c | 461 capi_dsa_method.dsa_mod_exp = ossl_dsa_meth->dsa_mod_exp; in capi_init()
|
| HD | e_aep.c | 329 aep_dsa.dsa_mod_exp = aep_dsa_mod_exp; in bind_aep()
|
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | eng_cryptodev.c | 1511 cryptodev_dsa.dsa_mod_exp = cryptodev_dsa_dsa_mod_exp; in ENGINE_load_cryptodev()
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 3669 dsa_mod_exp() and/or bn_mod_exp() handlers if they are non-NULL,
|