Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Dsha.h108 size_t hash_length = 0; in bootutil_sha_finish() local
111 return (int)psa_hash_finish(ctx, output, PSA_HASH_LENGTH(PSA_ALG_SHA_384), &hash_length); in bootutil_sha_finish()
113 return (int)psa_hash_finish(ctx, output, PSA_HASH_LENGTH(PSA_ALG_SHA_256), &hash_length); in bootutil_sha_finish()