Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c394 otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t aHashSize) in otPlatCryptoSha256Finish() argument
405 return psaToOtError(psa_hash_finish(operation, aHash, aHashSize, &hash_size)); in otPlatCryptoSha256Finish()