Home
last modified time | relevance | path

Searched refs:cSz (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aesgcm.c136 const byte* c, unsigned cSz, in aesgcm_GHASH() argument
166 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()
Dtls_aesgcm.h9 const uint8_t* c, unsigned cSz,