Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dcipher.h268 * init() and update() data. src_sent does not.
270 unsigned int src_sent; member
374 enum hash_type (*spu_hash_type)(u32 src_sent);
H A Dspu2.h189 enum hash_type spu2_hash_type(u32 src_sent);
H A Dcipher.c334 chunk_start = rctx->src_sent; in handle_skcipher_req()
344 rctx->src_sent += chunksize; in handle_skcipher_req()
345 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()
375 rctx->src_sent - rctx->iv_ctr_len); in handle_skcipher_req()
396 rctx->src_sent, chunk_start, remaining, chunksize); in handle_skcipher_req()
720 chunk_start = rctx->src_sent; in handle_ahash_req()
749 rctx->src_sent); in handle_ahash_req()
785 rctx->src_sent += new_data_len; in handle_ahash_req()
1353 rctx->src_sent = chunksize; in handle_aead_req()
1728 rctx->src_sent in skcipher_enqueue()
[all...]
H A Dspu.h238 enum hash_type spum_hash_type(u32 src_sent);
H A Dspu.c530 * @src_sent: The number of bytes in the current request that have already
538 enum hash_type spum_hash_type(u32 src_sent) in spum_hash_type() argument
540 return src_sent ? HASH_TYPE_UPDT : HASH_TYPE_INIT; in spum_hash_type()
H A Dspu2.c905 * @src_sent: The number of bytes in the current request that have already
910 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() argument