Home
last modified time | relevance | path

Searched refs:HKDFExpand (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/crypto/
Dcrypto.hpp47 bool HKDFExpand(uint8_t *out_key, size_t out_len,
DAndroid.bp68 "--allowlist-function", "HKDFExpand",
Dlib.rs25 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()
Dcrypto.cpp215 bool HKDFExpand(uint8_t* out_key, size_t out_len, const uint8_t* prk, size_t prk_len, in HKDFExpand() function