Home
last modified time | relevance | path

Searched refs:ipsa_emech (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c307 if (ipsa->ipsa_emech.cm_param != NULL) in sadb_freeassoc()
308 kmem_free(ipsa->ipsa_emech.cm_param, in sadb_freeassoc()
309 ipsa->ipsa_emech.cm_param_len); in sadb_freeassoc()
3264 newbie->ipsa_emech.cm_type = alg->alg_mech_type;
3285 newbie->ipsa_emech.cm_param = NULL;
3286 newbie->ipsa_emech.cm_param_len = 0;
3288 newbie->ipsa_emech.cm_type = CRYPTO_MECHANISM_INVALID;
8072 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
8087 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
8113 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
H A Dipsecesp.c1964 &assoc->ipsa_emech, &ic->ic_crypto_dual_data, in esp_submit_req_inbound()
2322 kef_rc = crypto_encrypt_mac(&assoc->ipsa_emech, in esp_submit_req_outbound()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h298 crypto_mechanism_t ipsa_emech; /* encr mech type */ member