Home
last modified time | relevance | path

Searched refs:aPasswordLen (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp668 uint16_t aPasswordLen, in otPlatCryptoPbkdf2GenerateKey() argument
710 ret = mbedtls_aes_cmac_prf_128(aPassword, aPasswordLen, prfInput, aSaltLen + 4, in otPlatCryptoPbkdf2GenerateKey()
715 …ret = mbedtls_aes_cmac_prf_128(aPassword, aPasswordLen, reinterpret_cast<const uint8_t *>(keyBlock… in otPlatCryptoPbkdf2GenerateKey()
727 … ret = mbedtls_aes_cmac_prf_128(aPassword, aPasswordLen, reinterpret_cast<const uint8_t *>(prfOne), in otPlatCryptoPbkdf2GenerateKey()
731 … ret = mbedtls_aes_cmac_prf_128(aPassword, aPasswordLen, reinterpret_cast<const uint8_t *>(prfTwo), in otPlatCryptoPbkdf2GenerateKey()
803 uint16_t aPasswordLen, in otPlatCryptoPbkdf2GenerateKey() argument
811 OT_UNUSED_VARIABLE(aPasswordLen); in otPlatCryptoPbkdf2GenerateKey()
/openthread-latest/include/openthread/platform/
Dcrypto.h701 uint16_t aPasswordLen,