Lines Matching full:encryption
72 DES_fcrypt, DES_crypt \- DES encryption
166 This library contains a fast implementation of the DES encryption
169 There are two phases to the use of DES encryption. The first is the
171 actual encryption. A DES key is of type \fIDES_cblock\fR. This type
174 the key; it is used to speed the encryption process.
202 \&\fBDES_ecb_encrypt()\fR is the basic DES encryption routine that encrypts or
214 three-key Triple-DES encryption in ECB mode. This involves encrypting
218 \&\fIks2\fR and \fIks3\fR are the same, it is equivalent to just encryption
222 encryption by using \fIks1\fR for the final encryption.
235 \&\fIoutw\fR to 'whiten' the encryption. \fIinw\fR and \fIoutw\fR are secret
239 \&\fBDES_ede3_cbc_encrypt()\fR implements outer triple CBC DES encryption with
244 reusing \fIks1\fR for the final encryption. \f(CW\*(C`C=E(ks1,D(ks2,E(ks1,M)))\*(C'\fR.
256 a complete DES ECB encryption per \fInumbits\fR, this function is only
275 a complete DES ECB encryption per \fInumbits\fR, this function is only
288 (via CBC encryption). The last 4 bytes of the checksum are returned