Searched refs:src_sent (Results 1 – 6 of 6) sorted by relevance
270 unsigned int src_sent; member374 enum hash_type (*spu_hash_type)(u32 src_sent);
332 chunk_start = rctx->src_sent; in handle_skcipher_req()342 rctx->src_sent += chunksize; in handle_skcipher_req()343 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()373 rctx->src_sent - rctx->iv_ctr_len); in handle_skcipher_req()394 rctx->src_sent, chunk_start, remaining, chunksize); in handle_skcipher_req()716 chunk_start = rctx->src_sent; in handle_ahash_req()745 rctx->src_sent); in handle_ahash_req()781 rctx->src_sent += new_data_len; in handle_ahash_req()1347 rctx->src_sent = chunksize; in handle_aead_req()1722 rctx->src_sent = 0; in skcipher_enqueue()[all …]
189 enum hash_type spu2_hash_type(u32 src_sent);
238 enum hash_type spum_hash_type(u32 src_sent);
538 enum hash_type spum_hash_type(u32 src_sent) in spum_hash_type() argument540 return src_sent ? HASH_TYPE_UPDT : HASH_TYPE_INIT; in spum_hash_type()
910 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() argument