Searched refs:arbitrary_bignum_to_scalar (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec.c | 927 static int arbitrary_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out, in arbitrary_bignum_to_scalar() function 986 if (!arbitrary_bignum_to_scalar(group, &scalar, g_scalar, ctx) || in EC_POINT_mul() 995 if (!arbitrary_bignum_to_scalar(group, &scalar, p_scalar, ctx) || in EC_POINT_mul()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec.c | 927 static int arbitrary_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out, in arbitrary_bignum_to_scalar() function 986 if (!arbitrary_bignum_to_scalar(group, &scalar, g_scalar, ctx) || in EC_POINT_mul() 995 if (!arbitrary_bignum_to_scalar(group, &scalar, p_scalar, ctx) || in EC_POINT_mul()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | ec.c | 712 static int arbitrary_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out, in arbitrary_bignum_to_scalar() function 771 if (!arbitrary_bignum_to_scalar(group, &scalar, g_scalar, ctx) || in ec_point_mul_no_self_test() 780 if (!arbitrary_bignum_to_scalar(group, &scalar, p_scalar, ctx) || in ec_point_mul_no_self_test()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | ec.c | 712 static int arbitrary_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out, in arbitrary_bignum_to_scalar() function 771 if (!arbitrary_bignum_to_scalar(group, &scalar, g_scalar, ctx) || in ec_point_mul_no_self_test() 780 if (!arbitrary_bignum_to_scalar(group, &scalar, p_scalar, ctx) || in ec_point_mul_no_self_test()
|