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

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
DES.pm 1 package DES;
17 bootstrap DES;
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...]
DES.xs 4 #include "des.h"
17 MODULE = DES PACKAGE = DES PREFIX = des_
des.h 1 /* crypto/des/des.h */
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
66 #error DES is disabled.
153 /* This is the DES encryption function that gets called by just about
154 every other DES routine in the library. You should not use this
155 function except to implement 'modes' of DES. I say this because the
164 /* This functions is the same as DES_encrypt1() except that the DES
167 It is used by the routines in the library that implement triple DES.
  /external/openssl/crypto/des/
DES.pm 1 package DES;
17 bootstrap DES;
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...]
DES.xs 4 #include "des.h"
17 MODULE = DES PACKAGE = DES PREFIX = des_
  /external/chromium_org/third_party/openssl/openssl/crypto/des/t/
test 5 use DES;
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
20 ($k1,$k2)=DES::string_to_2keys($str);
  /external/openssl/crypto/des/t/
test 5 use DES;
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
20 ($k1,$k2)=DES::string_to_2keys($str);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
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
  /external/openssl/crypto/des/times/
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
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.pl 44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/openssl/crypto/bn/
bn_prime.pl 44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java 49 public final class DES
51 private DES()
75 // * DES CFB8
172 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
190 params = AlgorithmParameters.getInstance("DES", BouncyCastleProvider.PROVIDER_NAME);
203 * DES - the default for this is to generate a key in
214 super("DES", 64, new DESKeyGenerator());
241 super("DES", null);
286 return new SecretKeySpec(desKeySpec.getKey(), "DES");
441 private static final String PREFIX = DES.class.getName()
    [all...]
DESede.java 242 extends DES.DESPBEKeyFactory
254 extends DES.DESPBEKeyFactory
271 // throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DES parameter generation.");
289 // params = AlgorithmParameters.getInstance("DES", BouncyCastleProvider.PROVIDER_NAME);
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/openssl/crypto/conf/
keysets.pl 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.pl 188 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
objects.pl 139 * lhash, DES, etc., code; not just the SSL code. The SSL documentation

Completed in 400 milliseconds

1 2