Home
last modified time | relevance | path

Searched defs:HKDF (Results 1 – 12 of 12) sorted by relevance

/external/python/cryptography/docs/hazmat/primitives/
Dkey-derivation-functions.rst434 HKDF section in Fixed cost algorithms
936 .. _`HKDF`: https://en.wikipedia.org/wiki/HKDF target in Interface
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_hkdf_test.cc69 TEST_F(QuicHKDFTest, HKDF) { in TEST_F() argument
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dhkdf.py23 class HKDF(object): class
/external/boringssl/src/crypto/fipsmodule/hkdf/
Dhkdf.c26 int HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/hkdf/
Dhkdf.c26 int HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() function
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/hkdf/
Dhkdf.c26 int HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() function
/external/open-dice/docs/
Dspecification.md338 ##### HKDF l4subsection
/external/rust/crates/openssl/src/
Dpkey.rs90 pub const HKDF: Id = Id(ffi::EVP_PKEY_HKDF); constant
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1474 static bool HKDF(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HKDF() function
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1474 static bool HKDF(const Span<const uint8_t> args[], ReplyCallback write_reply) { in HKDF() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h2041 #define HKDF GRPC_SHADOW_HKDF macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1742 #define HKDF BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HKDF) macro