Lines Matching refs:authctr
228 uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
239 auth = loadblock(authctr);
240 ctr_be = loadblock(authctr + 16);
249 storeblock(authctr, auth);
250 storeblock(authctr + 16, ctr_be);
255 uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
266 auth = loadblock(authctr);
267 ctr_be = loadblock(authctr + 16);
276 storeblock(authctr, auth);
277 storeblock(authctr + 16, ctr_be);