Searched refs:alg_type (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 2552 ipsec_algtype_t alg_type = 0; local 2596 spds->spds_algs[alg_type][alg->alg_id]); 2597 spds->spds_algs[alg_type][alg->alg_id] = 2621 alg_type = i; 2744 alg_type = i; 2755 spds->spds_algs_exec_mode[alg_type] = i; 2773 for (alg_type = 0; alg_type < IPSEC_NALGTYPES; alg_type++) 2775 if (spds->spds_algs[alg_type][algi [all...] |
H A D | sadb.c | 7061 ipsec_algtype_t alg_type; member in struct:sadb_update_alg_state 7091 switch (update_state->alg_type) { 7117 update_state->alg_type); 7125 ipsec_destroy_ctx_tmpl(entry, update_state->alg_type); 7147 sadb_alg_update(ipsec_algtype_t alg_type, uint8_t alg_id, boolean_t is_added, argument 7155 update_state.alg_type = alg_type; 7163 if (alg_type == IPSEC_ALG_AUTH || alg_type == IPSEC_ALG_ALL) { 7184 ipsec_create_ctx_tmpl(ipsa_t *sa, ipsec_algtype_t alg_type) argument 7252 ipsec_destroy_ctx_tmpl(ipsa_t *sa, ipsec_algtype_t alg_type) argument [all...] |
H A D | spd.c | 4693 ipsec_alg_fix_min_max(ipsec_alginfo_t *alg, ipsec_algtype_t alg_type, argument 4768 if (alg_type == IPSEC_ALG_AUTH) { 4847 if (alg_type == IPSEC_ALG_ENCR && alg->alg_ivlen == 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 3495 parse_ipsec_alg(char *str, ips_act_props_t *iap, int alg_type) argument 3562 if (alg_type == SPD_ATTR_AH_AUTH || 3563 alg_type == SPD_ATTR_ESP_AUTH) { 3573 if (alg_type == SPD_ATTR_AH_AUTH) { 3577 } else if (alg_type == SPD_ATTR_ESP_AUTH) {
|
Completed in 314 milliseconds