HomeSort by relevance Sort by last modified time
    Searched refs:des (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/qemu/ui/
d3des.h 30 * key contained in the 8 bytes of hexkey, according to the DES,
45 void des(unsigned char *, unsigned char *);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
gen_scalers.c 42 unsigned char *des = dest; local
54 des[0] = (unsigned char) a;
55 des[1] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
56 des[2] = (unsigned char)((c * 128 + d * 128 + 128) >> 8);
57 des[3] = (unsigned char)((d * 64 + e * 192 + 128) >> 8);
60 des += 4;
74 unsigned char *des = dest; local
85 des[0 * dest_pitch] = (unsigned char) a;
86 des[1 * dest_pitch] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
87 des[2 * dest_pitch] = (unsigned char)((c * 128 + d * 128 + 128) >> 8)
123 unsigned char *des = dest; local
152 unsigned char *des = dest; local
198 unsigned char *des = dest; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 42 unsigned char *des = dest; local
54 des[0] = (unsigned char) a;
55 des[1] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
56 des[2] = (unsigned char)((c * 128 + d * 128 + 128) >> 8);
57 des[3] = (unsigned char)((d * 64 + e * 192 + 128) >> 8);
60 des += 4;
74 unsigned char *des = dest; local
85 des[0 * dest_pitch] = (unsigned char) a;
86 des[1 * dest_pitch] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
87 des[2 * dest_pitch] = (unsigned char)((c * 128 + d * 128 + 128) >> 8)
123 unsigned char *des = dest; local
152 unsigned char *des = dest; local
198 unsigned char *des = dest; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
gen_scalers.c 42 unsigned char *des = dest; local
54 des[0] = (unsigned char) a;
55 des[1] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
56 des[2] = (unsigned char)((c * 128 + d * 128 + 128) >> 8);
57 des[3] = (unsigned char)((d * 64 + e * 192 + 128) >> 8);
60 des += 4;
74 unsigned char *des = dest; local
85 des[0 * dest_pitch] = (unsigned char) a;
86 des[1 * dest_pitch] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
87 des[2 * dest_pitch] = (unsigned char)((c * 128 + d * 128 + 128) >> 8)
123 unsigned char *des = dest; local
152 unsigned char *des = dest; local
198 unsigned char *des = dest; local
    [all...]
  /external/openssl/crypto/des/
des_old2.c 1 /* crypto/des/des_old.c -*- mode:C; c-file-style: "eay" -*- */
76 #include <openssl/des.h>
rand_key.c 1 /* crypto/des/rand_key.c */
56 #include <openssl/des.h>
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
18 /* My SunOS des(1) replacement */
19 des.c - des(1) source code.
20 des.man - des(1) manual.
29 des.h - Public libdes.a header file.
30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES
    [all...]
makefile.bc 19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
48 des.exe: des.obj libdes.lib
rpw.c 1 /* crypto/des/rpw.c */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
60 #include <openssl/des.h>
read2pwd.c 1 /* crypto/des/read2pwd.c */
65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
113 #include <openssl/des.h>
  /external/ppp/pppd/
pppcrypt.h 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
42 #include <openssl/des.h>
44 #include <des.h>
  /external/valgrind/main/none/tests/s390x/
trot.c 25 uint16_t des[40]; variable
80 printf(" %hx", des[i]);
92 assert(sizeof des >= sizeof src);
99 cc = run_test(&src, &tran_table, &des, 0, 0x0);
103 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
108 cc = run_test(&src, &tran_table, &des, 3, 0xeeee);
112 cc = run_test(&src, &tran_table, &des, 10, 0xeeee);
116 memset((uint16_t *)&des, 0, 10);
119 cc = run_test(&src, &tran_table, &des, 5, 0xffff);
123 cc = run_test(&src, &tran_table, &des, 5, 0xcccc)
    [all...]
trto.c 24 uint8_t des[20]; variable
79 printf(" %x", des[i]);
90 assert(sizeof des <= sizeof src);
97 cc = run_test(&src, &tran_table, &des, 0, 0x0);
101 cc = run_test(&src, &tran_table, &des, 0, 0xca);
106 cc = run_test(&src, &tran_table, &des, 12, 0xee);
110 cc = run_test(&src, &tran_table, &des, 20, 0x00);
114 memset((uint16_t *)&des, 0, 10);
117 cc = run_test(&src, &tran_table, &des, 12, 0xff);
121 cc = run_test(&src, &tran_table, &des, 12, 0xcc)
    [all...]
trtt.c 25 uint16_t des[20]; variable
81 printf(" %hx", des[i]);
93 assert(sizeof des <= sizeof src);
100 cc = run_test(&src, &tran_table, &des, 0, 0x0);
104 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
109 cc = run_test(&src, &tran_table, &des, 4, 0xdada);
113 cc = run_test(&src, &tran_table, &des, 10, 0x00);
117 memset((uint16_t *)&des, 0, 10);
120 cc = run_test(&src, &tran_table, &des, 10, 0xffff);
124 cc = run_test(&src, &tran_table, &des, 10, 0xcccc)
    [all...]
troo.c 24 uint8_t des[20]; variable
79 printf(" %x", des[i]);
90 assert(sizeof des >= sizeof src);
97 cc = run_test(&src, &tran_table, &des, 0, 0xca);
102 cc = run_test(&src, &tran_table, &des, 5, 0xee);
106 cc = run_test(&src, &tran_table, &des, 10, 0x00);
110 memset((char *)&des, 0, 10);
113 cc = run_test(&src, &tran_table, &des, 5, 0xff); /* 1st byte matches */
117 cc = run_test(&src, &tran_table, &des, 5, 0xbb); /* 2nd byte matches */
121 cc = run_test(&src, &tran_table, &des, 10, 0xea)
    [all...]
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
Android.mk 17 test_makefile := external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/Android.mk
19 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream
23 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream_delem
27 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/copy
  /external/openssl/crypto/des/times/
alpha.cc 4 options des ecb/s
hpux.cc 3 options des ecb/s
usparc.cc 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
6 is able to perform when the code is 'inlined'. For 'speed', the DES
17 options des ecb/s
aix.cc 12 options des ecb/s
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 38 } des; member in union:crypto_cipher::__anon17257
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk);
92 os_memcpy(ctx->u.des.cbc, iv, 8);
151 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek,
152 ctx->u.des.cbc);
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
214 des_block_decrypt(crypt, ctx->u.des.dk, plain);
216 plain[j] ^= ctx->u.des.cbc[j]
    [all...]
  /external/openssl/crypto/mdc2/
mdc2.h 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
62 #include <openssl/des.h>
  /external/openssl/crypto/evp/
e_des.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
65 #include <openssl/des.h>
133 /* Although we have a CFB-r implementation for DES, it doesn't pack the right
179 BLOCK_CIPHER_defs(des, DES_key_schedule, NID_des, 8, 8, 8, 64,
185 BLOCK_CIPHER_def_cfb(des,DES_key_schedule,NID_des,8,8,1,
190 BLOCK_CIPHER_def_cfb(des,DES_key_schedule,NID_des,8,8,8,
  /external/openssl/
Crypto-config-host.mk 191 crypto/des/cbc_cksm.c \
192 crypto/des/cbc_enc.c \
193 crypto/des/cfb64ede.c \
194 crypto/des/cfb64enc.c \
195 crypto/des/cfb_enc.c \
196 crypto/des/des_enc.c \
197 crypto/des/des_old.c \
198 crypto/des/des_old2.c \
199 crypto/des/ecb3_enc.c \
200 crypto/des/ecb_enc.c
    [all...]
Crypto-config-target.mk 191 crypto/des/cbc_cksm.c \
192 crypto/des/cbc_enc.c \
193 crypto/des/cfb64ede.c \
194 crypto/des/cfb64enc.c \
195 crypto/des/cfb_enc.c \
196 crypto/des/des_enc.c \
197 crypto/des/des_old.c \
198 crypto/des/des_old2.c \
199 crypto/des/ecb3_enc.c \
200 crypto/des/ecb_enc.c
    [all...]

Completed in 2500 milliseconds

1 2 3 4 5