/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu.h | 110 bool is_esp; member 273 bool is_esp);
|
H A D | cipher.h | 193 bool is_esp; member 403 bool is_encrypt, bool is_esp);
|
H A D | spu2.h | 214 bool is_encrypt, bool is_esp);
|
H A D | spu2.c | 999 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request() 1345 * @is_esp: true if this is an ESP / RFC4309 operation 1351 bool is_encrypt, bool is_esp) in spu2_ccm_update_iv() 1360 if (is_esp) in spu2_ccm_update_iv() 1348 spu2_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) spu2_ccm_update_iv() argument
|
H A D | spu.c | 1140 * @is_esp: true if this is an ESP / RFC4309 operation 1148 bool is_esp) in spum_ccm_update_iv() 1181 if (is_esp) { in spum_ccm_update_iv() 1143 spum_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) spum_ccm_update_iv() argument
|
H A D | cipher.c | 1301 req_opts.is_esp = ctx->is_esp; in handle_aead_req() 1323 if (ctx->is_esp && !ctx->is_rfc4543) { in handle_aead_req() 1397 ctx->is_esp); in handle_aead_req() 2726 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no"); in aead_enqueue() 2865 if (!ctx->is_esp) in aead_gcm_ccm_setkey() 2950 ctx->is_esp = true; in aead_gcm_esp_setkey() 2982 ctx->is_esp = true; in rfc4543_gcm_esp_setkey() 3014 ctx->is_esp in aead_ccm_esp_setkey() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu.h | 111 bool is_esp; member 274 bool is_esp);
|
H A D | cipher.h | 194 bool is_esp; member 401 bool is_encrypt, bool is_esp);
|
H A D | spu2.h | 214 bool is_encrypt, bool is_esp);
|
H A D | spu2.c | 1002 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request() 1348 * @is_esp: true if this is an ESP / RFC4309 operation 1354 bool is_encrypt, bool is_esp) in spu2_ccm_update_iv() 1363 if (is_esp) in spu2_ccm_update_iv() 1351 spu2_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) spu2_ccm_update_iv() argument
|
H A D | spu.c | 1138 * @is_esp: true if this is an ESP / RFC4309 operation 1146 bool is_esp) in spum_ccm_update_iv() 1179 if (is_esp) { in spum_ccm_update_iv() 1141 spum_ccm_update_iv(unsigned int digestsize, struct spu_cipher_parms *cipher_parms, unsigned int assoclen, unsigned int chunksize, bool is_encrypt, bool is_esp) spum_ccm_update_iv() argument
|
H A D | cipher.c | 1298 req_opts.is_esp = ctx->is_esp; in handle_aead_req() 1320 if (ctx->is_esp && !ctx->is_rfc4543) { in handle_aead_req() 1394 ctx->is_esp); in handle_aead_req() 2687 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no"); in aead_enqueue() 2826 if (!ctx->is_esp) in aead_gcm_ccm_setkey() 2911 ctx->is_esp = true; in aead_gcm_esp_setkey() 2943 ctx->is_esp = true; in rfc4543_gcm_esp_setkey() 2975 ctx->is_esp in aead_ccm_esp_setkey() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | ipsec.c | 1071 bool is_esp = fte->action.esp_id; in fpga_ipsec_fs_create_fte() local 1075 if (!is_esp || in fpga_ipsec_fs_create_fte() 1121 bool is_esp = fte->action.esp_id; in fpga_ipsec_fs_update_fte() local 1125 if (!is_esp || in fpga_ipsec_fs_update_fte() 1151 bool is_esp = fte->action.esp_id; in fpga_ipsec_fs_delete_fte() local 1155 if (!is_esp || in fpga_ipsec_fs_delete_fte()
|