Lines Matching defs:input

485 		 * Feedback the encrypted output as the input to next DES call.
490 * Get the last bits of input from the previous
491 * msg block that we haven't yet used as feedback input.
500 * Now copy the correct bytes from the current input
511 * If there are bytes of input here that we need in the next
548 * Save the input CFB_BLKSZ bytes at a time.
593 * To decrypt, XOR the input with the output from the DES call
601 * Feedback the encrypted input for next DES call.
606 * Get the last bits of input from the previous block
619 * buffer of input data is full and can
646 * Compute a CRC32 checksum on the input
649 crc32_calc(uchar_t *buf, uchar_t *input, uint_t len)
653 CRC32(crc, input, len, 0, crc32_table);
665 uchar_t *input, uint_t inlen,
677 v1.iov_base = (void *)input;
701 * Get a SHA1 hash on the input data.
704 sha1_calc(uchar_t *output, uchar_t *input, uint_t inlen)
708 rv = kef_digest(sha1_hash_mech, input, inlen, output, SHA1_HASHSIZE);
714 * Get an MD5 hash on the input data.
719 md5_calc(uchar_t *output, uchar_t *input, uint_t inlen)
723 rv = kef_digest(md5_hash_mech, input, inlen, output, MD5_HASHSIZE);
1472 * Save the input to the decrypt so it can
2090 * PLUS the input plaintext.
2285 /* calculate chksum of confounder + input */
2319 * The input length already included the hash size,
2497 /* calculate MD5 chksum of confounder + input */
2521 /* Move just the decrypted input into place if necessary */
2576 * The input mblk may be replaced by some encrypt routines
2578 * the input mblk_t size limit.
3420 * This routine takes the entire input message, breaks it into