Home
last modified time | relevance | path

Searched refs:BN_mod_sub (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/openssl/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
124 * BN_mod_sub variant that may be used if both a and b are non-negative,
188 * BN_mod_sub variant that may be used if both a and b are non-negative and
/third_party/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.c110 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
119 * BN_mod_sub variant that may be used if both a and b are non-negative,
183 * BN_mod_sub variant that may be used if both a and b are non-negative and
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs58 pub fn BN_mod_sub( in BN_mod_sub() functions
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs596 #[corresponds(BN_mod_sub)]
605 cvt(ffi::BN_mod_sub( in mod_sub()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h253 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/third_party/openssl/include/openssl/
H A Dbn.h277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,

Completed in 9 milliseconds