/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 260 || !BN_mod_add(r, e, x1, order, ctx)) { in sm2_sig_gen() 361 if (!BN_mod_add(t, r, s, order, ctx)) { in sm2_sig_verify() 377 if (!BN_mod_add(t, e, x1, order, ctx)) { in sm2_sig_verify()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 260 || !BN_mod_add(r, e, x1, order, ctx)) { in sm2_sig_gen() 361 if (!BN_mod_add(t, r, s, order, ctx)) { in sm2_sig_verify() 377 if (!BN_mod_add(t, e, x1, order, ctx)) { in sm2_sig_verify()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_mod.c | 33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function 42 * BN_mod_add variant that may be used if both a and b are non-negative and
|
/third_party/openssl/crypto/bn/ |
H A D | bn_mod.c | 28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() function 37 * BN_mod_add 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 | 51 pub fn BN_mod_add( in BN_mod_add() functions
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_lib.c | 126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
|
/third_party/openssl/crypto/srp/ |
H A D | srp_lib.c | 126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 575 #[corresponds(BN_mod_add)] 584 cvt(ffi::BN_mod_add( in mod_add()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 249 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1484 res = BN_mod_add((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_addmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 1557 res = BN_mod_add((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_addmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 2730 BN_mod_add(sum, bR_bn, pR_bn, q, bnctx) != 1) in dpp_auth_derive_l_responder()
|