Lines Matching full:des
1 .TH "DES crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*-
69 See the \fBDES - Data Encryption Standard crypto interface\fP for description and examples.
74 Crete a checksum using DES in CBC encryption mode. This mode is only used for Kerberos 4, and it sh…
94 Encrypt/decrypt a block using DES in Chain Block Cipher mode (cbc).
116 Encrypt/decrypt using DES in cipher feedback mode with 64 bit feedback.
155 Encrypt/decrypt a block using triple DES using EDE mode, encrypt/decrypt/encrypt.
175 Encrypt/decrypt a block using DES.
191 Encrypt/decrypt using Triple DES in Chain Block Cipher mode (cbc).
217 Encrypt/decrypt a block using DES. Also called ECB mode
241 Checks if the key is any of the weaks keys that makes DES attacks trival.
273 Generate a random des key using a random block, fixup parity and skip weak keys.
288 Encrypt/decrypt a block using DES in Propagating Cipher Block Chaining mode. This mode is only used…
320 Setup a des key schedule from a key. Deprecated function, use \fBDES_set_key_unchecked()\fP or \fBD…
354 Setup a des key schedule from a key. The key is no longer needed after this transaction and can cle…
373 Set the parity of the key block, used to generate a des key from a random key. See \fBDES key gener…
383 Convert a string to a DES key. Use something like \fBPKCS5_PBKDF2_HMAC_SHA1()\fP to create key from…