Home
last modified time | relevance | path

Searched defs:p_scalar (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dec.c732 const BIGNUM *p_scalar, BN_CTX *ctx) { in ec_point_mul_no_self_test()
799 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) { in EC_POINT_mul()
807 const EC_SCALAR *p_scalar) { in ec_point_mul_scalar_public()
H A Dp256-nistz.c191 const EC_SCALAR *p_scalar) { in ecp_nistz256_windowed_mul()
362 const EC_SCALAR *p_scalar) { in ecp_nistz256_points_mul_public()
H A Dp256.c595 const EC_SCALAR *p_scalar) { in ec_GFp_nistp256_point_mul_public()
H A Dp224-64.c1047 const EC_SCALAR *p_scalar) { in ec_GFp_nistp224_point_mul_public()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dec.c732 const BIGNUM *p_scalar, BN_CTX *ctx) { in ec_point_mul_no_self_test()
799 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) { in EC_POINT_mul()
807 const EC_SCALAR *p_scalar) { in ec_point_mul_scalar_public()
H A Dp256-nistz.c191 const EC_SCALAR *p_scalar) { in ecp_nistz256_windowed_mul()
362 const EC_SCALAR *p_scalar) { in ecp_nistz256_points_mul_public()
H A Dp256.c595 const EC_SCALAR *p_scalar) { in ec_GFp_nistp256_point_mul_public()
H A Dp224-64.c1047 const EC_SCALAR *p_scalar) { in ec_GFp_nistp224_point_mul_public()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c192 const EC_SCALAR *p_scalar) { in ecp_nistz256_windowed_mul()
365 const EC_SCALAR *p_scalar) { in ecp_nistz256_points_mul_public()
Dec.c947 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) { in EC_POINT_mul()
1015 const EC_SCALAR *p_scalar) { in ec_point_mul_scalar_public()
Dp256.c585 const EC_SCALAR *p_scalar) { in ec_GFp_nistp256_point_mul_public()
Dp224-64.c1061 const EC_SCALAR *p_scalar) { in ec_GFp_nistp224_point_mul_public()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.c192 const EC_SCALAR *p_scalar) { in ecp_nistz256_windowed_mul()
365 const EC_SCALAR *p_scalar) { in ecp_nistz256_points_mul_public()
Dec.c947 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) { in EC_POINT_mul()
1015 const EC_SCALAR *p_scalar) { in ec_point_mul_scalar_public()
Dp256.c585 const EC_SCALAR *p_scalar) { in ec_GFp_nistp256_point_mul_public()
Dp224-64.c1061 const EC_SCALAR *p_scalar) { in ec_GFp_nistp224_point_mul_public()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/
Dops.rs909 let p_scalar = consume_scalar(ops.common, test_case, "p_scalar"); in point_mul_tests() localVariable
941 let p_scalar = consume_scalar(cops, test_case, "p_scalar"); in point_mul_serialized_test() localVariable