Home
last modified time | relevance | path

Searched +full:3 +full:des (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/freebsd/tools/tools/crypto/
H A DREADME18 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec
19 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec
20 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec
21 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec
22 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec
23 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec
24 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec
25 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec
26 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec
27 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec
[all …]
/freebsd/crypto/krb5/doc/html/_sources/admin/advanced/
H A Dretiring-des.rst.txt1 .. _retiring-des:
3 Retiring DES
7 the Data Encryption Standard (DES) as a block cipher for encryption.
9 ability have rendered DES vulnerable to brute force attacks on its 56-bit
16 DES was used in the original Kerberos implementation, and was the
17 only cryptosystem in krb5 1.0. Partial support for triple-DES (3DES) was
19 The Advanced Encryption Standard (AES), which supersedes DES, gained
26 and removed DES (single-DES) support in release 1.18. As a
61 clients while migrating away from DES, care must be taken to ensure that
70 to a modern version of krb5 that supports non-DES keys, so that the
[all …]
/freebsd/crypto/krb5/doc/admin/advanced/
H A Dretiring-des.rst1 .. _retiring-des:
3 Retiring DES
7 the Data Encryption Standard (DES) as a block cipher for encryption.
9 ability have rendered DES vulnerable to brute force attacks on its 56-bit
16 DES was used in the original Kerberos implementation, and was the
17 only cryptosystem in krb5 1.0. Partial support for triple-DES (3DES) was
19 The Advanced Encryption Standard (AES), which supersedes DES, gained
26 and removed DES (single-DES) support in release 1.18. As a
61 clients while migrating away from DES, care must be taken to ensure that
70 to a modern version of krb5 that supports non-DES keys, so that the
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DDES_random_key.376 . ds #F .3m
133 .IX Title "DES_RANDOM_KEY 3ossl"
134 .TH DES_RANDOM_KEY 3ossl "2023-09-19" "3.0.11" "OpenSSL"
148 DES_fcrypt, DES_crypt \- DES encryption
152 \& #include <openssl/des.h>
239 instead use \fBEVP_EncryptInit_ex\fR\|(3), \fBEVP_EncryptUpdate\fR\|(3) and
240 \&\fBEVP_EncryptFinal_ex\fR\|(3) or the equivalently named decrypt functions.
242 This library contains a fast implementation of the \s-1DES\s0 encryption
245 There are two phases to the use of \s-1DES\s0 encryption. The first is the
247 actual encryption. A \s-1DES\s0 key is of type \fIDES_cblock\fR. This type
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DDES_random_key.pod13 DES_fcrypt, DES_crypt - DES encryption
17 #include <openssl/des.h>
102 instead use L<EVP_EncryptInit_ex(3)>, L<EVP_EncryptUpdate(3)> and
103 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
105 This library contains a fast implementation of the DES encryption
108 There are two phases to the use of DES encryption. The first is the
110 actual encryption. A DES key is of type I<DES_cblock>. This type
121 Before a DES key can be used, it must be converted into the
141 DES_ecb_encrypt() is the basic DES encryption routine that encrypts or
153 three-key Triple-DES encryption in ECB mode. This involves encrypting
[all …]
H A DEVP_des_cbc.pod27 - EVP DES cipher
42 The DES encryption algorithm for EVP.
54 DES in CBC, ECB, CFB with 64-bit shift, CFB with 1-bit shift, CFB with 8-bit
68 Two key triple DES in ECB, CBC, CFB with 64-bit shift and OFB modes.
79 Three-key triple DES in ECB, CBC, CFB with 64-bit shift, CFB with 1-bit shift,
84 Triple-DES key wrap according to RFC 3217 Section 3.
92 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-DES(7)> instead.
98 implementation of the symmetric cipher. See L<EVP_CIPHER_meth_new(3)> for
104 L<EVP_EncryptInit(3)>,
105 L<EVP_CIPHER_meth_new(3)>
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_des.txt9 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-CBC
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_CIPHER-DES.776 . ds #F .3m
133 .IX Title "EVP_CIPHER-DES 7ossl"
134 .TH EVP_CIPHER-DES 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 EVP_CIPHER\-DES \- The DES EVP_CIPHER implementations
143 Support for \s-1DES\s0 symmetric encryption using the \fB\s-1EVP_CIPHER\s0\fR \s-1API.\s0
150 .IX Item "DES-EDE3-ECB or DES-EDE3"
154 .IX Item "DES-EDE3-CBC or DES3"
161 .IX Item "DES-EDE3-CFB8 and DES-EDE3-CFB1"
165 .IX Item "DES-EDE-ECB or DES-EDE"
168 .IX Item "DES-EDE-CBC"
[all …]
/freebsd/crypto/openssl/apps/
H A Dprogs.pl108 # rsa => [ "pkey", "3_0", "rsa" ],
109 # genrsa => [ "genpkey", "3_0", "rsa" ],
110 rsautl => [ "pkeyutl", "3_0", "rsa" ],
111 # dhparam => [ "pkeyparam", "3_0", "dh" ],
112 # dsaparam => [ "pkeyparam", "3_0", "dsa" ],
113 # dsa => [ "pkey", "3_0", "dsa" ],
114 # gendsa => [ "genpkey", "3_0", "dsa" ],
115 # ec => [ "pkey", "3_0", "ec" ],
116 # ecparam => [ "pkeyparam", "3_0", "ec" ],
171 des3 => "des",
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dssl3.h97 # define SSL3_TXT_RSA_DES_40_CBC_SHA "EXP-DES-CBC-SHA"
98 # define SSL3_TXT_RSA_DES_64_CBC_SHA "DES-CBC-SHA"
99 # define SSL3_TXT_RSA_DES_192_CBC3_SHA "DES-CBC3-SHA"
101 # define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
102 # define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
103 # define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
104 # define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
105 # define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
106 # define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
108 # define SSL3_TXT_DHE_DSS_DES_40_CBC_SHA "EXP-DHE-DSS-DES-CBC-SHA"
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_CIPHER-DES.pod5 EVP_CIPHER-DES - The DES EVP_CIPHER implementations
9 Support for DES symmetric encryption using the B<EVP_CIPHER> API.
18 =item "DES-EDE3-ECB" or "DES-EDE3"
20 =item "DES-EDE3-CBC" or "DES3"
29 =item "DES-EDE3-CFB8" and "DES-EDE3-CFB1"
31 =item "DES-EDE-ECB" or "DES-EDE"
33 =item "DES-EDE-CBC"
35 =item "DES-EDE-OFB"
37 =item "DES-EDE-CFB"
47 =item "DES-ECB"
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in74 L<SSL_CIPHER_description(3)>.
97 Sets the list of TLSv1.3 ciphersuites. This list will be combined with any
99 list is a simple colon (":") separated list of TLSv1.3 ciphersuite names. By
107 preference list. This list will be combined with any TLSv1.3 ciphersuites that
129 B<SHA1+DES> represents all cipher suites containing the SHA1 B<and> the DES
155 See L<SSL_CTX_set_security_level(3)> for a description of what each level means.
160 For example, B<DEFAULT+DES> is not valid.
319 =item B<3DES>
321 Cipher suites using triple DES.
323 =item B<DES>
[all …]
/freebsd/contrib/tcsh/nls/german/
H A Dset32 $set 3
5 3 Lösche vom Anfang des aktuellen Worts bis zum Cursor - in Cut-Puffer
7 5 Gehe an den Anfang des aktuellen Worts
9 7 Wandele vom Cursor bis zum Ende des aktuellen Worts in Großbuchstaben um
10 8 Vi: Ändere Groß/Kleinschreibung des Zeichen unter dem Cursor und bewege Cursor eins nach vorn
24 22 Lösche von Cursor bis zum Ende des aktuellen Worts - in Cut-Puffer
28 26 Wandele vom Cursor bis zum Ende des aktuellen Worts in Kleinbuchstaben um
37 35 Gehe vor bis zum Ende des akutellen Worts
41 39 Setze letzten Teil des vorherigen Befehls ein
65 63 Setze die Marke an der Stelle des Cursors
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-pkcs8.176 . ds #F .3m
292 encryption algorithms such as 56 bit \s-1DES.\s0
307 .IP "\fB\s-1PBE\-MD2\-DES PBE\-MD5\-DES\s0\fR" 4
308 .IX Item "PBE-MD2-DES PBE-MD5-DES"
310 They only offer 56 bits of protection since they both use \s-1DES.\s0
311 …\fR, \fB\s-1PBE\-MD2\-RC2\-64\s0\fR, \fB\s-1PBE\-MD5\-RC2\-64\s0\fR, \fB\s-1PBE\-SHA1\-DES\s0\fR" 4
312 .IX Item "PBE-SHA1-RC2-64, PBE-MD2-RC2-64, PBE-MD5-RC2-64, PBE-SHA1-DES"
316 56 bit \s-1DES.\s0
317 …\s0\fR, \fB\s-1PBE\-SHA1\-RC4\-40\s0\fR, \fB\s-1PBE\-SHA1\-3DES\s0\fR, \fB\s-1PBE\-SHA1\-2DES\s0\f…
318 .IX Item "PBE-SHA1-RC4-128, PBE-SHA1-RC4-40, PBE-SHA1-3DES, PBE-SHA1-2DES, PBE-SHA1-RC2-128, PBE-SH…
[all …]
H A Dopenssl-ciphers.176 . ds #F .3m
208 \&\fBSSL_CIPHER_description\fR\|(3).
226 Sets the list of TLSv1.3 ciphersuites. This list will be combined with any
228 list is a simple colon (\*(L":\*(R") separated list of TLSv1.3 ciphersuite names. By
237 preference list. This list will be combined with any TLSv1.3 ciphersuites that
256 \&\fB\s-1SHA1+DES\s0\fR represents all cipher suites containing the \s-1SHA1\s0 \fBand\fR the \s-1D…
282 See \fBSSL_CTX_set_security_level\fR\|(3) for a description of what each level means.
287 For example, \fB\s-1DEFAULT+DES\s0\fR is not valid.
416 .IP "\fB3DES\fR" 4
417 .IX Item "3DES"
[all …]
H A Dopenssl.176 . ds #F .3m
415 \&\s-1SHA\-3 224\s0 Digest
418 \&\s-1SHA\-3 256\s0 Digest
421 \&\s-1SHA\-3 384\s0 Digest
424 \&\s-1SHA\-3 512\s0 Digest
427 \&\s-1SHA\-3 SHAKE128\s0 Digest
430 \&\s-1SHA\-3 SHAKE256\s0 Digest
483 .IP "\fBdes\fR, \fBdes-cbc\fR, \fBdes-cfb\fR, \fBdes-ecb\fR, \fBdes-ede\fR, \fBdes-ede-cbc\fR, \fBd…
484 .IX Item "des, des-cbc, des-cfb, des-ecb, des-ede, des-ede-cbc, des-ede-cfb, des-ede-ofb, des-ofb"
485 \&\s-1DES\s0 Cipher
[all …]
/freebsd/lib/libc/rpc/
H A Drpc_secure.342 .Tn DES
45 .Xr rpc 3
54 .Tn DES
63 .Tn DES
114 .Tn DES
122 .Tn DES
125 .Tn DES
170 .Tn ( DES
187 .Tn DES
200 takes a server netname and a des key, and encrypts
[all …]
/freebsd/lib/libcrypt/
H A Dcrypt.314 .\" 3. Neither the name of the author nor the names of other contributors
62 .Tn Data Encryption Standard (DES) ,
76 .Tn DES
97 .Tn DES
111 .Ss DES Extended Format:
119 .Tn DES
122 .Tn DES
125 .Tn DES
127 .Tn DES
144 .Tn DES
[all …]
/freebsd/contrib/bc/locales/
H A Dfr_BE.ISO8859-1.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_CA.UTF-8.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_CH.ISO8859-1.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_CH.ISO8859-15.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_FR.utf8.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_BE.ISO8859-15.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]
H A Dfr_BE.UTF-8.msg36 3 "Erreur d'exécution :"
45 3 "dépassement : le nombre ne tient pas dans un type traité par le processeur"
49 $set 3
53 3 "fin de chaîne non trouvée"
70 20 "POSIX impose des parenthèses autour des expressions de retour"
72 22 "POSIX interdit les opérateurs de comparaison en dehors des expressions 'if' ou des boucles"
80 30 "POSIX interdit pas d'assigner des chaînes de caractères à des variable
[all...]

12345678910>>...24