/aosp_15_r20/external/rust/crates/quiche/deps/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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/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()
|
/aosp_15_r20/external/boringssl/src/crypto/trust_token/ |
H A D | voprf.c | 45 hash_to_scalar_func_t hash_to_scalar; member 152 !method->hash_to_scalar(method->group_func(), &priv, buf, len)) { in voprf_derive_key_from_secret() 284 !method->hash_to_scalar(group, out, buf, len)) { in hash_to_scalar_dleq() 314 !method->hash_to_scalar(group, out, transcript, len)) { in hash_to_scalar_challenge() 340 !method->hash_to_scalar(method->group_func(), out, buf, len)) { in hash_to_scalar_batch() 738 !method->hash_to_scalar(group, di, transcript, len)) { in compute_composite_element()
|
H A D | pmbtoken.c | 59 hash_to_scalar_func_t hash_to_scalar; member 69 hash_to_scalar_func_t hash_to_scalar, in pmbtoken_init_method() argument 75 method->hash_to_scalar = hash_to_scalar; in pmbtoken_init_method() 107 !method->hash_to_scalar(method->group, out, buf, len)) { in derive_scalar_from_secret()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/trust_token/ |
H A D | voprf.c | 45 hash_to_scalar_func_t hash_to_scalar; member 152 !method->hash_to_scalar(method->group_func(), &priv, buf, len)) { in voprf_derive_key_from_secret() 284 !method->hash_to_scalar(group, out, buf, len)) { in hash_to_scalar_dleq() 314 !method->hash_to_scalar(group, out, transcript, len)) { in hash_to_scalar_challenge() 340 !method->hash_to_scalar(method->group_func(), out, buf, len)) { in hash_to_scalar_batch() 738 !method->hash_to_scalar(group, di, transcript, len)) { in compute_composite_element()
|
H A D | pmbtoken.c | 59 hash_to_scalar_func_t hash_to_scalar; member 69 hash_to_scalar_func_t hash_to_scalar, in pmbtoken_init_method() argument 75 method->hash_to_scalar = hash_to_scalar; in pmbtoken_init_method() 107 !method->hash_to_scalar(method->group, out, buf, len)) { in derive_scalar_from_secret()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/ec_extra/ |
H A D | hash_to_curve.c | 194 static int hash_to_scalar(const EC_GROUP *group, const EVP_MD *md, in hash_to_scalar() function 473 return hash_to_scalar(group, EVP_sha384(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha384() 506 return hash_to_scalar(group, EVP_sha512(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha512_draft07()
|
/aosp_15_r20/external/boringssl/src/crypto/ec_extra/ |
H A D | hash_to_curve.c | 194 static int hash_to_scalar(const EC_GROUP *group, const EVP_MD *md, in hash_to_scalar() function 473 return hash_to_scalar(group, EVP_sha384(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha384() 506 return hash_to_scalar(group, EVP_sha512(), out, dst, dst_len, /*k=*/192, msg, in ec_hash_to_scalar_p384_xmd_sha512_draft07()
|
/aosp_15_r20/external/rust/crates/quiche/deps/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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/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()
|
/aosp_15_r20/external/rust/crates/quiche/deps/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()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | ec_test.cc | 1356 int (*hash_to_scalar)(const EC_GROUP *group, EC_SCALAR *out, in TEST() member 1394 ASSERT_TRUE(test.hash_to_scalar( in TEST()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | ec_test.cc | 1356 int (*hash_to_scalar)(const EC_GROUP *group, EC_SCALAR *out, in TEST() member 1394 ASSERT_TRUE(test.hash_to_scalar( in TEST()
|