Home
last modified time | relevance | path

Searched refs:BN_mod_add (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c260 || !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 Dsm2_sign.c260 || !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 Dbn_mod.c33 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 Dbn_mod.c28 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 Dbn.rs51 pub fn BN_mod_add( in BN_mod_add() functions
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c126 || !BN_mod_add(B, gb, kv, N, bn_ctx)) { in SRP_Calc_B_ex()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs575 #[corresponds(BN_mod_add)]
584 cvt(ffi::BN_mod_add( in mod_add()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h249 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 Dbn.h273 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
/third_party/openssl/include/openssl/
H A Dbn.h273 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 Decp_smpl.c309 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 Decp_smpl.c309 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 Dcrypto_openssl.c1484 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 Dcrypto_openssl.c1557 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 Ddpp.c2730 BN_mod_add(sum, bR_bn, pR_bn, q, bnctx) != 1) in dpp_auth_derive_l_responder()

Completed in 30 milliseconds