Searched refs:is_esp (Results 1 – 6 of 6) sorted by relevance
111 bool is_esp; member 274 bool is_esp);
194 bool is_esp; member 401 bool is_encrypt, bool is_esp);
214 bool is_encrypt, bool is_esp);
1003 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 operation1355 bool is_encrypt, bool is_esp) in spu2_ccm_update_iv() argument 1364 if (is_esp) in spu2_ccm_update_iv()
1299 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...]
1133 * @is_esp: true if this is an ESP / RFC4309 operation1141 bool is_esp) in spum_ccm_update_iv() argument 1174 if (is_esp) { in spum_ccm_update_iv()