Searched refs:psa_hash_setup (Results 1 – 9 of 9) sorted by relevance
115 #define psa_hash_setup \ macro116 PSA_FUNCTION_NAME(psa_hash_setup)
107 status = psa_hash_setup(operation, iov->alg); in tfm_crypto_hash_interface()
87 crypto_res = psa_hash_setup(&hash, PSA_ALG_SHA_256); in attest_calc_instance_id()298 crypto_res = psa_hash_setup(&hash, PSA_ALG_SHA_256); in attest_get_cose_key_id()
63 status = psa_hash_setup(&hash_op, INSTANCE_ID_HASH_ALG); in symmetric_iak_hash()
14 psa_status_t psa_hash_setup( in psa_hash_setup() function
357 hash_ctx->status = psa_hash_setup(&(hash_ctx->ctx), psa_alg); in t_cose_crypto_hash_start()
516 status = psa_hash_setup(&handle, PSA_ALG_SHA_256); in util_img_hash()
995 psa_status_t psa_hash_setup(psa_hash_operation_t *operation,
397 TFM_CRYPTO_API(psa_status_t, psa_hash_setup)(psa_hash_operation_t *operation, in TFM_CRYPTO_API() argument