Searched refs:hash_to_scalar (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/trust_token/ |
D | voprf.c | 44 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/ |
D | hash_to_curve.c | 197 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/ |
D | hash_to_curve.c | 192 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/ |
D | ec_test.cc | 1210 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/ |
D | ec_test.cc | 1280 int (*hash_to_scalar)(const EC_GROUP *group, EC_SCALAR *out, in TEST() member 1345 ASSERT_TRUE(test.hash_to_scalar( in TEST()
|