Home
last modified time | relevance | path

Searched refs:hkdf (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/security/keymint/aidl/default/ta/
Dsoft.rs62 BoringHmac.hkdf(&[], &self.hbk, context, output_len) in derive_bytes()
Dlib.rs58 hkdf: Box::new(BoringHmac), in boringssl_crypto_impls()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h273 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt,
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc526 optional<vector<uint8_t>> result = android::hardware::identity::support::hkdf( in eicOpsHkdf()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1429 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()