Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c474 status = psa_sign_hash(key_id, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaSign()
534 status = psa_sign_hash(aKeyRef, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaSignUsingKeyRef()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c622 psa_sign_hash(key_handle, in crp_sign_hash()