Searched refs:IPSECDOI_ATTR_AUTH (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | ipsec_doi.h | 94 #define IPSECDOI_ATTR_AUTH 5 /* B */ macro
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.h | 119 #define IPSECDOI_ATTR_AUTH 5 /* B */ macro
|
D | proposal.c | 598 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr2->authtype), 599 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr1->authtype)); 979 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype)); 986 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
|
D | ipsec_doi.c | 2290 case IPSECDOI_ATTR_AUTH: 2438 !attrseen[IPSECDOI_ATTR_AUTH]) { 2446 !attrseen[IPSECDOI_ATTR_AUTH]) { 2558 case IPSECDOI_ATTR_AUTH: 2590 !attrseen[IPSECDOI_ATTR_AUTH]) { 3078 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype); 4677 case IPSECDOI_ATTR_AUTH:
|
D | algorithm.c | 941 return IPSECDOI_ATTR_AUTH;
|
D | strnames.c | 523 { IPSECDOI_ATTR_AUTH, "Authentication Algorithm", s_ipsecdoi_auth },
|
D | pfkey.c | 666 case IPSECDOI_ATTR_AUTH: 3626 case IPSECDOI_ATTR_AUTH:
|
D | cfparse.y | 1586 if (a == IPSECDOI_ATTR_AUTH)
|