Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c513 status = psa_verify_hash(key_id, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaVerify()
552 status = psa_verify_hash(aKeyRef, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaVerifyUsingKeyRef()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c686 psa_verify_hash(key_handle, in crp_verify_sign()