Searched refs:BN_mod_sub (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_add.pod | 6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_mod_sqrt, BN_exp, BN_mod_exp, BN_gcd - 31 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, 79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_x931p.c | 113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
|
H A 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()
|
H A 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
|
/freebsd/crypto/openssl/crypto/srp/ |
H A D | srp_lib.c | 238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 541 BN_mod_sub;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1042 MLINKS+= BN_add.3 BN_mod_sub.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3104 BN_mod_sub 3171 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14483 BN_mod_sub
|