Lines Matching refs:blenp
410 u8 *blenp = ahash_request_ctx(req); in ahash_update_finish() local
414 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() local
463 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()
501 u8 *blenp = ahash_request_ctx(req); in ahash_finup_finish() local
504 blenp += crypto_ahash_reqsize(tfm) - 1; in ahash_finup_finish()
505 blen = *blenp; in ahash_finup_finish()
532 u8 *blenp = ahash_request_ctx(req); in crypto_ahash_finup() local
545 blenp += crypto_ahash_reqsize(tfm) - 1; in crypto_ahash_finup()
546 blen = *blenp; in crypto_ahash_finup()
547 buf = blenp - bs; in crypto_ahash_finup()