Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c817 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
831 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
836 transhdr_len += temp; in create_cipher_wr()
837 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr()
843 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr()
890 transhdr_len, temp, in create_cipher_wr()
1290 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local
1296 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher()
1297 reqctx->imm = (transhdr_len + IV + req->cryptlen) <= in process_cipher()
1577 unsigned int nents = 0, transhdr_len; in create_hash_wr() local
[all …]