Home
last modified time | relevance | path

Searched defs:prk (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dhkdf.c34 unsigned char prk[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hkdf() local
52 unsigned char *prk ) in mbedtls_hkdf_extract()
79 int mbedtls_hkdf_expand( const mbedtls_md_info_t *md, const unsigned char *prk, in mbedtls_hkdf_expand()
/openthread-3.5.0/src/core/crypto/
Dcrypto_platform.cpp259 HmacSha256::Hash *prk; in otPlatCryptoHkdfExpand() local
316 HmacSha256::Hash *prk; in otPlatCryptoHkdfExtract() local
337 HmacSha256::Hash *prk; in otPlatCryptoHkdfDeinit() local
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h186 uint8_t prk[PSA_HASH_MAX_SIZE]; member