Home
last modified time | relevance | path

Searched refs:BN_mod_sub (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod6 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 Dbn_x931p.c113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
H A Dbn_rsa_fips186_4.c324 if (!BN_mod_sub(Y, R, X, r1r2x2, ctx) || !BN_add(Y, Y, X)) in ossl_bn_rsa_fips186_4_derive_prime()
H A Dbn_mod.c115 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 Dsrp_lib.c238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/freebsd/secure/lib/libcrypto/
H A DVersion.map541 BN_mod_sub;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1042 MLINKS+= BN_add.3 BN_mod_sub.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3104 BN_mod_sub 3171 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md14483 BN_mod_sub