Searched refs:blenp (Results 1 – 1 of 1) sorted by relevance
410 u8 *blenp = ahash_request_ctx(req); in ahash_update_finish() local414 blenp += crypto_ahash_reqsize(tfm) - 1; in ahash_update_finish()415 blen = *blenp; in ahash_update_finish()416 buf = blenp - bs; in ahash_update_finish()435 *blenp = blen; in ahash_update_finish()452 u8 *blenp = ahash_request_ctx(req); in crypto_ahash_update() local463 blenp += crypto_ahash_reqsize(tfm) - 1; in crypto_ahash_update()464 blen = *blenp; in crypto_ahash_update()465 buf = blenp - bs; in crypto_ahash_update()474 *blenp += req->nbytes; in crypto_ahash_update()[all …]