Searched refs:BN_mod_sub (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| D | bn.h | 127 int BN_mod_sub(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
|
| D | bignum.c | 5624 BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sub() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | bn_x931p.c | 113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
|
| D | bn_rsa_fips186_4.c | 324 if (!BN_mod_sub(Y, R, X, r1r2x2, ctx) || !BN_add(Y, Y, X)) in ossl_bn_rsa_fips186_4_derive_prime()
|
| D | bn_mod.c | 115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | bn.h | 93 #define BN_mod_sub PGPV_BN_mod_sub macro
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/srp/ |
| D | srp_lib.c | 238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/ |
| D | crypto.map | 639 BN_mod_sub;
|
| D | crypto.expsym | 637 BN_mod_sub@@OPENSSL_3.0.0
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | libcrypto.num | 3104 BN_mod_sub 3171 3_0_0 EXIST::FUNCTION:
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | CHANGES.md | 14514 BN_mod_sub
|