Searched defs:hkdf (Results 1 – 8 of 8) sorted by relevance
| /system/security/keystore2/src/ |
| D | ec_crypto.rs | 61 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/ |
| D | hkdf_test.cpp | 71 Rfc5869Sha256Kdf hkdf; in TEST() local
|
| /system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
| D | hkdf.c | 79 void hkdf(const void *inSalt, size_t saltLen, const void *inKm, size_t ikmLen, in hkdf() function
|
| /system/authgraph/core/src/ |
| D | traits.rs | 43 pub hkdf: Box<dyn Hkdf>, field
|
| /system/keymint/common/src/crypto/ |
| D | traits.rs | 54 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/ |
| D | lib.rs | 160 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/ |
| D | vmlinux.h | 43228 struct fscrypt_hkdf hkdf; member
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 52861 struct fscrypt_hkdf hkdf; member
|