Home
last modified time | relevance | path

Searched refs:src_sent (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dcipher.h267 unsigned int src_sent; member
374 enum hash_type (*spu_hash_type)(u32 src_sent);
Dspu2.h189 enum hash_type spu2_hash_type(u32 src_sent);
Dspu.h237 enum hash_type spum_hash_type(u32 src_sent);
Dcipher.c338 chunk_start = rctx->src_sent; in handle_ablkcipher_req()
348 rctx->src_sent += chunksize; in handle_ablkcipher_req()
349 rctx->total_sent = rctx->src_sent; in handle_ablkcipher_req()
379 rctx->src_sent - rctx->iv_ctr_len); in handle_ablkcipher_req()
422 rctx->src_sent, chunk_start, remaining, chunksize); in handle_ablkcipher_req()
756 chunk_start = rctx->src_sent; in handle_ahash_req()
785 rctx->src_sent); in handle_ahash_req()
821 rctx->src_sent += new_data_len; in handle_ahash_req()
1390 rctx->src_sent = chunksize; in handle_aead_req()
1765 rctx->src_sent = 0; in ablkcipher_enqueue()
[all …]
Dspu.c544 enum hash_type spum_hash_type(u32 src_sent) in spum_hash_type() argument
546 return src_sent ? HASH_TYPE_UPDT : HASH_TYPE_INIT; in spum_hash_type()
Dspu2.c904 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() argument