Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DBN_add.pod6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_exp, BN_mod_exp, BN_gcd -
31 int BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m,
77 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
/openssl-master/crypto/bn/
A Dbn_x931p.c113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
A Dbn_rsa_fips186_4.c317 if (!BN_mod_sub(Y, R, X, r1r2x2, ctx) || !BN_add(Y, Y, X)) in ossl_bn_rsa_fips186_4_derive_prime()
A Dbn_mod.c110 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
/openssl-master/crypto/srp/
A Dsrp_lib.c238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
/openssl-master/include/openssl/
A Dbn.h277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/openssl-master/util/
A Dlibcrypto.num3104 BN_mod_sub 3171 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md13550 BN_mod_sub

Completed in 35 milliseconds