Lines Matching defs:encrypt
425 * vector, D[n] is the nth chunk of 64 bits of data to encrypt
1161 * encrypt and decrypt in-place
1336 /* encrypt XOR-ed block N-2 */
1366 /* encrypt block N-2 */
1646 * AES encrypt
1678 * Because we encrypt in-place, we need to calculate
1883 "for RC4 encrypt: %0x", result);
1969 * ARCFOUR-HMAC-MD5 encrypt
2125 * key to be used for the encrypt operation.
2156 "for RC4 encrypt: %0x", result);
2209 * DES-CBC-[HASH] encrypt
2342 "des_cbc_encrypt: kef_crypt encrypt "
2576 * The input mblk may be replaced by some encrypt routines
2640 setup_crypto(struct cr_info_t *ci, struct cipher_data_t *cd, int encrypt)
2727 * the RC4 algorithm to derive the final encrypt and decrypt keys.
2748 * data that must be carried over between encrypt/decrypt operations
2854 (encrypt ? enc_usage : dec_usage),
3076 * used to encrypt "r*" commands(rlogin, rsh)
3094 * encrypt a single message. This routine adds the
3113 * If the block is too big, we encrypt in 4K chunks so that
3136 /* encrypt the new block */
3144 /* If there is data left (< MSGBUF_SIZE), encrypt it. */