HomeSort by: relevance | last modified time | path
    Searched refs:DES (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des3_common.txt 16 # DES EDE3 CBC tests (from destest)
17 Cipher = DES-EDE3-CBC
24 # DES EDE3 ECB test
27 Cipher = DES-EDE3-ECB
32 # DES EDE ECB test
34 Cipher = DES-EDE-ECB
evpciph_des.txt 9 Title = DES ECB Tests (from destest)
12 Cipher = DES-ECB
18 Cipher = DES-ECB
24 Cipher = DES-ECB
30 Cipher = DES-ECB
36 Cipher = DES-ECB
42 Cipher = DES-ECB
48 Cipher = DES-ECB
53 Title = DES Tests (from FIPS PUB 81)
56 Cipher = DES-CB
    [all...]
evpmac_cmac_des.txt 18 Algorithm = DES-EDE3-CBC
24 Algorithm = DES-EDE3-CBC
evpkdf_krb5.txt 18 Ctrl.cipher = cipher:DES-EDE3-CBC
24 Ctrl.cipher = cipher:DES-EDE3-CBC
30 Ctrl.cipher = cipher:DES-EDE3-CBC
36 Ctrl.cipher = cipher:DES-EDE3-CBC
42 Ctrl.cipher = cipher:DES-EDE3-CBC
48 Ctrl.cipher = cipher:DES-EDE3-CBC
54 Ctrl.cipher = cipher:DES-EDE3-CBC
60 Ctrl.cipher = cipher:DES-EDE3-CBC
66 Ctrl.cipher = cipher:DES-EDE3-CBC
73 Ctrl.cipher = cipher:DES-EDE3-CB
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des.txt 9 Title = DES ECB Tests (from destest)
12 Cipher = DES-ECB
18 Cipher = DES-ECB
24 Cipher = DES-ECB
30 Cipher = DES-ECB
36 Cipher = DES-ECB
42 Cipher = DES-ECB
48 Cipher = DES-ECB
53 Title = DES Tests (from FIPS PUB 81)
56 Cipher = DES-CB
    [all...]
evpmac_cmac_des.txt 19 Algorithm = DES-EDE3-CBC
26 Algorithm = DES-EDE3-CBC
34 Algorithm = DES-EDE3-CBC
44 Algorithm = DES-EDE3-CBC
evpciph_des3_common.txt 16 # DES EDE3 CBC tests (from destest)
18 Cipher = DES-EDE3-CBC
25 # DES EDE3 ECB test
29 Cipher = DES-EDE3-ECB
34 # DES EDE ECB test
36 Cipher = DES-EDE-ECB
41 # DES EDE3 CBC tests (from destest)
46 Cipher = DES-EDE3-CBC
56 Cipher = DES-EDE3-ECB
67 Cipher = DES-EDE3-CB
    [all...]
evpkdf_krb5.txt 18 Ctrl.cipher = cipher:DES-EDE3-CBC
24 Ctrl.cipher = cipher:DES-EDE3-CBC
30 Ctrl.cipher = cipher:DES-EDE3-CBC
36 Ctrl.cipher = cipher:DES-EDE3-CBC
42 Ctrl.cipher = cipher:DES-EDE3-CBC
48 Ctrl.cipher = cipher:DES-EDE3-CBC
54 Ctrl.cipher = cipher:DES-EDE3-CBC
60 Ctrl.cipher = cipher:DES-EDE3-CBC
66 Ctrl.cipher = cipher:DES-EDE3-CBC
73 Ctrl.cipher = cipher:DES-EDE3-CB
    [all...]
  /src/bin/ed/
cbc.c 83 #ifdef DES
126 #ifdef DES
144 #ifdef DES
154 /* init_des_cipher: initialize DES */
158 #ifdef DES
178 #ifdef DES
194 #ifdef DES
210 #ifdef DES
221 #ifdef DES
345 * DES FUNCTIONS
    [all...]
main.c 88 int des = 0; /* if set, use crypt(3) for i/o */ variable
131 #ifdef DES
132 des = get_keyword();
841 #ifdef DES
842 des = get_keyword();
  /src/crypto/external/apache2/openssl/lib/libdes/
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...]
  /src/crypto/external/bsd/openssl/lib/libdes/
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...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
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...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 168 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
173 = (DES); \
179 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
180 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
183 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
188 = (DES); \
194 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
195 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpciph.txt 16 # DES EDE3 CFB1
18 # apps/openssl enc -des-ede3-cfb1 \
22 Title = DES Tests (various sources)
24 Cipher = DES-EDE3-CFB1
30 Cipher = DES-EDE3-CFB1
43 # DES EDE3 CBC tests (from destest)
44 Cipher = DES-EDE3-CBC
50 # DES ECB tests (from destest)
52 Cipher = DES-ECB
57 Cipher = DES-EC
    [all...]
evpmac.txt 384 Algorithm = DES-EDE3-CBC
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_cms.t 28 = disabled qw/des dh dsa ec ec2m rc2 zlib/;
141 [ "enveloped content test streaming S/MIME format, DES, 3 recipients",
151 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, 3rd used",
161 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, key only used",
223 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, keyid",
274 [ "encrypted content test streaming PEM format, triple DES key",
336 [ "enveloped content test streaming S/MIME format, DES, OAEP default parameters",
344 [ "enveloped content test streaming S/MIME format, DES, OAEP SHA256",
353 [ "enveloped content test streaming S/MIME format, DES, ECDH",
361 [ "enveloped content test streaming S/MIME format, DES, ECDH, 2 recipients, key only used"
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 455 this was done using the Data Encryption Standard (DES) algorithm
457 DES-CBC.
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 56 .An Dag-Erling Sm\\(/orgrav Aq Mt des\@des.dev .",
58 .An Dag-Erling Sm\\(/orgrav Aq Mt des\@des.dev .",
59 DES => "developed by
60 .An Dag-Erling Sm\\(/orgrav Aq Mt des\@des.dev .",
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_cms.t 52 = disabled qw/des dh dsa ec ec2m rc2 zlib/;
223 [ "enveloped content test streaming S/MIME format, DES, 3 recipients",
234 [ "enveloped text content streaming S/MIME format, DES, 1 recipient",
242 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, 3rd used",
253 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, cert and key files used",
331 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, keyid",
418 [ "encrypted content test streaming PEM format, triple DES key",
602 [ "enveloped content test streaming S/MIME format, DES, OAEP default parameters",
612 [ "enveloped content test streaming S/MIME format, DES, OAEP SHA256",
623 [ "enveloped content test streaming S/MIME format, DES, ECDH"
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cms.t 50 = disabled qw/des dh dsa ec ec2m rc2 zlib/;
208 [ "enveloped content test streaming S/MIME format, DES, 3 recipients",
219 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, 3rd used",
230 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, cert and key files used",
304 [ "enveloped content test streaming S/MIME format, DES, 3 recipients, keyid",
381 [ "encrypted content test streaming PEM format, triple DES key",
565 [ "enveloped content test streaming S/MIME format, DES, OAEP default parameters",
575 [ "enveloped content test streaming S/MIME format, DES, OAEP SHA256",
586 [ "enveloped content test streaming S/MIME format, DES, ECDH",
595 [ "enveloped content test streaming S/MIME format, DES, ECDH, 2 recipients, key only used"
    [all...]
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 57 private keys. The default is three-key triple DES in CBC mode,
58 equivalent to "@code{-C des-ede3-cbc}". The openssl tool lists ciphers
183 DES-CBC algorithm and the specified password. The same password
199 encrypted with the DES-CBC algorithm and the specified password.
919 The default without this option is three-key triple DES in CBC mode,
920 .Cm des-ede3-cbc .
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 19 ! Performance improvement according to './apps/openssl speed des'
132 ! The logic used in the DES rounds is the same as in the C code,
153 ! In the description of DES, left and right are switched after
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 19 ! Performance improvement according to './apps/openssl speed des'
132 ! The logic used in the DES rounds is the same as in the C code,
153 ! In the description of DES, left and right are switched after

Completed in 185 milliseconds

1 2