Lines Matching refs:encryption
14 des_fcrypt, des_crypt, des_enc_read, des_enc_write - DES encryption
115 This library contains a fast implementation of the DES encryption
118 There are two phases to the use of DES encryption. The first is the
120 actual encryption. A DES key is of type I<des_cblock>. This type is
123 the key; it is used to speed the encryption process.
157 des_ecb_encrypt() is the basic DES encryption routine that encrypts or
169 three-key Triple-DES encryption in ECB mode. This involves encrypting
173 I<ks2> and I<ks3> are the same, it is equivalent to just encryption
177 encryption by using I<ks1> for the final encryption.
190 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
194 des_ede3_cbc_encrypt() implements outer triple CBC DES encryption with
199 reusing I<ks1> for the final encryption. C<C=E(ks1,D(ks2,E(ks1,M)))>.
211 a complete DES ECB encryption per I<numbits>, this function is only
230 a complete DES ECB encryption per numbits, this function is only
260 (via CBC encryption). The last 4 bytes of the checksum are returned
307 I<des_rw_mode> is used to specify the encryption mode to use with
317 The L<evp(3)|evp(3)> library provides higher-level encryption functions.