Lines Matching defs:input
67 DBG(dca, DWARN, "input not an integral number of DES blocks");
104 /* special handling for null-sized input buffers */
112 * Make a local copy of the input crypto_data_t structure. This
213 * input for the next pass and return.
257 * Make a local copy of the input crypto_data_t structure. This
316 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
329 if ((dca_length(input) & (DESBLOCK - 1)) != 0) {
330 DBG(NULL, DWARN, "dca_3desatomic: input not multiple of BS");
351 if (input == output) {
356 rv = dca_3des(&ctx, input, output, req, mode);