Home
last modified time | relevance | path

Searched refs:is_esp (Results 1 – 6 of 6) sorted by relevance

/linux/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.c1003 flow_log(" is_esp: %s\n", str_yes_no(req_opts->is_esp)); in spu2_create_request()
1349 * @is_esp: true if this is an ESP / RFC4309 operation
1355 bool is_encrypt, bool is_esp) in spu2_ccm_update_iv() argument
1364 if (is_esp) in spu2_ccm_update_iv()
H A Dcipher.c1299 req_opts.is_esp = ctx->is_esp; in handle_aead_req()
1321 if (ctx->is_esp && !ctx->is_rfc4543) { in handle_aead_req()
1395 ctx->is_esp); in handle_aead_req()
2691 flow_log(" is_esp: %s\n", str_yes_no(ctx->is_esp)); in aead_enqueue()
2830 if (!ctx->is_esp) in aead_gcm_ccm_setkey()
2915 ctx->is_esp = true; in aead_gcm_esp_setkey()
2947 ctx->is_esp = true; in rfc4543_gcm_esp_setkey()
2979 ctx->is_esp in aead_ccm_esp_setkey()
[all...]
H A Dspu.c1133 * @is_esp: true if this is an ESP / RFC4309 operation
1141 bool is_esp) in spum_ccm_update_iv() argument
1174 if (is_esp) { in spum_ccm_update_iv()