Searched refs:mdInfo (Results 1 – 1 of 1) sorted by relevance
156 const mbedtls_md_info_t *mdInfo = nullptr; in otPlatCryptoHmacSha256Init() local164 mdInfo = mbedtls_md_info_from_type(MBEDTLS_MD_SHA256); in otPlatCryptoHmacSha256Init()165 VerifyOrExit((mbedtls_md_setup(context, mdInfo, 1) == 0), error = kErrorFailed); in otPlatCryptoHmacSha256Init()