Searched refs:ipsa_emech (Results 1 – 3 of 3) sorted by relevance
314 if (ipsa->ipsa_emech.cm_param != NULL) in sadb_freeassoc()315 kmem_free(ipsa->ipsa_emech.cm_param, in sadb_freeassoc()316 ipsa->ipsa_emech.cm_param_len); in sadb_freeassoc()3238 newbie->ipsa_emech.cm_type = alg->alg_mech_type;3259 newbie->ipsa_emech.cm_param = NULL;3260 newbie->ipsa_emech.cm_param_len = 0;3262 newbie->ipsa_emech.cm_type = CRYPTO_MECHANISM_INVALID;7791 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;7806 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;7832 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
2207 &assoc->ipsa_emech, &ic->ic_crypto_dual_data, in esp_submit_req_inbound()2564 kef_rc = crypto_encrypt_mac(&assoc->ipsa_emech, in esp_submit_req_outbound()
296 crypto_mechanism_t ipsa_emech; /* encr mech type */ member