Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c131 size_t aKeyLen) in otPlatCryptoImportKey() argument
151 end = p + aKeyLen; in otPlatCryptoImportKey()
170 aKeyLen = len; in otPlatCryptoImportKey()
188 status = psa_import_key(&attributes, aKey, aKeyLen, aKeyRef); in otPlatCryptoImportKey()
195 size_t *aKeyLen) in otPlatCryptoExportKey() argument
201 return psaToOtError(psa_export_key(aKeyRef, aBuffer, aBufferLen, aKeyLen)); in otPlatCryptoExportKey()
611 uint16_t aKeyLen, in otPlatCryptoPbkdf2GenerateKey() argument
654 status = psa_key_derivation_output_bytes(&operation, aKey, aKeyLen); in otPlatCryptoPbkdf2GenerateKey()