Searched refs:hkdf (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/security/keymint/aidl/default/ta/ |
D | soft.rs | 62 BoringHmac.hkdf(&[], &self.hbk, context, output_len) in derive_bytes()
|
D | lib.rs | 58 hkdf: Box::new(BoringHmac), in boringssl_crypto_impls()
|
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 273 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt,
|
/hardware/interfaces/identity/aidl/default/ |
D | EicOpsImpl.cc | 526 optional<vector<uint8_t>> result = android::hardware::identity::support::hkdf( in eicOpsHkdf()
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 1429 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt, in hkdf() function 2231 optional<vector<uint8_t>> derivedKey = support::hkdf(sharedSecret.value(), salt, info, 32); in calcEMacKey()
|