Searched refs:dpos (Results 1 – 1 of 1) sorted by relevance
187 unsigned int dpos; in TSS_checkhmac1() local227 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1()228 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac1()278 unsigned int dpos; in TSS_checkhmac2() local321 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2()322 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac2()
Completed in 4 milliseconds