HomeSort by relevance Sort by last modified time
    Searched refs:des (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/qemu/ui/
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...]
  /frameworks/base/core/java/android/widget/
TextView.java 6565 int des = -1; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/des/
des.c 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
57 #include <openssl/des.h>
  /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/wpa_supplicant_8/hostapd/
Android.mk 751 OBJS += src/crypto/des-internal.c
Makefile 736 OBJS += ../src/crypto/des-internal.o
  /external/chromium_org/v8/src/
isolate.h 505 bool Init(Deserializer* des);
    [all...]
  /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/crypto/des/
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/chromium_org/net/
net.target.darwin-arm.mk 246 net/http/des.cc \
net.target.darwin-arm64.mk 246 net/http/des.cc \
net.target.darwin-mips.mk 246 net/http/des.cc \
net.target.darwin-mips64.mk 246 net/http/des.cc \
net.target.darwin-x86.mk 246 net/http/des.cc \
net.target.darwin-x86_64.mk 246 net/http/des.cc \
net.target.linux-arm.mk 246 net/http/des.cc \
net.target.linux-arm64.mk 246 net/http/des.cc \
net.target.linux-mips.mk 246 net/http/des.cc \
net.target.linux-mips64.mk 246 net/http/des.cc \
net.target.linux-x86.mk 246 net/http/des.cc \
net.target.linux-x86_64.mk 246 net/http/des.cc \
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 61 #include <openssl/des.h>
1328 * DES-CBC
1526 * 3DES-CBC
    [all...]
  /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...]

Completed in 853 milliseconds

1 2 34 5