Searched refs:IPSECDOI_ATTR_AUTH (Results 1 – 8 of 8) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.h | 117 #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 | 2329 case IPSECDOI_ATTR_AUTH: 2477 !attrseen[IPSECDOI_ATTR_AUTH]) { 2485 !attrseen[IPSECDOI_ATTR_AUTH]) { 2597 case IPSECDOI_ATTR_AUTH: 2629 !attrseen[IPSECDOI_ATTR_AUTH]) { 3119 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype); 4777 case IPSECDOI_ATTR_AUTH:
|
D | algorithm.c | 941 return IPSECDOI_ATTR_AUTH;
|
D | strnames.c | 521 { IPSECDOI_ATTR_AUTH, "Authentication Algorithm", s_ipsecdoi_auth },
|
D | pfkey.c | 605 case IPSECDOI_ATTR_AUTH: 2785 case IPSECDOI_ATTR_AUTH:
|
D | cfparse.y | 1479 if (a == IPSECDOI_ATTR_AUTH)
|
/external/tcpdump/ |
D | print-isakmp.c | 522 #define IPSECDOI_ATTR_AUTH 5 /* B */ macro
|