Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h76 …t bootutil_hmac_sha256_finish(bootutil_hmac_sha256_context *ctx, uint8_t *tag, unsigned int taglen) in bootutil_hmac_sha256_finish() argument
79 rc = tc_hmac_final(tag, taglen, ctx); in bootutil_hmac_sha256_finish()
120 …t bootutil_hmac_sha256_finish(bootutil_hmac_sha256_context *ctx, uint8_t *tag, unsigned int taglen) in bootutil_hmac_sha256_finish() argument
122 (void)taglen; in bootutil_hmac_sha256_finish()
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac.c125 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final() argument
130 taglen != TC_SHA256_DIGEST_SIZE || in tc_hmac_final()