Searched refs:aPassword (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/crypto/ |
D | crypto_platform.cpp | 667 OT_TOOL_WEAK otError otPlatCryptoPbkdf2GenerateKey(const uint8_t *aPassword, 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() 802 OT_TOOL_WEAK otError otPlatCryptoPbkdf2GenerateKey(const uint8_t *aPassword, in otPlatCryptoPbkdf2GenerateKey() argument 810 OT_UNUSED_VARIABLE(aPassword); in otPlatCryptoPbkdf2GenerateKey()
|
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 700 otError otPlatCryptoPbkdf2GenerateKey(const uint8_t *aPassword,
|