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

1 2 3 4

  /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/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 38 } des; member in union:crypto_cipher::__anon16961
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.mk 35 crypto/des/asm/des-586.s \
36 crypto/des/asm/crypt586.s \
41 crypto/des/des_enc.c \
42 crypto/des/fcrypt_b.c \
212 crypto/des/cbc_cksm.c \
213 crypto/des/cbc_enc.c \
214 crypto/des/cfb64ede.c \
215 crypto/des/cfb64enc.c \
216 crypto/des/cfb_enc.c
    [all...]
import_openssl.sh 164 perl crypto/des/asm/des-586.pl elf > crypto/des/asm/des-586.s
165 perl crypto/des/asm/crypt586.pl elf > crypto/des/asm/crypt586.s
  /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/v8/src/
v8.h 78 // If Initialize is called with des == NULL, the initial state is
82 static bool Initialize(Deserializer* 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...]

Completed in 1833 milliseconds

1 2 3 4