Searched refs:doi (Results 1 - 13 of 13) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dalgorithm.c299 alg_oakley_hashdef(doi)
300 int doi;
305 if (doi == oakley_hashdef[i].doi) {
314 alg_oakley_hashdef_ok(doi)
315 int doi;
319 f = alg_oakley_hashdef(doi);
334 res = oakley_hashdef[i].doi;
341 alg_oakley_hashdef_hashlen(doi)
342 int doi;
[all...]
H A Dalgorithm.h132 int doi; member in struct:hmac_algorithm
143 int doi; member in struct:hash_algorithm
154 int doi; member in struct:enc_algorithm
166 int doi; member in struct:dh_algorithm
174 int doi; member in struct:misc_algorithm
H A Disakmp.h185 /* MAY NOT be used, because of being defined in ipsec-doi. */
189 u_int32_t doi; /* Domain of Interpretation */
233 /* NOTE: MUST NOT use because of being defined in ipsec-doi instead them. */
313 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n
377 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d
420 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_ru
H A Disakmp_inf.c415 "doi=%d proto_id=%d spi=%s(size=%d).\n",
417 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
464 if (ntohl(delete->doi) != IPSEC_DOI) {
466 "delete payload with invalid doi:%d.\n",
467 ntohl(delete->doi));
474 ISAKMP_CFG_VENDORID_UNITY) == 0) || (delete->doi != 0))
604 d->doi = htonl(IPSEC_DOI);
668 d->doi = htonl(IPSEC_DOI);
754 n->doi = htonl(IPSEC_DOI);
816 n->doi
[all...]
H A Dipsec_doi.h147 u_int32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_pl_sa::ipsecdoi_sa_b
182 /* compressing doi type, it's internal use. */
H A Dcfparse.y2066 int doi;
2069 doi = algtype2doi($1, $2);
2070 if (doi == -1) {
2081 s_attr_isakmp_enc(doi));
2088 s_attr_isakmp_enc(doi));
2093 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_enc] = doi;
2112 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_hash] = doi;
2115 cur_rmconf->prhead->spspec->algclass[algclass_isakmp_ameth] = doi;
H A Dipsec_doi.c1308 if (check_doi(ntohl(sab->doi)) < 0)
1591 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
1832 check_doi(doi)
1833 u_int32_t doi;
1835 switch (doi) {
1840 "invalid value of DOI 0x%08x.\n", doi);
2661 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
3179 sab->doi = htonl(IPSEC_DOI);
4875 doi2idtype(doi)
4876 int doi;
[all...]
H A Dcftoken.l312 <S_RMTS>doi { YYD; return(DOI); }
H A Doakley.c2088 check_typeofcertname(doi, genid)
2089 int doi, genid;
2091 switch (doi) {
H A Disakmp_quick.c1538 n->doi = htonl(IPSEC_DOI);
/external/tcpdump/
H A Dprint-isakmp.c426 u_int32_t doi, sit, ident; local
435 doi = ntohl(sa.doi);
437 if (doi != 1) {
438 printf(" doi=%d", doi);
443 printf(" doi=ipsec");
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
570 const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_,
638 const u_char *ep _U_, u_int32_t phase _U_, u_int32_t doi _U
981 u_int32_t doi; local
1121 u_int32_t doi; local
1181 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
1220 isakmp_sub_print(u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]
H A Disakmp.h180 /* MAY NOT be used, because of being defined in ipsec-doi. */
193 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_sa
236 /* MUST NOT to be used, because of being defined in ipsec-doi. */
308 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n
352 u_int32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d
H A Dipsec_doi.h115 u_int32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_sa

Completed in 570 milliseconds