Home
last modified time | relevance | path

Searched refs:mbedtls_hkdf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dhkdf.h56 int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dhkdf.h56 int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dhkdf.c16 int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt, in mbedtls_hkdf() function
/aosp_15_r20/external/mbedtls/library/
H A Dhkdf.c16 int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt, in mbedtls_hkdf() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_hkdf.function25 ret = mbedtls_hkdf(md, salt->x, salt->len, ikm->x, ikm->len,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_hkdf.function25 ret = mbedtls_hkdf(md, salt->x, salt->len, ikm->x, ikm->len,
/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c326 if (0 != mbedtls_hkdf(mbedtls_md_info_from_type(MBEDTLS_MD_SHA512), salt, in DiceKdf()