Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h255 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt,
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc477 optional<vector<uint8_t>> result = android::hardware::identity::support::hkdf( in eicOpsHkdf()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1318 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt, in hkdf() function
2120 optional<vector<uint8_t>> derivedKey = support::hkdf(sharedSecret.value(), salt, info, 32); in calcEMacKey()