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

1 2 3

  /external/libvpx/vpx_scale/generic/
gen_scalers.c 47 unsigned char *des = dest; local
56 des [0] = (unsigned char) a;
57 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8);
60 des [2] = (unsigned char)((b * 102 + c + 128) >> 8);
61 des [3] = (unsigned char)((c + 102 * a + 128) >> 8);
63 des [4] = (unsigned char)((a * 205 + 51 * b + 128) >> 8);
66 des += 5;
71 des [0] = (unsigned char)(a);
72 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8);
75 des [2] = (unsigned char)((b * 102 + c + 128) >> 8)
104 unsigned char *des = dest; local
151 unsigned char *des = dest; local
203 unsigned char *des = dest; local
253 unsigned char *des = dest; local
291 unsigned char *des = dest; local
334 unsigned char *des = dest; local
392 unsigned char *des = dest; local
436 unsigned char *des = dest; local
486 unsigned char *des = dest; local
541 unsigned char *des = dest; local
584 unsigned char *des = dest; local
632 unsigned char *des = dest; local
675 unsigned char *des = dest; local
711 unsigned char *des = dest; local
753 unsigned char *des = dest; local
783 unsigned char *des = dest; local
837 unsigned char *des = dest; local
864 unsigned char *des = dest; local
915 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",
dess.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/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/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/
Android.mk 172 des/cbc_cksm.c \
173 des/cbc_enc.c \
174 des/cfb64ede.c \
175 des/cfb64enc.c \
176 des/cfb_enc.c \
177 des/des_enc.c \
178 des/des_old.c \
179 des/des_old2.c \
180 des/ecb3_enc.c \
181 des/ecb_enc.c
    [all...]
  /external/openssl/patches/
crypto_Android.mk 172 des/cbc_cksm.c \
173 des/cbc_enc.c \
174 des/cfb64ede.c \
175 des/cfb64enc.c \
176 des/cfb_enc.c \
177 des/des_enc.c \
178 des/des_old.c \
179 des/des_old2.c \
180 des/ecb3_enc.c \
181 des/ecb_enc.c
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 45 } des; member in union:crypto_cipher::__anon14225
103 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk);
104 os_memcpy(ctx->u.des.cbc, iv, 8);
164 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek,
165 ctx->u.des.cbc);
166 os_memcpy(crypt, ctx->u.des.cbc, 8);
227 des_block_decrypt(crypt, ctx->u.des.dk, plain);
229 plain[j] ^= ctx->u.des.cbc[j]
    [all...]
  /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/v8/src/
v8.h 79 // If Initialize is called with des == NULL, the initial state is
83 static bool Initialize(Deserializer* des);
v8.cc 54 bool V8::Initialize(Deserializer* des) {
81 return isolate->Init(des);
  /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;
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 168 ldrb r4, [r3], r1 ; a = des [0]
169 ldrb r5, [r3], r1 ; b = des [dest_pitch]
170 ldrb r7, [r3], r1 ; c = des[dest_pitch*2]
176 ldrb r8, [r3], r1 ; d = des[dest_pitch*3]
184 ldrb r9, [r3, r1] ; e = des [dest_pitch * 5]
307 ldrb r4, [src] ; a = des [0]
308 ldrb r5, [src, r1] ; b = des [dest_pitch]
309 ldrb r7, [src, r3] ; c = des [dest_pitch*3]
462 ldrb r4, [r3], r1 ; a = des [0]
463 ldrb r5, [r3], r1 ; b = des [dest_pitch
    [all...]
  /external/openssl/apps/
progs.pl 72 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
74 "des-ecb", "des-ede", "des-ede3",
75 "des-cbc", "des-ede-cbc","des-ede3-cbc",
76 "des-cfb", "des-ede-cfb","des-ede3-cfb"
    [all...]

Completed in 288 milliseconds

1 2 3