Searched defs:bn_mod_exp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_blind.c131 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
/freebsd-10-stable/crypto/openssl/crypto/dh/
H A Ddh.h123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa.h140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa.h98 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st

Completed in 897 milliseconds