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

1 23 4

  /external/openssl/crypto/des/
des_old.h 1 /* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
97 #error DES is disabled.
101 #error You must include des.h, not des_old.h directly.
105 #error <openssl/des_old.h> replaces <kerberos/des.h>.
des.c 1 /* crypto/des/des.c */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
89 #include <openssl/des.h>
253 fprintf(stderr,"des(1) built with %s\n",libdes_version);
261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version);
326 "des <options> [input-file [output-file]]",
328 "-v : des(1) version number",
329 "-e : encrypt using SunOS compatible user key to DES key conversion.",
331 "-d : decrypt using SunOS compatible user key to DES key conversion."
    [all...]
destest.c 1 /* crypto/des/destest.c */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
81 printf("No DES support\n");
85 #include <openssl/des.h>
  /external/openssl/include/openssl/
des_old.h 1 /* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
97 #error DES is disabled.
101 #error You must include des.h, not des_old.h directly.
105 #error <openssl/des_old.h> replaces <kerberos/des.h>.
  /ndk/sources/host-tools/nawk-20071023/
FIXES 222 dag-erling smorgrav, des@ofug.org). subject to reversion if
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 14 @file des.c
15 DES code submitted by Dobes Vandermeer
18 #ifdef DES
26 "des",
41 "3des",
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 90 #ifdef DES
135 #ifdef DES
136 struct des_key des; member in union:Symmetric_key
649 #ifdef DES
  /external/ipsec-tools/src/racoon/
cftoken.l 433 des { YYD; yylval.num = algtype_des; return(ALGORITHMTYPE); }
434 3des { YYD; yylval.num = algtype_3des; return(ALGORITHMTYPE); }
crypto_openssl.c 61 #include <openssl/des.h>
1328 * DES-CBC
1526 * 3DES-CBC
    [all...]
  /external/qemu/
d3des.c 21 * code; Jim Gillogly & Phil Karn for the DES key schedule code; Dennis
142 void des(unsigned char *inblock, unsigned char *outblock) function
vnc-android.c     [all...]
vnc.c     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 6218 int des = -1; local
    [all...]
  /external/chromium/
Android.mk 239 net/http/des.cc \
  /external/openssl/crypto/pem/
pem_lib.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
71 #include <openssl/des.h>
  /external/v8/src/
isolate.h 455 bool Init(Deserializer* des);
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 749 OBJS += src/crypto/des-internal.c
Makefile 700 OBJS += ../src/crypto/des-internal.o
  /external/openssl/ssl/
t1_enc.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
148 #include <openssl/des.h>
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 12 #include <openssl/des.h>
  /external/openssl/apps/
speed.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
123 #include <openssl/des.h>
252 "des cbc","des ede3","idea cbc","seed cbc",
834 if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1;
835 else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1;
912 if (strcmp(*argv,"des") == 0)
1069 BIO_printf(bio_err,"des-cbc des-ede3 ");
1114 BIO_printf(bio_err,"des ");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 1159 DESOBJS += ../src/crypto/des-internal.o
    [all...]
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 756 milliseconds

1 23 4