Searched refs:ipsa_encrtmpl (Results 1 – 3 of 3) sorted by relevance
952 newbie->ipsa_encrtmpl = NULL; in sadb_cloneassoc()3194 newbie->ipsa_encrtmpl = NULL;7379 ctx_tmpl = &entry->ipsa_encrtmpl;7486 sa_tmpl = &sa->ipsa_encrtmpl;7546 if (sa->ipsa_encrtmpl == IPSEC_CTX_TMPL_ALLOC)7547 sa->ipsa_encrtmpl = NULL;7548 else if (sa->ipsa_encrtmpl != NULL) {7549 crypto_destroy_ctx_template(sa->ipsa_encrtmpl);7550 sa->ipsa_encrtmpl = NULL;
1931 IPSEC_CTX_TMPL(assoc, ipsa_encrtmpl, IPSEC_ALG_ENCR, in esp_submit_req_inbound()2262 IPSEC_CTX_TMPL(assoc, ipsa_encrtmpl, IPSEC_ALG_ENCR, in esp_submit_req_outbound()
296 crypto_ctx_template_t ipsa_encrtmpl; /* encr context template */ member