Searched refs:des_cbc_encrypt (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 2235 des_cbc_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) in des_cbc_encrypt() function 2591 outmp = des_cbc_encrypt(q, tmi, mp, &null_hash); in do_encrypt() 2594 outmp = des_cbc_encrypt(q, tmi, mp, &md5_hash); in do_encrypt() 2597 outmp = des_cbc_encrypt(q, tmi, mp, &crc32_hash); in do_encrypt() 2600 outmp = des_cbc_encrypt(q, tmi, mp, &sha1_hash); in do_encrypt()
|
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 880 des_cbc_encrypt((void *) input, 934 des_cbc_encrypt((void *) output,
|