Home
last modified time | relevance | path

Searched refs:is_esp (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dspu.h110 bool is_esp; member
273 bool is_esp);
H A Dcipher.h193 bool is_esp; member
403 bool is_encrypt, bool is_esp);
H A Dspu2.h214 bool is_encrypt, bool is_esp);
H A Dspu2.c999 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 Dspu.c1140 * @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 Dcipher.c1301 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 Dspu.h111 bool is_esp; member
274 bool is_esp);
H A Dcipher.h194 bool is_esp; member
401 bool is_encrypt, bool is_esp);
H A Dspu2.h214 bool is_encrypt, bool is_esp);
H A Dspu2.c1002 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 Dspu.c1138 * @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 Dcipher.c1298 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 Dipsec.c1071 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()

Completed in 21 milliseconds