Home
last modified time | relevance | path

Searched refs:alg_flags (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c56 static int proto_number = -1, alg_number = -1, alg_flags = 0; variable
604 newbie.a_alg_flags = alg_flags; in new_alg()
616 alg_flags = parse_flag(holder, 0); in new_alg()
617 if (!alg_flags) { in new_alg()
621 newbie.a_alg_flags |= alg_flags; in new_alg()
1156 alg_flags |= flags; in main()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4745 if (!(alg->alg_flags & ALG_FLAG_VALID)) in ipsec_alg_fix_min_max()
4764 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4813 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4877 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4908 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4924 alg->alg_flags &= ~ALG_FLAG_VALID; in alg_flag_check()
4931 if ((alg->alg_flags & (ALG_FLAG_CCM|ALG_FLAG_GCM)) == in alg_flag_check()
4934 if (alg->alg_flags & (ALG_FLAG_CCM|ALG_FLAG_GCM)) { in alg_flag_check()
4935 if (!(alg->alg_flags & ALG_FLAG_COUNTERMODE)) in alg_flag_check()
4937 if (!(alg->alg_flags & ALG_FLAG_COMBINED)) in alg_flag_check()
[all …]
H A Dspdsock.c2518 EMIT(SPD_ATTR_ALG_FLAGS, alg->alg_flags); in spdsock_dumpalgs()
2664 alg->alg_flags |= (uint8_t)attr->spd_attr_value; in spdsock_do_updatealg()
3693 alg->alg_flags |= ALG_FLAG_VALID; in spdsock_merge_algs()
3707 alg->alg_flags |= algflags; in spdsock_merge_algs()
H A Dsadb.c3266 if (alg->alg_flags & ALG_FLAG_COUNTERMODE)
3269 if (alg->alg_flags & ALG_FLAG_COMBINED) {
3274 if (alg->alg_flags & ALG_FLAG_CCM)
3276 else if (alg->alg_flags & ALG_FLAG_GCM)
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h850 uint8_t alg_flags; member
884 #define ALG_VALID(_alg) ((_alg)->alg_flags & ALG_FLAG_VALID)