Lines Matching refs:ahash
154 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() local
190 crypto_ahash_digestsize(ahash)); in safexcel_handle_req_result()
205 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_send_req() local
216 if (queued <= crypto_ahash_blocksize(ahash)) in safexcel_ahash_send_req()
225 extra = queued & (crypto_ahash_blocksize(ahash) - 1); in safexcel_ahash_send_req()
230 extra = crypto_ahash_blocksize(ahash); in safexcel_ahash_send_req()
382 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() local
383 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash); in safexcel_handle_inv_result()
484 EIP197_REQUEST_ON_STACK(req, ahash, EIP197_AHASH_REQ_SIZE); in safexcel_ahash_exit_inv()
525 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_cache() local
542 if (cache_len + areq->nbytes <= crypto_ahash_blocksize(ahash)) { in safexcel_ahash_cache()
601 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_update() local
624 safexcel_queued_len(req) > crypto_ahash_blocksize(ahash)) in safexcel_ahash_update()
678 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_export() local
690 memcpy(export->cache, req->cache, crypto_ahash_blocksize(ahash)); in safexcel_ahash_export()
697 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_import() local
713 memcpy(req->cache, export->cache, crypto_ahash_blocksize(ahash)); in safexcel_ahash_import()
724 struct safexcel_alg_template, alg.ahash); in safexcel_ahash_cra_init()
788 .alg.ahash = {
1021 .alg.ahash = {
1085 .alg.ahash = {
1148 .alg.ahash = {
1204 .alg.ahash = {
1261 .alg.ahash = {
1333 .alg.ahash = {
1404 .alg.ahash = {
1460 .alg.ahash = {
1517 .alg.ahash = {
1577 .alg.ahash = {
1633 .alg.ahash = {