Home
last modified time | relevance | path

Searched refs:HKDF_expand (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/hkdf/
Dhkdf.c35 !HKDF_expand(out_key, out_len, digest, prk, prk_len, info, info_len)) { in HKDF()
59 int HKDF_expand(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF_expand() function
Dhkdf_test.cc261 ASSERT_TRUE(HKDF_expand(buf, test->out_len, test->md_func(), prk, prk_len, in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/hkdf/
Dhkdf.c35 !HKDF_expand(out_key, out_len, digest, prk, prk_len, info, info_len)) { in HKDF()
59 int HKDF_expand(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF_expand() function
Dhkdf_test.cc261 ASSERT_TRUE(HKDF_expand(buf, test->out_len, test->md_func(), prk, prk_len, in TEST()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dhkdf.h52 OPENSSL_EXPORT int HKDF_expand(uint8_t *out_key, size_t out_len,
/external/boringssl/src/include/openssl/
Dhkdf.h52 OPENSSL_EXPORT int HKDF_expand(uint8_t *out_key, size_t out_len,
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_enc.cc107 return HKDF_expand(out.data(), out.size(), digest, secret.data(), in hkdf_expand_label()
/external/boringssl/src/crypto/hpke/
Dhpke.c101 HKDF_expand(out_key, out_len, hkdf_md, prk, prk_len, in hpke_labeled_expand()
/external/boringssl/src/ssl/
Dtls13_enc.cc107 return HKDF_expand(out.data(), out.size(), digest, secret.data(), in hkdf_expand_label()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list2014 HKDF_expand
DBoringSSL-GRPC.podspec3566 '#define HKDF_expand GRPC_SHADOW_HKDF_expand',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h2042 #define HKDF_expand GRPC_SHADOW_HKDF_expand macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1724 #define HKDF_expand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HKDF_expand) macro