Home
last modified time | relevance | path

Searched refs:ec_point_mul_scalar_batch (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/trust_token/
Dpmbtoken.c487 !ec_point_mul_scalar_batch(group, &jacobians[idx_Ks1], T, &ks0, S, &ks1, in dleq_generate()
511 !ec_point_mul_scalar_batch(group, &jacobians[idx_Kb1], T, &k0, S, &k1, in dleq_generate()
521 !ec_point_mul_scalar_batch(group, &jacobians[idx_Ko1], T, &uo, S, &vo, W, in dleq_generate()
791 !ec_point_mul_scalar_batch(group, &jacobians[1], &Tp, &xb, in pmbtoken_sign()
793 !ec_point_mul_scalar_batch(group, &jacobians[2], &Tp, &key->xs, in pmbtoken_sign()
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dpmbtoken.c470 !ec_point_mul_scalar_batch(group, &jacobians[idx_Ks1], T, &ks0, S, &ks1, in dleq_generate()
494 !ec_point_mul_scalar_batch(group, &jacobians[idx_Kb1], T, &k0, S, &k1, in dleq_generate()
504 !ec_point_mul_scalar_batch(group, &jacobians[idx_Ko1], T, &uo, S, &vo, W, in dleq_generate()
781 !ec_point_mul_scalar_batch(group, &jacobians[1], &Tp, &xb, in pmbtoken_sign()
783 !ec_point_mul_scalar_batch(group, &jacobians[2], &Tp, &key->xs, in pmbtoken_sign()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h332 int ec_point_mul_scalar_batch(const EC_GROUP *group, EC_RAW_POINT *r,
Dec.c1068 int ec_point_mul_scalar_batch(const EC_GROUP *group, EC_RAW_POINT *r, in ec_point_mul_scalar_batch() function
/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h332 int ec_point_mul_scalar_batch(const EC_GROUP *group, EC_RAW_POINT *r,
Dec.c1080 int ec_point_mul_scalar_batch(const EC_GROUP *group, EC_RAW_POINT *r, in ec_point_mul_scalar_batch() function
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3051 #define ec_point_mul_scalar_batch BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ec_point_mul_scalar_batch) macro