Searched refs:HKDFExpand (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/crypto/ |
D | crypto.hpp | 47 bool HKDFExpand(uint8_t *out_key, size_t out_len,
|
D | Android.bp | 68 "--allowlist-function", "HKDFExpand",
|
D | lib.rs | 25 EC_POINT_free, HKDFExpand, HKDFExtract, EC_KEY, EC_MAX_BYTES, EC_POINT, EVP_MAX_MD_SIZE, 258 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
|