• Home
  • Raw
  • Download

Lines Matching refs:processed

61 	u64 processed;  member
72 return req->len - req->processed; in safexcel_queued_len()
143 } else if (!req->processed) { in safexcel_context_control()
167 req->hmac_zlen || (req->processed != req->block_sz)) { in safexcel_context_control()
168 count = req->processed / EIP197_COUNTER_BLOCK_SIZE; in safexcel_context_control()
186 (req->processed != req->block_sz)) { in safexcel_context_control()
280 sreq->processed = sreq->block_sz; in safexcel_handle_req_result()
358 if (unlikely(req->xcbcmac && req->processed > AES_BLOCK_SIZE)) { in safexcel_ahash_send_req()
489 req->processed += len - extra; in safexcel_ahash_send_req()
887 export->processed = req->processed; in safexcel_ahash_export()
908 req->processed = export->processed; in safexcel_ahash_import()
1023 req->processed = SHA1_BLOCK_SIZE; in safexcel_hmac_sha1_init()
1396 req->processed = SHA256_BLOCK_SIZE; in safexcel_hmac_sha224_init()
1468 req->processed = SHA256_BLOCK_SIZE; in safexcel_hmac_sha256_init()
1654 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha512_init()
1726 req->processed = SHA512_BLOCK_SIZE; in safexcel_hmac_sha384_init()
1848 req->processed = MD5_HMAC_BLOCK_SIZE; in safexcel_hmac_md5_init()
1931 req->processed = sizeof(u32); in safexcel_crc32_init()
2003 req->processed = AES_BLOCK_SIZE; in safexcel_cbcmac_init()
2348 req->processed = SM3_BLOCK_SIZE; in safexcel_hmac_sm3_init()
2873 req->processed = SHA3_224_BLOCK_SIZE; in safexcel_hmac_sha3_224_init()
2944 req->processed = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()
3015 req->processed = SHA3_384_BLOCK_SIZE; in safexcel_hmac_sha3_384_init()
3086 req->processed = SHA3_512_BLOCK_SIZE; in safexcel_hmac_sha3_512_init()