Searched defs:BN_mod_exp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bn.h | 89 #define BN_mod_exp PGPV_BN_mod_exp macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_exp.c | 102 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_exp.c | 101 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | bignum.c | 5439 BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx) in BN_mod_exp() function
|
/netbsd-src/sbin/nvmectl/ |
H A D | bignum.c | 5500 BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx) in BN_mod_exp() function
|