HomeSort by relevance Sort by last modified time
    Searched refs:secbuf (Results 1 - 6 of 6) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 1103 char secbuf[MAXWORDLEN];
1106 secbuf[0] = 0;
1117 len = strlen(secbuf);
1123 BCOPY(secbuf, secret, len);
1124 BZERO(secbuf, sizeof(secbuf));
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ihex.c 356 char secbuf[20]; local
361 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
362 amt = strlen (secbuf) + 1;
366 strcpy (secname, secbuf);
srec.c 549 char secbuf[20]; local
554 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
555 amt = strlen (secbuf) + 1;
557 strcpy (secname, secbuf);
    [all...]
  /external/ppp/pppd/
auth.c 1732 char secbuf[MAXWORDLEN]; local
    [all...]
eap.c 430 unsigned char secbuf[MAXWORDLEN], clear[8], *sp, *dp; local
465 sizeof (secbuf)) {
470 secbuf);
475 if (!DesDecrypt(secbuf, clear)) {
497 sp = secbuf + 8;
517 esp->es_server.ea_name, (char *)secbuf, 1) != 0) {
521 id = strtol((char *)secbuf, &cp, 10);
    [all...]
  /external/toybox/toys/pending/
fdisk.c 91 static struct partition* part_offset(char *secbuf, int i)
93 return (struct partition*)(secbuf + 0x1be + i*(sizeof(struct partition)));
    [all...]

Completed in 114 milliseconds