Searched refs:des (Results 1 - 25 of 105) sorted by relevance

12345

/external/qemu/ui/
H A Dd3des.h45 void des(unsigned char *, unsigned char *);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dgen_scalers.c42 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[
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/
H A Dgen_scalers.c42 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[
123 unsigned char *des = dest; local
152 unsigned char *des = dest; local
198 unsigned char *des = dest; local
[all...]
/external/openssl/crypto/des/
H A Ddes_old2.c1 /* crypto/des/des_old.c -*- mode:C; c-file-style: "eay" -*- */
76 #include <openssl/des.h>
H A Drand_key.c1 /* crypto/des/rand_key.c */
56 #include <openssl/des.h>
H A DFILES018 /* 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.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
63 des.doc - SSLeay documentation for the library.
67 des.pl - des i
[all...]
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
48 des.exe: des.obj libdes.lib
H A Drpw.c1 /* crypto/des/rpw.c */
60 #include <openssl/des.h>
H A Dread2pwd.c1 /* crypto/des/read2pwd.c */
113 #include <openssl/des.h>
/external/ppp/pppd/
H A Dpppcrypt.h42 #include <openssl/des.h>
44 #include <des.h>
/external/valgrind/main/none/tests/s390x/
H A Dtrot.c25 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,
[all...]
H A Dtrto.c24 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, 1
[all...]
H A Dtrtt.c25 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, 1
[all...]
H A Dtroo.c24 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, 1
[all...]
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A DAndroid.mk17 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/
H A Dalpha.cc4 options des ecb/s
H A Dhpux.cc3 options des ecb/s
H A Dusparc.cc4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
17 options des ecb/s
H A Daix.cc12 options des ecb/s
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-cipher.c38 } des; member in union:crypto_cipher::__anon33587
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
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-cipher.c38 } des; member in union:crypto_cipher::__anon33840
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
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-cipher.c38 } des; member in union:crypto_cipher::__anon34091
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
[all...]
/external/openssl/crypto/mdc2/
H A Dmdc2.h62 #include <openssl/des.h>
/external/openssl/crypto/evp/
H A De_des.c65 #include <openssl/des.h>
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/
H A DCrypto-config-host.mk191 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_en
[all...]

Completed in 4182 milliseconds

12345