Searched refs:HKDFExpand (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/crypto/ |
D | crypto.hpp | 49 bool HKDFExpand(uint8_t *out_key, size_t out_len,
|
D | Android.bp | 84 "--allowlist-function=HKDFExpand",
|
D | lib.rs | 25 HKDFExpand, HKDFExtract, EC_KEY, EC_MAX_BYTES, EC_POINT, EVP_MAX_MD_SIZE, PBKDF2, 279 HKDFExpand(buf.as_mut_ptr(), out_len, prk.as_ptr(), prk.len(), info.as_ptr(), info.len()) in hkdf_expand()
|
D | crypto.cpp | 215 bool HKDFExpand(uint8_t* out_key, size_t out_len, const uint8_t* prk, size_t prk_len, in HKDFExpand() function
|