Searched refs:cSz (Results 1 – 2 of 2) sorted by relevance
136 const byte* c, unsigned cSz, in aesgcm_GHASH() argument166 if (cSz != 0 /*&& c != NULL*/) { in aesgcm_GHASH()167 blocks = cSz / AES_BLOCK_SIZE; in aesgcm_GHASH()168 partial = cSz % AES_BLOCK_SIZE; in aesgcm_GHASH()195 P32(x)[3] ^= SWAP_BE32(cSz * 8); in aesgcm_GHASH()
9 const uint8_t* c, unsigned cSz,