Searched refs:sha1_hash (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | dig_mgr.c | 399 return (sha1_hash(sess, length_only, ctx,
|
H A D | mech_sha.c | 30 sha1_hash(SESSION *sess, function
|
H A D | tpmtok_int.h | 710 CK_RV sha1_hash(SESSION *, CK_BBOOL,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 142 static hash_info_t sha1_hash = {SHA1_HASHSIZE, CONFOUNDER_LEN, sha1_calc}; variable 353 headspace += sha1_hash.confound_len; 396 cipherlen = (size_t)P2ROUNDUP(sha1_hash.confound_len + 398 sha1_hash.hash_len; 2558 outmp = des_cbc_decrypt(q, tmi, mp, &sha1_hash); 2566 outmp = aes_decrypt(q, tmi, mp, &sha1_hash); 2600 outmp = des_cbc_encrypt(q, tmi, mp, &sha1_hash); 2608 outmp = aes_encrypt(q, tmi, mp, &sha1_hash); 3034 extra = sha1_hash.hash_len;
|
/illumos-gate/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 1323 uchar_t sha1_hash[SHA1_HASH_LEN]; local 1344 SHA1Final(sha1_hash, sha1ctx); 1348 MD5Update(md5ctx, sha1_hash, SHA1_HASH_LEN);
|
Completed in 76 milliseconds