Searched defs:des_cbc_encrypt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c2235 des_cbc_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) function
2342 "des_cbc_encrypt: kef_crypt encrypt "
2591 outmp = des_cbc_encrypt(q, tmi, mp, &null_hash);
2594 outmp = des_cbc_encrypt(q, tmi, mp, &md5_hash);
2597 outmp = des_cbc_encrypt(q, tmi, mp, &crc32_hash);
2600 outmp = des_cbc_encrypt(q, tmi, mp, &sha1_hash);

Completed in 73 milliseconds