Searched refs:blenp (Results 1 – 2 of 2) sorted by relevance
114 u8 *blenp = shash_desc_ctx(desc); in crypto_shash_finup() local137 buf = blenp - bs; in crypto_shash_finup()139 if (likely(!*blenp && finup_max)) in crypto_shash_finup()146 if (*blenp) { in crypto_shash_finup()147 memcpy(buf + *blenp, data, bs - *blenp); in crypto_shash_finup()156 data += nbytes - err - *blenp; in crypto_shash_finup()157 len -= nbytes - err - *blenp; in crypto_shash_finup()158 *blenp = 0; in crypto_shash_finup()161 if (*blenp || !out) { in crypto_shash_finup()163 *blenp += len; in crypto_shash_finup()[all …]
410 u8 *blenp = ahash_request_ctx(req); in ahash_update_finish() local415 blen = *blenp; in ahash_update_finish()416 buf = blenp - bs; in ahash_update_finish()431 *blenp = blen; in ahash_update_finish()448 u8 *blenp = ahash_request_ctx(req); in crypto_ahash_update() local460 blen = *blenp; in crypto_ahash_update()461 buf = blenp - bs; in crypto_ahash_update()470 *blenp += req->nbytes; in crypto_ahash_update()501 blen = *blenp; in ahash_finup_finish()542 blen = *blenp; in crypto_ahash_finup()[all …]
Completed in 7 milliseconds