Lines Matching refs:output
85 * Return length needed to store the output.
86 * For sign, sign-recover, and encrypt, the output buffer
92 "dca_rsastart: output buffer too short (%d < %d)",
121 * For decryption and verifyRecover, the output buffer should not
132 /* For decrypt and verify, the input should not be less than output */
249 /* Reset the output data length */
342 /* Reset the output data length */
632 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
655 if (input == output) {
660 rv = dca_rsastart(&ctx, input, output, req, mode);