HomeSort by relevance Sort by last modified time
    Searched refs:x9 (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 24 // import org.bouncycastle.asn1.x9.X962NamedCurves;
25 // import org.bouncycastle.asn1.x9.X962Parameters;
26 // import org.bouncycastle.asn1.x9.X9ECParameters;
27 // import org.bouncycastle.asn1.x9.X9ECPoint;
29 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEDHPublicKey.java 19 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
JDKDSAPublicKey.java 15 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
JDKDSAPrivateKey.java 19 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
X509SignatureUtil.java 21 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
  /dalvik/libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 35 return (c >= 0x20 && c <= 0xd7ff) || (c == 0x9) || (c == 0xa) || (c == 0xd) ||
  /external/bluetooth/glib/tests/
markup-escape-test.c 92 test_unichar (0x9, FALSE);
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 906 textStr = @"\x9";
907 unmodifiedStr = @"\x9";
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 19 private static byte[] shadows = { 0xe, 0x3, 0x5, 0x8, 0x9, 0x4, 0x2, 0xf,
22 0x3, 0x4, 0xd, 0xa, 0xe, 0x9, 0x0, 0x7 };
  /external/grub/netboot/
3c595.h 97 #define EEPROM_PROD_ID 0x3 /* 0x9[0-f]50 */
100 #define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */
237 #define TX_ENABLE (unsigned short) (0x9<<11)
  /external/tcpdump/
ieee802_11.h 66 #define ST_ATIM 0x9
92 #define DATA_QOS_DATA_CF_ACK 0x9
nameser.h 98 #define UPDATEA 0x9 /* add resource record */
  /external/libffi/src/s390/
sysv.S 182 .uleb128 0x9
193 .byte 0x89 # DW_CFA_offset, column 0x9
221 .uleb128 0x9
389 .uleb128 0x9
392 .byte 0x89 # DW_CFA_offset, column 0x9
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 445 z[1] = x[0] ^ S5[GB(z, 0x7)] ^ S6[GB(z, 0x6)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S5[GB(x, 0x9)];
446 z[0] = x[2] ^ S5[GB(z, 0xA)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0xb)] ^ S8[GB(z, 0x8)] ^ S6[GB(x, 0xB)];
447 skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, 0x2)];
449 skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, 0x9)];
455 x[0] = z[0] ^ S5[GB(x, 0xA)] ^ S6[GB(x, 0x9)] ^ S7[GB(x, 0xb)] ^ S8[GB(x, 0x8)] ^ S6[GB(z, 0x3)]
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
fpga.h 80 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /external/kernel-headers/original/asm-arm/arch/
fpga.h 107 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
fpga.h 80 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
fpga.h 80 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
fpga.h 80 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
fpga.h 80 #define OMAP1510_FPGA_IMR_HI (OMAP1510_FPGA_BASE + 0x9)
  /external/libffi/src/sparc/
v8.S 241 .byte 0x9 ! DW_CFA_register
264 .byte 0x9 ! DW_CFA_register
v9.S 275 .byte 0x9 ! DW_CFA_register
298 .byte 0x9 ! DW_CFA_register
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
vlc_enc_tab.h 505 { 0x9, 5},
907 { 0x9, 5},
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 147 array[item++] = new TestCase( SECTION, "0x9", 9, 0x9 );
164 array[item++] = new TestCase( SECTION, "0X9", 9, 0X9 );
181 array[item++] = new TestCase( SECTION, "0x9", 9, 0x9 );
198 array[item++] = new TestCase( SECTION, "0X9", 9, 0X9 );
  /bionic/libc/include/net/
if_types.h 53 #define IFT_ISO88025 0x9 /* Token Ring */

Completed in 553 milliseconds

12 3 4 5 6