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

1 2 3 4

  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 43 unsigned char *des = dest; local
51 des [0] = (unsigned char) a;
52 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8);
55 des [2] = (unsigned char)((b * 102 + c + 128) >> 8);
56 des [3] = (unsigned char)((c + 102 * a + 128) >> 8);
58 des [4] = (unsigned char)((a * 205 + 51 * b + 128) >> 8);
61 des += 5;
66 des [0] = (unsigned char)(a);
67 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8);
70 des [2] = (unsigned char)((b * 102 + c + 128) >> 8)
100 unsigned char *des = dest; local
147 unsigned char *des = dest; local
194 unsigned char *des = dest; local
244 unsigned char *des = dest; local
282 unsigned char *des = dest; local
320 unsigned char *des = dest; local
378 unsigned char *des = dest; local
422 unsigned char *des = dest; local
467 unsigned char *des = dest; local
522 unsigned char *des = dest; local
565 unsigned char *des = dest; local
608 unsigned char *des = dest; local
651 unsigned char *des = dest; local
687 unsigned char *des = dest; local
724 unsigned char *des = dest; local
756 unsigned char *des = dest; local
805 unsigned char *des = dest; local
834 unsigned char *des = dest; local
880 unsigned char *des = dest; local
    [all...]
  /external/qemu/
d3des.h 28 * key contained in the 8 bytes of hexkey, according to the DES,
43 extern void des(unsigned char *, unsigned char *);
  /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>
des3s.cpp 35 #include <openssl/des.h>
63 printf("des %d %d (%d)\n",
  /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/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::__anon18433
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/openssh/regress/
conch-ciphers.sh 17 cast128-cbc blowfish 3des-cbc ; do
putty-ciphers.sh 14 for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do
  /external/openssl/
Crypto-config.mk 188 crypto/des/cbc_cksm.c \
189 crypto/des/cbc_enc.c \
190 crypto/des/cfb64ede.c \
191 crypto/des/cfb64enc.c \
192 crypto/des/cfb_enc.c \
193 crypto/des/des_enc.c \
194 crypto/des/des_old.c \
195 crypto/des/des_old2.c \
196 crypto/des/ecb3_enc.c \
197 crypto/des/ecb_enc.c
    [all...]
  /external/srec/seti/sltsEngine/src/
SWIslts.c 50 LCHAR *des; member in struct:SLTS_PhoneMap_t
386 if( strcmp(g_aPhoneMap[j].des, INF_SILENCE_OPTIONAL) == 0 ) {
388 strcat(pszPhoneStr, g_aPhoneMap[j].des);
391 else if( g_aPhoneMap[j].des != '\0' ) {
392 strcat(pszPhoneStr, g_aPhoneMap[j].des);
394 pszLastPhone = g_aPhoneMap[j].des;

Completed in 284 milliseconds

1 2 3 4