Searched refs:req_sa (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 683 const struct dynamic_sa_ctl *req_sa, in crypto4xx_build_pd() 716 force_sd = (req_sa->sa_command_1.bf.crypto_mode9_8 == CRYPTO_MODE_CFB in crypto4xx_build_pd() 717 || req_sa->sa_command_1.bf.crypto_mode9_8 == CRYPTO_MODE_OFB) in crypto4xx_build_pd() 820 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd() 677 crypto4xx_build_pd(struct crypto_async_request *req, struct crypto4xx_ctx *ctx, struct scatterlist *src, struct scatterlist *dst, const unsigned int datalen, const __le32 *iv, const u32 iv_len, const struct dynamic_sa_ctl *req_sa, const unsigned int sa_len, const unsigned int assoclen, struct scatterlist *_dst) crypto4xx_build_pd() argument
|
/kernel/linux/linux-6.6/drivers/crypto/amcc/ |
H A D | crypto4xx_core.c | 683 const struct dynamic_sa_ctl *req_sa, in crypto4xx_build_pd() 716 force_sd = (req_sa->sa_command_1.bf.crypto_mode9_8 == CRYPTO_MODE_CFB in crypto4xx_build_pd() 717 || req_sa->sa_command_1.bf.crypto_mode9_8 == CRYPTO_MODE_OFB) in crypto4xx_build_pd() 820 memcpy(sa, req_sa, sa_len * 4); in crypto4xx_build_pd() 677 crypto4xx_build_pd(struct crypto_async_request *req, struct crypto4xx_ctx *ctx, struct scatterlist *src, struct scatterlist *dst, const unsigned int datalen, const __le32 *iv, const u32 iv_len, const struct dynamic_sa_ctl *req_sa, const unsigned int sa_len, const unsigned int assoclen, struct scatterlist *_dst) crypto4xx_build_pd() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 1983 u16 req_sa, u; in resp_rsup_opcodes() local 1994 req_sa = get_unaligned_be16(cmd + 4); in resp_rsup_opcodes() 2072 req_sa = 0; in resp_rsup_opcodes() 2090 } else if (req_sa != oip->sa) { in resp_rsup_opcodes() 2094 if (req_sa == oip->sa) in resp_rsup_opcodes()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 1992 u16 req_sa, u; in resp_rsup_opcodes() local 2003 req_sa = get_unaligned_be16(cmd + 4); in resp_rsup_opcodes() 2081 req_sa = 0; in resp_rsup_opcodes() 2099 } else if (req_sa != oip->sa) { in resp_rsup_opcodes() 2103 if (req_sa == oip->sa) in resp_rsup_opcodes()
|
Completed in 26 milliseconds