Searched refs:psa_hash_setup (Results 1 – 5 of 5) sorted by relevance
29 ret = psa_hash_setup(ctx, PSA_ALG_SHA_256); in updatehub_integrity_init()
55 rc = psa_hash_setup(&hash_ctx, PSA_ALG_SHA_256); in flash_area_check_int_sha256()
107 return psa_hash_setup(ctx, PSA_ALG_SHA_256); in hash_setup()
554 status = al_psa_status(psa_hash_setup(&hash_handle, alg), in crp_hash_payload()
378 return psaToOtError(psa_hash_setup(operation, PSA_ALG_SHA_256)); in otPlatCryptoSha256Start()