Searched refs:pttotlen (Results 1 – 5 of 5) sorted by relevance
45 if (gcm->pttotlen / 8 + (ulong64)gcm->buflen + (ulong64)ptlen >= CONST64(0xFFFFFFFE0)) { in gcm_process()90 gcm->pttotlen += 128; in gcm_process()108 gcm->pttotlen += 128; in gcm_process()125 gcm->pttotlen += 128; in gcm_process()
53 gcm->pttotlen += gcm->buflen * CONST64(8); in gcm_done()59 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
27 gcm->pttotlen = 0; in gcm_reset()
65 gcm->pttotlen = 0; in gcm_init()
494 pttotlen; /* 64-bit counter for the PT */ member
Completed in 4 milliseconds