Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.h270 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 Dspu.h238 enum hash_type spum_hash_type(u32 src_sent);
H A Dcipher.c333 chunk_start = rctx->src_sent; in handle_skcipher_req()
343 rctx->src_sent += chunksize; in handle_skcipher_req()
719 chunk_start = rctx->src_sent; in handle_ahash_req()
748 rctx->src_sent); in handle_ahash_req()
784 rctx->src_sent += new_data_len; in handle_ahash_req()
1352 rctx->src_sent = chunksize; in handle_aead_req()
1727 rctx->src_sent = 0; in skcipher_enqueue()
1972 rctx->src_sent = 0; in __ahash_init()
2084 rctx->src_sent = 0; in __ahash_update()
2177 rctx->src_sent = 0; in __ahash_finup()
[all …]
H A Dspu.c538 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.c909 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() argument