Searched refs:taglen (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | hmac_sha256.h | 76 …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/ |
D | hmac.h | 133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | hmac.c | 125 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()
|