Searched refs:ipsa_authtmpl (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 955 newbie->ipsa_authtmpl = NULL; in sadb_cloneassoc() 3167 newbie->ipsa_authtmpl = NULL; 7094 ctx_tmpl = &entry->ipsa_authtmpl; 7200 sa_tmpl = &sa->ipsa_authtmpl; 7257 if (sa->ipsa_authtmpl == IPSEC_CTX_TMPL_ALLOC) 7258 sa->ipsa_authtmpl = NULL; 7259 else if (sa->ipsa_authtmpl != NULL) { 7260 crypto_destroy_ctx_template(sa->ipsa_authtmpl); 7261 sa->ipsa_authtmpl = NULL;
|
H A D | ipsecah.c | 2916 IPSEC_CTX_TMPL(assoc, ipsa_authtmpl, IPSEC_ALG_AUTH, ctx_tmpl); in ah_submit_req_inbound() 3016 &assoc->ipsa_kcfauthkey, assoc->ipsa_authtmpl, in ah_submit_req_outbound()
|
H A D | ipsecesp.c | 2148 IPSEC_CTX_TMPL(assoc, ipsa_authtmpl, IPSEC_ALG_AUTH, in esp_submit_req_inbound() 2479 IPSEC_CTX_TMPL(assoc, ipsa_authtmpl, IPSEC_ALG_AUTH, in esp_submit_req_outbound()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | sadb.h | 293 crypto_ctx_template_t ipsa_authtmpl; /* auth context template */ member
|