Searched refs:BN_mod_sub (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/openssl/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 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 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 | 110 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 D | bn.rs | 58 pub fn BN_mod_sub( in BN_mod_sub() functions
|
/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 596 #[corresponds(BN_mod_sub)] 605 cvt(ffi::BN_mod_sub( in mod_sub()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 253 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 D | bn.h | 277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
Completed in 9 milliseconds