HomeSort by relevance Sort by last modified time
    Searched full:sect (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 52 /* RFC 4306, Sect. 2.14 */
87 /* Use zero-padding per RFC 4306, Sect. 2.14 */
897 /* HDR - RFC 4306, Sect. 3.1 */
919 /* SAi1 - RFC 4306, Sect. 2.7 and 3.3 */
985 /* KEi - RFC 4306, Sect. 3.4 */
993 * RFC 4306, Sect. 3.4: possible zero padding for public value to
1014 /* Ni - RFC 4306, Sect. 3.9 */
1038 /* IDi - RFC 4306, Sect. 3.5 */
1064 /* Authentication - RFC 4306, Sect. 3.8 */
1141 /* RFC 5106, Sect. 7
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 446 STACK_OF(CONF_VALUE) *sect = NULL;
457 sect = X509V3_get_section(cnf, (char *)section);
458 if (!sect)
460 for (i = 0; i < sk_CONF_VALUE_num(sect); i++)
462 typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf);
510 if (sect)
511 X509V3_section_free(cnf, sect);
  /bionic/libc/kernel/common/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
fd.h 20 sect, member in struct:floppy_struct
  /external/wpa_supplicant/
eap.h 37 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
110 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
todo.txt 33 * OTP Extended Responses (Sect. 5.5)
36 RFC 3748 Sect. 4.2
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 37 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
110 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
  /external/iproute2/doc/
ss.sgml 18 <sect>Why?
35 <sect>Old news
105 <sect>Time to talk about new functionality.
248 <sect> Examples
302 <sect> Returning to ground: real manual
497 <sect>Some numbers
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 165 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
284 #define SEG_DATA CHOICE(.data, .data, .sect .data)
285 #define SEG_TEXT CHOICE(.text, .text, .sect .text)
286 #define SEG_BSS CHOICE(.bss, .bss, .sect .bss)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 40 sect=167
  /external/e2fsprogs/misc/
mke2fs.c 585 static void zap_sector(ext2_filsys fs, int sect, int nsect)
594 sect, sect + nsect - 1);
598 if (sect == 0) {
615 retval = io_channel_write_blk(fs->io, sect, -512*nsect, buf);
620 sect, error_message(retval));
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
huffdecode.cpp 115 pChVars->sect contents updated by newly decoded section information
291 pChVars[ch]->sect);
293 max_sfb,tns,pulseInfo,sect)
515 pVars->share.a.sect);
  /external/qemu/block/
bochs.c 194 // fprintf(stderr, "sect: %x [ext i: %x o: %x] -> %x bitmap: %x block: %x\n",
  /external/webkit/WebCore/html/
HTMLEntityNames.gperf 254 sect, 0x00a7
  /frameworks/base/media/libstagefright/codecs/aacdec/
huffdecode.cpp 115 pChVars->sect contents updated by newly decoded section information
291 pChVars[ch]->sect);
293 max_sfb,tns,pulseInfo,sect)
515 pVars->share.a.sect);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 537 /* Return the style of section SECT. */
538 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 109 unsigned short sect; local
111 sect = bits[iBit/16];
112 if(iVal) { sect |= (1<<(iBit%16)); }
113 else { sect &= ~(1<<(iBit%16)); }
114 bits[ iBit/16] = sect;
    [all...]
  /external/icu4c/samples/ufortune/resources/
root.txt 198 " A disciple of another sect once came to Drescher as he was
  /external/kernel-headers/original/linux/
fd.h 15 sect, /* sectors per track */ member in struct:floppy_struct

Completed in 253 milliseconds

12 3 4 5