Searched refs:cipher_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu2.c | 723 * @cipher_offset: Number of bytes from Start of Packet (end of FD field) where 730 static void spu2_fmd_ctrl2_write(struct SPU2_FMD *fmd, u64 cipher_offset, in spu2_fmd_ctrl2_write() argument 744 payload_offset = cipher_offset; in spu2_fmd_ctrl2_write() 964 unsigned int cipher_offset = aead_parms->assoc_size + in spu2_create_request() local 1014 flow_log(" cipher_offset:%u payload_len:%u\n", in spu2_create_request() 1015 cipher_offset, payload_len); in spu2_create_request() 1043 cipher_offset = 0; in spu2_create_request() 1079 spu2_fmd_ctrl2_write(fmd, cipher_offset, hash_parms->key_len, 0, in spu2_create_request()
|
H A D | spu.c | 611 unsigned int cipher_offset = aead_parms->assoc_size + in spum_create_request() local 663 flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n", in spum_create_request() 664 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request() 773 cipher_offset = offset_iv; in spum_create_request() 774 auth_len = cipher_offset + aead_parms->data_pad_len; in spum_create_request() 790 bdesc->offset_crypto = cpu_to_be16(cipher_offset); in spum_create_request()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu2.c | 725 * @cipher_offset: Number of bytes from Start of Packet (end of FD field) where 732 static void spu2_fmd_ctrl2_write(struct SPU2_FMD *fmd, u64 cipher_offset, in spu2_fmd_ctrl2_write() argument 746 payload_offset = cipher_offset; in spu2_fmd_ctrl2_write() 969 unsigned int cipher_offset = aead_parms->assoc_size + in spu2_create_request() local 1017 flow_log(" cipher_offset:%u payload_len:%u\n", in spu2_create_request() 1018 cipher_offset, payload_len); in spu2_create_request() 1046 cipher_offset = 0; in spu2_create_request() 1082 spu2_fmd_ctrl2_write(fmd, cipher_offset, hash_parms->key_len, 0, in spu2_create_request()
|
H A D | spu.c | 609 unsigned int cipher_offset = aead_parms->assoc_size + in spum_create_request() local 661 flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n", in spum_create_request() 662 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request() 771 cipher_offset = offset_iv; in spum_create_request() 772 auth_len = cipher_offset + aead_parms->data_pad_len; in spum_create_request() 788 bdesc->offset_crypto = cpu_to_be16(cipher_offset); in spum_create_request()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_fw_la.h | 274 __u32 cipher_offset; member
|
H A D | qat_algs.c | 875 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_dec() 923 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_enc() 1090 cipher_param->cipher_offset = 0; in qat_alg_skcipher_encrypt() 1168 cipher_param->cipher_offset = 0; in qat_alg_skcipher_decrypt()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_la.h | 281 __u32 cipher_offset; member
|
H A D | qat_algs.c | 816 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_dec() 863 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_enc() 1047 cipher_param->cipher_offset = 0; in qat_alg_skcipher_encrypt() 1114 cipher_param->cipher_offset = 0; in qat_alg_skcipher_decrypt()
|
Completed in 15 milliseconds