Searched defs:BN_mod_exp (Results 1 – 3 of 3) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_exp.c | 184 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
|
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | bignum.c | 5436 BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx) in BN_mod_exp() function
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bignum.c | 5414 BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx) in BN_mod_exp() function
|