Home
last modified time | relevance | path

Searched refs:pttotlen (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_process.c88 gcm->pttotlen += 128; in gcm_process()
106 gcm->pttotlen += 128; in gcm_process()
123 gcm->pttotlen += 128; in gcm_process()
Dgcm_done.c52 gcm->pttotlen += gcm->buflen * CONST64(8); in gcm_done()
58 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
Dgcm_reset.c35 gcm->pttotlen = 0; in gcm_reset()
Dgcm_init.c73 gcm->pttotlen = 0; in gcm_init()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h248 pttotlen; /* 64-bit counter for the PT */ member