Searched refs:hkdf (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 201 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt,
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsHalIdentityEndToEndTest.cpp | 464 support::hkdf(sharedSecretWithSessionTranscriptBytes, salt, info, 32); in TEST_P()
|
/hardware/interfaces/identity/aidl/default/ |
D | IdentityCredential.cpp | 811 support::hkdf(sharedSecretWithSessionTranscriptBytes, salt, info, 32); in finishRetrieval()
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 1401 optional<vector<uint8_t>> hkdf(const vector<uint8_t>& sharedSecret, const vector<uint8_t>& salt, in hkdf() function
|