HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 126 - 150 of 481) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-parisc.pl 17 # is about 33 cycles per byte processed with 128-bit key. Newer CPUs
18 # perform at 16 cycles per byte. It's not faster than code generated
504 .BYTE 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
505 .BYTE 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
506 .BYTE 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
507 .BYTE 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
508 .BYTE 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
509 .BYTE 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
510 .BYTE 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
511 .BYTE 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x7
    [all...]
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 17 # is about 33 cycles per byte processed with 128-bit key. Newer CPUs
18 # perform at 16 cycles per byte. It's not faster than code generated
504 .BYTE 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
505 .BYTE 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
506 .BYTE 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
507 .BYTE 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
508 .BYTE 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
509 .BYTE 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
510 .BYTE 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
511 .BYTE 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x7
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 82 BYTE bIRQRegisters; /* IRQ Number */
83 BYTE bIRQAttrib; /* IRQ Attribute */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Dec_Utils.h 181 void AddHeader(BYTE **pFileBuf);
182 void ResetPtr(BYTE **pFileBuf);
  /libcore/crypto/src/main/java/org/conscrypt/
ClientKeyExchange.java 36 final byte[] exchange_keys;
53 public ClientKeyExchange(byte[] encrypted_pre_master_secret, boolean isTLS) {
68 byte[] bb = dh_Yc.toByteArray();
70 exchange_keys = new byte[bb.length-1];
84 exchange_keys = EmptyArray.BYTE;
102 exchange_keys = EmptyArray.BYTE;
112 exchange_keys = new byte[size];
DigitalSignature.java 64 private byte[] md5_hash;
65 private byte[] sha_hash;
136 public void update(byte[] data) {
149 public void setMD5(byte[] data) {
157 public void setSHA(byte[] data) {
165 public byte[] sign() {
168 md5_hash = new byte[16];
179 sha_hash = new byte[20];
194 return EmptyArray.BYTE;
196 return EmptyArray.BYTE;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XEVIstr.h 60 BYTE type; /* X_Reply */
83 BYTE type; /* X_Reply */
lbxstr.h 65 BYTE type; /* X_Reply */
155 BYTE type; /* X_Reply */
216 BYTE type; /* X_Reply */
240 BYTE type; /* X_Reply */
270 BYTE type; /* X_Reply */
294 BYTE type; /* X_Reply */
335 BYTE type; /* X_Reply */
398 BYTE type; /* X_Reply */
426 BYTE pad[2];
432 BYTE type; /* X_Reply *
    [all...]
XKBproto.h 52 BYTE type; /* X_Reply */
108 BYTE type;
109 BYTE deviceID;
159 BYTE type; /* X_Reply */
190 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
228 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
532 BYTE type;
533 BYTE deviceID;
590 BYTE type;
591 BYTE deviceID
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XEVIstr.h 60 BYTE type; /* X_Reply */
83 BYTE type; /* X_Reply */
lbxstr.h 65 BYTE type; /* X_Reply */
155 BYTE type; /* X_Reply */
216 BYTE type; /* X_Reply */
240 BYTE type; /* X_Reply */
270 BYTE type; /* X_Reply */
294 BYTE type; /* X_Reply */
335 BYTE type; /* X_Reply */
398 BYTE type; /* X_Reply */
426 BYTE pad[2];
432 BYTE type; /* X_Reply *
    [all...]
XKBproto.h 52 BYTE type; /* X_Reply */
108 BYTE type;
109 BYTE deviceID;
159 BYTE type; /* X_Reply */
190 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
228 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
532 BYTE type;
533 BYTE deviceID;
590 BYTE type;
591 BYTE deviceID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XEVIstr.h 60 BYTE type; /* X_Reply */
83 BYTE type; /* X_Reply */
lbxstr.h 65 BYTE type; /* X_Reply */
155 BYTE type; /* X_Reply */
216 BYTE type; /* X_Reply */
240 BYTE type; /* X_Reply */
270 BYTE type; /* X_Reply */
294 BYTE type; /* X_Reply */
335 BYTE type; /* X_Reply */
398 BYTE type; /* X_Reply */
426 BYTE pad[2];
432 BYTE type; /* X_Reply *
    [all...]
XKBproto.h 52 BYTE type; /* X_Reply */
108 BYTE type;
109 BYTE deviceID;
159 BYTE type; /* X_Reply */
190 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
228 BYTE perKeyRepeat[XkbPerKeyBitArraySize];
532 BYTE type;
533 BYTE deviceID;
590 BYTE type;
591 BYTE deviceID
    [all...]
  /external/chromium/crypto/
hmac_win.cc 128 BYTE key_data[1];
132 std::vector<BYTE> key_blob_storage = std::vector<BYTE>(key_blob_size);
186 reinterpret_cast<BYTE*>(&hmac_info), 0))
189 if (!CryptHashData(hash, reinterpret_cast<const BYTE*>(data.data()),
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 54 reinterpret_cast<SYSTEM_HANDLE_INFORMATION_EX*>(new BYTE[buffer_size]);
80 name = reinterpret_cast<OBJECT_NAME_INFORMATION *>(new BYTE[name_size]);
102 new BYTE[type_size]);
127 delete[] reinterpret_cast<BYTE*>(file_name);
134 new BYTE[size_file]);
  /external/chromium_org/sandbox/win/src/
service_resolver_64.cc 16 const BYTE kRetNp = 0xC3;
34 BYTE ret; // = C3
35 BYTE pad; // = 66
59 BYTE ret; // = C2
60 BYTE nop; // = 90
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 62 push BYTE 0x12
74 add ebx, BYTE 3
94 add esp, BYTE 12
95 sub esp, BYTE 12
98 cmp ecx, BYTE 12
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 28 BYTE type; /* X_Reply */
51 BYTE type; /* X_Reply */
76 BYTE type; /* X_Reply */
129 BYTE type; /* X_Reply */
235 BYTE type;
257 BYTE type;
292 BYTE type;
323 BYTE type;
324 BYTE detail;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstByte.java 23 * Constants of type {@code byte}.
28 public static final CstByte VALUE_0 = make((byte) 0);
34 * @param value the {@code byte} value
36 public static CstByte make(byte value) {
45 * @param value the value, which must be in range for a {@code byte}
49 byte cast = (byte) value;
52 throw new IllegalArgumentException("bogus byte value: " +
62 * @param value the {@code byte} value
64 private CstByte(byte value)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstByte.java 23 * Constants of type {@code byte}.
28 public static final CstByte VALUE_0 = make((byte) 0);
34 * @param value the {@code byte} value
36 public static CstByte make(byte value) {
45 * @param value the value, which must be in range for a {@code byte}
49 byte cast = (byte) value;
52 throw new IllegalArgumentException("bogus byte value: " +
62 * @param value the {@code byte} value
64 private CstByte(byte value)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/compiled/
clearmultiple11ps.h 51 const BYTE g_PS_ClearMultiple[] =
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl.hs.h 89 const BYTE g_hs[] =
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstByte.java 23 * Constants of type {@code byte}.
28 public static final CstByte VALUE_0 = make((byte) 0);
34 * @param value the {@code byte} value
36 public static CstByte make(byte value) {
45 * @param value the value, which must be in range for a {@code byte}
49 byte cast = (byte) value;
52 throw new IllegalArgumentException("bogus byte value: " +
62 * @param value the {@code byte} value
64 private CstByte(byte value)
    [all...]

Completed in 4131 milliseconds

1 2 3 4 56 7 8 91011>>