Searched defs:bn_mod_exp (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_local.h | 50 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, member
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_local.h | 57 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_blind.c | 25 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_local.h | 116 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|