Searched refs:transhdr_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 817 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() local 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 in process_cipher() 1577 unsigned int nents = 0, transhdr_len; create_hash_wr() local 1653 param->hash_size, transhdr_len, create_hash_wr() local 2452 unsigned int transhdr_len; create_authenc_wr() local 2570 transhdr_len, temp, 0); create_authenc_wr() local 3050 unsigned int transhdr_len; create_aead_ccm_wr() local 3125 transhdr_len, temp, 0); create_aead_ccm_wr() local 3149 unsigned int transhdr_len, dnents = 0, snents; create_gcm_wr() local 3243 transhdr_len, temp, reqctx->verify); create_gcm_wr() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 810 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local 824 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr() 829 transhdr_len += temp; in create_cipher_wr() 830 transhdr_len = roundup(transhdr_len, 16); in create_cipher_wr() 836 chcr_req = __skb_put_zero(skb, transhdr_len); in create_cipher_wr() 883 transhdr_len, temp, in create_cipher_wr() local 1283 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1289 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl); in process_cipher() 1290 reqctx->imm = (transhdr_len in process_cipher() 1571 unsigned int nents = 0, transhdr_len; create_hash_wr() local 1647 param->hash_size, transhdr_len, create_hash_wr() local 2447 unsigned int transhdr_len; create_authenc_wr() local 2565 transhdr_len, temp, 0); create_authenc_wr() local 3045 unsigned int transhdr_len; create_aead_ccm_wr() local 3120 transhdr_len, temp, 0); create_aead_ccm_wr() local 3144 unsigned int transhdr_len, dnents = 0, snents; create_gcm_wr() local 3238 transhdr_len, temp, reqctx->verify); create_gcm_wr() local [all...] |
Completed in 9 milliseconds