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

1 23 4 5

  /external/openssl/crypto/evp/
e_des3.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
65 #include <openssl/des.h>
170 /* Although we have a CFB-r implementation for 3-DES, it doesn't pack the right
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 2761 xmlChar *des = NULL; local
2801 xmlChar *des = NULL, *strA = NULL; local
2834 xmlChar *des = NULL; local
2851 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL); local
2908 xmlChar *des = NULL, *msg = NULL; local
3002 xmlChar *des = NULL, *strT = NULL; local
3031 xmlChar *des = NULL; local
3059 xmlChar *des = NULL; local
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
3180 xmlChar *des = NULL; local
8444 xmlChar *des = NULL; local
    [all...]
  /external/libxml2/
xmlschemas.c 2780 xmlChar *des = NULL; local
2820 xmlChar *des = NULL, *strA = NULL; local
2853 xmlChar *des = NULL; local
2870 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL); local
2927 xmlChar *des = NULL, *msg = NULL; local
3021 xmlChar *des = NULL, *strT = NULL; local
3050 xmlChar *des = NULL; local
3078 xmlChar *des = NULL; local
3083 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
3199 xmlChar *des = NULL; local
8463 xmlChar *des = NULL; local
    [all...]
  /external/openssl/apps/
passwd.c 19 # include <openssl/des.h>
31 /* from crypto/des/fcrypt.c */
  /external/openssl/crypto/des/
des_locl.h 1 /* crypto/des/des_locl.h */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
83 #include <openssl/des.h>
des_opts.c 1 /* crypto/des/des_opts.c */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
106 #include <openssl/des.h>
548 printf("options des ecb/s\n");
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...]
  /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/chromium_org/v8/src/
isolate.cc     [all...]
  /external/chromium_org/third_party/boringssl/
boringssl.target.darwin-arm.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.darwin-arm64.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.darwin-mips.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.darwin-mips64.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.darwin-x86.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.darwin-x86_64.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-arm.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-arm64.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-mips.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-mips64.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-x86.mk 120 third_party/boringssl/src/crypto/des/des.c \
boringssl.target.linux-x86_64.mk 120 third_party/boringssl/src/crypto/des/des.c \
  /external/chromium_org/third_party/boringssl/src/crypto/pem/
pem_lib.c 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
64 #include <openssl/des.h>
437 if (strcmp(name, "DES-CBC") == 0) {
  /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); }

Completed in 2244 milliseconds

1 23 4 5