Home
last modified time | relevance | path

Searched defs:hkdf (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/src/
Dec_crypto.rs61 let hkdf = hkdf_extract(sender_public_key, salt) in agree_key() localVariable
63 let hkdf = hkdf_extract(recipient_public_key, &hkdf) in agree_key() localVariable
/system/keymaster/tests/
Dhkdf_test.cpp71 Rfc5869Sha256Kdf hkdf; in TEST() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Dhkdf.c79 void hkdf(const void *inSalt, size_t saltLen, const void *inKm, size_t ikmLen, in hkdf() function
/system/authgraph/core/src/
Dtraits.rs43 pub hkdf: Box<dyn Hkdf>, field
/system/keymint/common/src/crypto/
Dtraits.rs54 pub hkdf: Box<dyn Hkdf>, field
444 fn hkdf(&self, salt: &[u8], ikm: &[u8], info: &[u8], out_len: usize) -> Result<Vec<u8>, Error> { in hkdf() method
/system/authgraph/tests/src/
Dlib.rs160 fn hkdf(hkdf: &dyn Hkdf, salt: &[u8], ikm: &[u8], info: &[u8]) -> Result<PseudoRandKey, Error> { in hkdf() function
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h43228 struct fscrypt_hkdf hkdf; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h52861 struct fscrypt_hkdf hkdf; member