Searched refs:des_cbc_decrypt (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 2397 des_cbc_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) in des_cbc_decrypt() function 2549 outmp = des_cbc_decrypt(q, tmi, mp, &null_hash); in do_decrypt() 2552 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash); in do_decrypt() 2555 outmp = des_cbc_decrypt(q, tmi, mp, &crc32_hash); in do_decrypt() 2558 outmp = des_cbc_decrypt(q, tmi, mp, &sha1_hash); in do_decrypt()
|