Home
last modified time | relevance | path

Searched defs:taglen (Results 1 – 2 of 2) 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()
120 …t bootutil_hmac_sha256_finish(bootutil_hmac_sha256_context *ctx, uint8_t *tag, unsigned int taglen) in bootutil_hmac_sha256_finish()
/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()