Home
last modified time | relevance | path

Searched defs:hkdf_extract (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/
Dhkdf.rs45 pub fn hkdf_extract<'a>( in hkdf_extract() function
Dpkey_ctx.rs971 fn hkdf_extract() { in hkdf_extract() function
/aosp_15_r20/system/security/keystore2/src/crypto/
H A Dlib.rs244 pub fn hkdf_extract(secret: &[u8], salt: &[u8]) -> Result<ZVec, Error> { in hkdf_extract() function
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dsae.c535 static int hkdf_extract(size_t hash_len, const u8 *salt, size_t salt_len, in hkdf_extract() function