Searched refs:src_sent (Results 1 – 6 of 6) sorted by relevance
269 unsigned int src_sent; member376 enum hash_type (*spu_hash_type)(u32 src_sent);
189 enum hash_type spu2_hash_type(u32 src_sent);
237 enum hash_type spum_hash_type(u32 src_sent);
333 chunk_start = rctx->src_sent; in handle_skcipher_req()343 rctx->src_sent += chunksize; in handle_skcipher_req()344 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()374 rctx->src_sent - rctx->iv_ctr_len); in handle_skcipher_req()395 rctx->src_sent, chunk_start, remaining, chunksize); in handle_skcipher_req()721 chunk_start = rctx->src_sent; in handle_ahash_req()750 rctx->src_sent); in handle_ahash_req()786 rctx->src_sent += new_data_len; in handle_ahash_req()1355 rctx->src_sent = chunksize; in handle_aead_req()1730 rctx->src_sent = 0; in skcipher_enqueue()[all …]
540 enum hash_type spum_hash_type(u32 src_sent) in spum_hash_type() argument542 return src_sent ? HASH_TYPE_UPDT : HASH_TYPE_INIT; in spum_hash_type()
904 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() argument