Home
last modified time | relevance | path

Searched refs:des_cbc_decrypt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c2400 des_cbc_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) in des_cbc_decrypt() function
2552 outmp = des_cbc_decrypt(q, tmi, mp, &null_hash); in do_decrypt()
2555 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash); in do_decrypt()
2558 outmp = des_cbc_decrypt(q, tmi, mp, &crc32_hash); in do_decrypt()
2561 outmp = des_cbc_decrypt(q, tmi, mp, &sha1_hash); in do_decrypt()