Home
last modified time | relevance | path

Searched refs:hash_to_scalar (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/trust_token/
Dvoprf.c44 hash_to_scalar_func_t hash_to_scalar; member
51 hash_to_scalar_func_t hash_to_scalar) { in voprf_init_method() argument
58 method->hash_to_scalar = hash_to_scalar; in voprf_init_method()
242 !method->hash_to_scalar(method->group, out, buf, len)) { in hash_to_scalar_dleq()
274 !method->hash_to_scalar(method->group, out, buf, len)) { in hash_to_scalar_batch()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c197 static int hash_to_scalar(const EC_GROUP *group, const EVP_MD *md, in hash_to_scalar() function
390 return hash_to_scalar(group, EVP_sha512(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha512_draft07()
423 return hash_to_scalar(group, EVP_sha512(), out, dst, dst_len, /*k=*/256, msg, in ec_hash_to_scalar_p521_xmd_sha512_draft06()
/external/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c192 static int hash_to_scalar(const EC_GROUP *group, const EVP_MD *md, in hash_to_scalar() function
383 return hash_to_scalar(group, EVP_sha512(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha512_draft07()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc1210 int (*hash_to_scalar)(const EC_GROUP *group, EC_SCALAR *out, in TEST() member
1250 ASSERT_TRUE(test.hash_to_scalar( in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc1280 int (*hash_to_scalar)(const EC_GROUP *group, EC_SCALAR *out, in TEST() member
1345 ASSERT_TRUE(test.hash_to_scalar( in TEST()