Searched refs:spi_size (Results 1 – 15 of 15) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp.h | 206 u_int8_t spi_size; /* SPI Size */ member 310 u_int8_t spi_size; /* SPI Size */ member 374 u_int8_t spi_size; /* SPI Size */ member 418 u_int8_t spi_size; /* SPI Size */ member
|
D | isakmp_inf.c | 343 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) { 354 nraw = ((char*) notify) + sizeof(*notify) + notify->spi_size; 355 l = ntohs(notify->h.len) - sizeof(*notify) - notify->spi_size; 485 if (tlen != num_spi * delete->spi_size) { 504 if (delete->spi_size != sizeof(isakmp_index)) { 508 delete->spi_size, delete->proto_id); 530 if (delete->spi_size != sizeof(u_int32_t)) { 534 delete->spi_size, delete->proto_id); 544 if (delete->spi_size == sizeof(spi.spi16[1])) { 547 } else if (delete->spi_size == sizeof(spi.spi32)) [all …]
|
D | security.c | 114 bp = (caddr_t)prop + sizeof(struct isakmp_pl_p) + prop->spi_size; 116 (sizeof(struct isakmp_pl_p) + prop->spi_size);
|
D | proposal.c | 777 if (sizeof(newpr->spi) < p->prop->spi_size) { 779 "invalid spi size %d.\n", p->prop->spi_size); 789 newpr->spisize = p->prop->spi_size; 793 spi -= p->prop->spi_size; 794 memcpy(spi, p->prop + 1, p->prop->spi_size); 805 t->prop->spi_size, t->prop->num_t,
|
D | ipsec_doi.c | 210 prop->spi_size, prop->num_t); 925 if (p->prop->spi_size != r->prop->spi_size) { 928 p->prop->spi_size); 1236 if (check_spi_size(prop->proto_id, prop->spi_size) < 0) 1344 bp = (caddr_t)prop + sizeof(struct isakmp_pl_p) + prop->spi_size; 1346 - (sizeof(struct isakmp_pl_p) + prop->spi_size); 1451 newtlen += p->prop->spi_size; 1472 + p->prop->spi_size; 1485 memset(bp + sizeof(struct isakmp_pl_p), 0, p->prop->spi_size); 1621 + p->prop->spi_size; [all …]
|
D | isakmp_quick.c | 1880 n->spi_size = sizeof(iph2->approval->head->spisize);
|
/external/tcpdump/ |
D | isakmp.h | 209 u_int8_t spi_size; /* SPI Size */ member 310 u_int8_t spi_size; /* SPI Size */ member 354 u_int8_t spi_size; /* SPI Size */ member
|
D | print-isakmp.c | 494 if (prop.spi_size) { in isakmp_p_print() 496 if (!rawprint((caddr_t)(p + 1), prop.spi_size)) in isakmp_p_print() 500 ext = (struct isakmp_gen *)((u_char *)(p + 1) + prop.spi_size); in isakmp_p_print() 1047 if (n.spi_size) { in isakmp_n_print() 1049 if (!rawprint((caddr_t)(p + 1), n.spi_size)) in isakmp_n_print() 1052 return (u_char *)(p + 1) + n.spi_size; in isakmp_n_print() 1067 if (n.spi_size) { in isakmp_n_print() 1069 if (!rawprint((caddr_t)(p + 1), n.spi_size)) in isakmp_n_print() 1073 cp = (u_char *)(p + 1) + n.spi_size; in isakmp_n_print() 1102 item_len - sizeof(*p) - n.spi_size, in isakmp_n_print() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | ikev2.c | 240 p->spi_size, p->num_transforms); in ikev2_parse_proposal() 264 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 269 if (p->spi_size) { in ikev2_parse_proposal() 271 ppos, p->spi_size); in ikev2_parse_proposal() 272 ppos += p->spi_size; in ikev2_parse_proposal() 280 if (p->spi_size != 0) { in ikev2_parse_proposal()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.c | 241 p->spi_size, p->num_transforms); in ikev2_parse_proposal() 265 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 270 if (p->spi_size) { in ikev2_parse_proposal() 272 ppos, p->spi_size); in ikev2_parse_proposal() 273 ppos += p->spi_size; in ikev2_parse_proposal() 281 if (p->spi_size != 0) { in ikev2_parse_proposal()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 259 p->spi_size, p->num_transforms); in ikev2_parse_proposal() 283 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 288 if (p->spi_size) { in ikev2_parse_proposal() 290 ppos, p->spi_size); in ikev2_parse_proposal() 291 ppos += p->spi_size; in ikev2_parse_proposal() 299 if (p->spi_size != 0) { in ikev2_parse_proposal()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | ikev2.c | 258 p->spi_size, p->num_transforms); in ikev2_parse_proposal() 282 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 287 if (p->spi_size) { in ikev2_parse_proposal() 289 ppos, p->spi_size); in ikev2_parse_proposal() 290 ppos += p->spi_size; in ikev2_parse_proposal() 298 if (p->spi_size != 0) { in ikev2_parse_proposal()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.h | 55 u8 spi_size; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | ikev2_common.h | 55 u8 spi_size; member
|
/external/ipsec-tools/ |
D | ChangeLog | 1198 checking spi_size but it's not. I'm not sure this patch is correct,
|