Lines Matching defs:authctr
292 uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
303 auth = loadblock(authctr);
304 ctr_be = loadblock(authctr + 16);
318 storeblock(authctr, auth);
319 storeblock(authctr + 16, ctr_be);
324 uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32],
335 ctr_be = loadblock(authctr + 16);
340 auth = loadblock(authctr);
360 storeblock(authctr, auth);
361 storeblock(authctr + 16, ctr_be);