Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c956 newbie->ipsa_encrtmpl = NULL; in sadb_cloneassoc()
3168 newbie->ipsa_encrtmpl = NULL;
7098 ctx_tmpl = &entry->ipsa_encrtmpl;
7205 sa_tmpl = &sa->ipsa_encrtmpl;
7265 if (sa->ipsa_encrtmpl == IPSEC_CTX_TMPL_ALLOC)
7266 sa->ipsa_encrtmpl = NULL;
7267 else if (sa->ipsa_encrtmpl != NULL) {
7268 crypto_destroy_ctx_template(sa->ipsa_encrtmpl);
7269 sa->ipsa_encrtmpl = NULL;
H A Dipsecesp.c2174 IPSEC_CTX_TMPL(assoc, ipsa_encrtmpl, IPSEC_ALG_ENCR, in esp_submit_req_inbound()
2504 IPSEC_CTX_TMPL(assoc, ipsa_encrtmpl, IPSEC_ALG_ENCR, in esp_submit_req_outbound()
/titanic_41/usr/src/uts/common/inet/
H A Dsadb.h294 crypto_ctx_template_t ipsa_encrtmpl; /* encr context template */ member