/external/libvpx/vpx_scale/generic/ |
D | gen_scalers.c | 47 unsigned char *des = dest; in vp8cx_horizontal_line_4_5_scale_c() local 56 des [0] = (unsigned char) a; in vp8cx_horizontal_line_4_5_scale_c() 57 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() 60 des [2] = (unsigned char)((b * 102 + c + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() 61 des [3] = (unsigned char)((c + 102 * a + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() 63 des [4] = (unsigned char)((a * 205 + 51 * b + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() 66 des += 5; in vp8cx_horizontal_line_4_5_scale_c() 71 des [0] = (unsigned char)(a); in vp8cx_horizontal_line_4_5_scale_c() 72 des [1] = (unsigned char)((a * 51 + 205 * b + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() 75 des [2] = (unsigned char)((b * 102 + c + 128) >> 8); in vp8cx_horizontal_line_4_5_scale_c() [all …]
|
/external/icu4c/data/zone/ |
D | fr.txt | 404 ld{"heure avancée des Rocheuses"} 405 lg{"Heure des Rocheuses"} 406 ls{"heure normale des Rocheuses"} 493 ld{"heure avancée des Açores"} 494 lg{"heure des Açores"} 495 ls{"heure des Açores"} 552 ld{"heure avancée des Chamorro"} 553 lg{"heure des Chamorro"} 554 ls{"heure normale des Chamorro"} 562 ld{"heure avancée des îles Chatham"} [all …]
|
/external/openssl/crypto/des/ |
D | des.pod | 5 des - encrypt or decrypt data using Data Encryption Standard 9 B<des> 37 This page describes the B<des> stand-alone program, not the B<openssl des> 42 B<des> 59 B<des> 70 B<des> 74 B<des> 80 des(1) command, there are 2 different methods used to convert the user 81 supplied key to a des key. 87 with the sunOS des(1) version but will use all the user supplied [all …]
|
D | Imakefile | 16 DES= des.c des.man 18 LIBDES= des_crypt.man des.h des_locl.h podd.h sk.h spr.h 20 PERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl 24 SRCDIR=$(SRCTOP)/lib/des 32 install_library_target(des,$(OBJS),$(SRCS),)
|
D | FILES0 | 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. 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 in perl anyone? des_set_key and des_ecb_encrypt 69 testdes.pl - Testing program for des.pl
|
D | INSTALL | 23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int' 43 des in /usr/local/bin/des 45 des.man in /usr/local/man/man1/des.1 46 des.h in /usr/include/des.h 48 des(1) should be compatible with sunOS's but I have been unable to 56 I have successfully encrypted files using des(1) under MSDOS and then 64 glibc-1.??/des and then gmake as per normal.
|
D | makefile.bc | 19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe 48 des.exe: des.obj libdes.lib
|
D | options.txt | 1 Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds 31 gives a speed of 344,000 des/s while 'speed' gives 459,000 des/s.
|
/external/openssl/patches/ |
D | 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/crypto/ |
D | 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/ |
D | crypto_internal-cipher.c | 45 } des; member 103 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init() 104 os_memcpy(ctx->u.des.cbc, iv, 8); in crypto_cipher_init() 164 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek, in crypto_cipher_encrypt() 165 ctx->u.des.cbc); in crypto_cipher_encrypt() 166 os_memcpy(crypt, ctx->u.des.cbc, 8); in crypto_cipher_encrypt() 227 des_block_decrypt(crypt, ctx->u.des.dk, plain); in crypto_cipher_decrypt() 229 plain[j] ^= ctx->u.des.cbc[j]; in crypto_cipher_decrypt() 230 os_memcpy(ctx->u.des.cbc, tmp, 8); in crypto_cipher_decrypt()
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 67 encryption_algorithm 3des; 89 encryption_algorithm 3des; 99 encryption_algorithm 3des; 108 encryption_algorithm des; 117 encryption_algorithm 3des, blowfish, aes;
|
D | racoon.conf.sample-inherit | 23 encryption_algorithm 3des; 41 encryption_algorithm 3des; 52 encryption_algorithm aes, 3des;
|
D | racoon.conf.sample | 36 encryption_algorithm 3des; 58 encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ;
|
D | racoon.conf.sample-plainrsa | 32 encryption_algorithm 3des; 43 encryption_algorithm 3des, aes;
|
D | racoon.conf.sample-gssapi | 22 encryption_algorithm 3des; 40 encryption_algorithm rijndael, 3des;
|
/external/libvpx/vpx_scale/arm/armv4/ |
D | 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/crypto/des/times/ |
D | usparc.cc | 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s. 17 options des ecb/s
|
/external/tcpdump/tests/ |
D | esp-secrets.txt | 3 0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840 4 0xabcdabcd@192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043
|
D | esp2.gdbinit | 1 … -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0…
|
/external/srec/seti/sltsEngine/src/ |
D | SWIslts.c | 50 LCHAR *des; member 386 if( strcmp(g_aPhoneMap[j].des, INF_SILENCE_OPTIONAL) == 0 ) { in GetPhoneStr() 388 strcat(pszPhoneStr, g_aPhoneMap[j].des); in GetPhoneStr() 391 else if( g_aPhoneMap[j].des != '\0' ) { in GetPhoneStr() 392 strcat(pszPhoneStr, g_aPhoneMap[j].des); in GetPhoneStr() 394 pszLastPhone = g_aPhoneMap[j].des; in GetPhoneStr()
|
/external/icu4c/data/curr/ |
D | fr.txt | 20 "dirham des Émirats arabes unis", 356 "livre des Falkland", 524 "dollar des îles Caïmanes", 792 "dollar des îles Salomon", 796 "roupie des Seychelles", 936 "dollar des États-Unis", 940 "dollar des Etats-Unis (jour suivant)", 944 "dollar des Etats-Unis (jour même)", 1012 "dollar des Caraïbes orientales", 1117 one{"dirham des Émirats arabes unis"} [all …]
|
/external/openssl/crypto/evp/ |
D | e_des.c | 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/des/asm/ |
D | readme | 20 perform triple des. The triple DES routines are in here because it does 37 des586.pl, des686.pl and des-som[23].pl are the programs to actually 41 perl des-som3.pl elf >dx86-elf.s 43 perl des-som2.pl win32 >win32.asm 47 perl des-som3.pl cpp >dx86-cpp.s 119 9 Jan 1997 - des-som2.pl is now the correct perl script to use for 129 13 Jan 1997 - des-som3.pl, more optimizations from Svend Olaf.
|
/external/opencv/cvaux/src/ |
D | cvmorphcontours.cpp | 110 double d0, d1, d2, des, t_zero; in _cvBendingWork() local 255 des = Q1.y*Q1.y - Q0.y*Q2.y; in _cvBendingWork() 259 if( des >= 0 ) in _cvBendingWork() 261 t_zero = ( Q0.y - Q1.y + sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y ); in _cvBendingWork() 268 t_zero = ( Q0.y - Q1.y - sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y ); in _cvBendingWork() 277 des = d1*d1 - d0*d2; in _cvBendingWork() 281 if( des >= 0 ) in _cvBendingWork() 283 t_zero = ( d0 - d1 - sqrt(des) )/( d0 - 2*d1 + d2 ); in _cvBendingWork() 291 t_zero = ( d0 - d1 + sqrt(des) )/( d0 - 2*d1 + d2 ); in _cvBendingWork()
|