Home
last modified time | relevance | path

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

/crypto/
Dghash-generic.c64 const u8 *src, unsigned int srclen) in ghash_update() argument
74 int n = min(srclen, dctx->bytes); in ghash_update()
78 srclen -= n; in ghash_update()
87 while (srclen >= GHASH_BLOCK_SIZE) { in ghash_update()
91 srclen -= GHASH_BLOCK_SIZE; in ghash_update()
94 if (srclen) { in ghash_update()
95 dctx->bytes = GHASH_BLOCK_SIZE - srclen; in ghash_update()
96 while (srclen--) in ghash_update()