Lines Matching refs:output

33  void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
35 void DES_ecb2_encrypt(const_DES_cblock *input, DES_cblock *output,
37 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
41 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
50 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
60 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
64 void DES_ede2_cbc_encrypt(const unsigned char *input, unsigned char *output,
75 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
88 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
91 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
138 The following routines mostly operate on an input and output stream of
144 I<input>, into the output data, pointed to by the I<output> argument.
146 (cleartext) is encrypted in to the I<output> (ciphertext) using the
149 ciphertext) is decrypted into the I<output> (now cleartext). Input
150 and output may overlap. DES_ecb_encrypt() does not return a value.
166 the I<input> argument into the ciphertext pointed to by the I<output>
170 last block is copied to a temporary area and zero filled. The output
202 routine will encrypt the input bytes to output and then update ivec
209 DES_ofb_encrypt() encrypts using output feedback mode. This method
228 and the complete 8 bytes are placed in I<output>. This function is
234 input, depending on I<out_count>, 1, 2, 3 or 4 times. If I<output> is
236 I<output>.
274 input byte. The same holds for output. This function has been