Searched refs:cipher_offset (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/crypto/bcm/ |
D | spu2.c | 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 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()
|
D | spu.c | 609 unsigned int cipher_offset = aead_parms->assoc_size + in spum_create_request() local 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()
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw_la.h | 281 __u32 cipher_offset; member
|
D | qat_algs.c | 998 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_dec() 1044 cipher_param->cipher_offset = areq->assoclen; in qat_alg_aead_enc() 1227 cipher_param->cipher_offset = 0; in qat_alg_skcipher_encrypt() 1293 cipher_param->cipher_offset = 0; in qat_alg_skcipher_decrypt()
|