Searched refs:IPSEC_ALG_ENCR (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 305 ipss->ipsec_nalgs[IPSEC_ALG_ENCR]; in esp_kstat_update() 1237 ealg = ipss->ipsec_alglists[IPSEC_ALG_ENCR] in esp_insert_prop() 1330 ipss->ipsec_nalgs[IPSEC_ALG_ENCR]; in esp_send_acquire() 2174 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() 3064 encralgs = ipss->ipsec_alglists[IPSEC_ALG_ENCR]; in esp_register_out() 3745 ealg = ipss->ipsec_alglists[IPSEC_ALG_ENCR]
|
H A D | sadb.c | 292 ipsec_destroy_ctx_tmpl(ipsa, IPSEC_ALG_ENCR); in sadb_freeassoc() 3232 async = async || (ipss->ipsec_algs_exec_mode[IPSEC_ALG_ENCR] == 3234 alg = ipss->ipsec_alglists[IPSEC_ALG_ENCR] 3377 error = ipsec_create_ctx_tmpl(newbie, IPSEC_ALG_ENCR); 5286 IPSEC_ALG_AUTH : IPSEC_ALG_ENCR][alg]; 5780 ipss->ipsec_nalgs[IPSEC_ALG_ENCR] * sizeof (sadb_comb_t); 7096 case IPSEC_ALG_ENCR: 7160 update_state.async_encr = ipss->ipsec_algs_exec_mode[IPSEC_ALG_ENCR] == 7203 case IPSEC_ALG_ENCR: 7264 ASSERT(alg_type == IPSEC_ALG_ENCR);
|
H A D | spdsock.c | 2280 ipss->ipsec_nalgs[IPSEC_ALG_ENCR]; in spdsock_alglist() 2284 if (ipss->ipsec_alglists[IPSEC_ALG_ENCR][SADB_EALG_NONE] != NULL) in spdsock_alglist() 2364 ASSERT(algtype == IPSEC_ALG_ENCR); in spdsock_alglist() 2465 ipss->ipsec_nalgs[IPSEC_ALG_ENCR]; in spdsock_dumpalgs()
|
H A D | spd.c | 1157 ipss->ipsec_alglists[IPSEC_ALG_ENCR][ipp->ipp_encr_alg] == NULL) { in ipsec_check_action() 1166 act_alg_adjust(IPSEC_ALG_ENCR, ipp->ipp_encr_alg, in ipsec_check_action() 1204 act_alg_adjust(IPSEC_ALG_ENCR, encr_alg, in ipsec_setup_act() 1278 SET_EXP_MINMAX(IPSEC_ALG_ENCR, wild_encr, SADB_EALG_NONE, in ipsec_act_wildcard_expand() 1307 encr_alg = WHICH_ALG(IPSEC_ALG_ENCR, wild_encr, encr_idx, ipss); in ipsec_act_wildcard_expand() 4847 if (alg_type == IPSEC_ALG_ENCR && alg->alg_ivlen == 0) in ipsec_alg_fix_min_max()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | sadb.h | 832 IPSEC_ALG_ENCR = 1, enumerator
|