Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/include/tinycrypt/
Dhmac.h133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
/tinycrypt-latest/lib/source/
Dhmac.c124 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final() argument
129 taglen != TC_SHA256_DIGEST_SIZE || in tc_hmac_final()