Searched defs:bn_mod_exp (Results 1 – 7 of 7) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | dsa.h | 81 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *, member
|
H A D | dh.h | 78 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *, member
|
H A D | rsa.h | 89 void *bn_mod_exp; member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_blind.c | 131 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh.h | 123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa.h | 140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa.h | 98 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member
|