Home
last modified time | relevance | path

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

/titanic_53/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()
/titanic_53/usr/src/uts/common/inet/ip/
H A Dspd.c4737 if (!(alg->alg_flags & ALG_FLAG_VALID)) in ipsec_alg_fix_min_max()
4756 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4805 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4869 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4900 alg->alg_flags &= ~ALG_FLAG_VALID; in ipsec_alg_fix_min_max()
4916 alg->alg_flags &= ~ALG_FLAG_VALID; in alg_flag_check()
4923 if ((alg->alg_flags & (ALG_FLAG_CCM|ALG_FLAG_GCM)) == in alg_flag_check()
4926 if (alg->alg_flags & (ALG_FLAG_CCM|ALG_FLAG_GCM)) { in alg_flag_check()
4927 if (!(alg->alg_flags & ALG_FLAG_COUNTERMODE)) in alg_flag_check()
4929 if (!(alg->alg_flags & ALG_FLAG_COMBINED)) in alg_flag_check()
[all …]
H A Dspdsock.c2515 EMIT(SPD_ATTR_ALG_FLAGS, alg->alg_flags); in spdsock_dumpalgs()
2661 alg->alg_flags |= (uint8_t)attr->spd_attr_value; in spdsock_do_updatealg()
3669 alg->alg_flags |= ALG_FLAG_VALID; in spdsock_merge_algs()
3683 alg->alg_flags |= algflags; in spdsock_merge_algs()
H A Dsadb.c3240 if (alg->alg_flags & ALG_FLAG_COUNTERMODE)
3243 if (alg->alg_flags & ALG_FLAG_COMBINED) {
3248 if (alg->alg_flags & ALG_FLAG_CCM)
3250 else if (alg->alg_flags & ALG_FLAG_GCM)
/titanic_53/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)