Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_gids.c194 unsigned char md5_hash[16]; in sip_branchid() local
238 len = 2 * sizeof (md5_hash) + 1; in sip_branchid()
256 _sasl_MD5Final(md5_hash, &ctx); in sip_branchid()
272 MD5Final(md5_hash, &ctx); in sip_branchid()
274 for (i = 0; i < sizeof (md5_hash); i++) { in sip_branchid()
276 md5_hash[i]); in sip_branchid()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c728 fastboot_cksum_file(fastboot_file_t *fb, uchar_t *md5_hash) in fastboot_cksum_file() argument
734 MD5Final(md5_hash, &md5_ctx); in fastboot_cksum_file()
815 fastboot_cksum_cdata(fastboot_info_t *nk, uchar_t *md5_hash) in fastboot_cksum_cdata() argument
828 MD5Final(md5_hash, &md5_ctx); in fastboot_cksum_cdata()
853 uchar_t md5_hash[MD5_DIGEST_LENGTH]; in fastboot_cksum_verify() local
856 fastboot_cksum_file(nk->fi_files + i, md5_hash); in fastboot_cksum_verify()
857 if (bcmp(nk->fi_md5_hash[i], md5_hash, in fastboot_cksum_verify()
862 fastboot_cksum_cdata(nk, md5_hash); in fastboot_cksum_verify()
863 if (bcmp(nk->fi_md5_hash[i], md5_hash, in fastboot_cksum_verify()
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c141 static hash_info_t md5_hash = {MD5_HASHSIZE, CONFOUNDER_LEN, md5_calc}; variable
350 headspace += md5_hash.hash_len + md5_hash.confound_len; in plaintext_offset()
356 headspace += md5_hash.hash_len + md5_hash.confound_len; in plaintext_offset()
386 cipherlen = (size_t)P2ROUNDUP(md5_hash.hash_len + in encrypt_size()
387 md5_hash.confound_len + in encrypt_size()
401 cipherlen = (size_t)P2ROUNDUP(md5_hash.confound_len + in encrypt_size()
402 plainlen, 1) + md5_hash.hash_len; in encrypt_size()
2552 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash); in do_decrypt()
2562 outmp = arcfour_hmac_md5_decrypt(q, tmi, mp, &md5_hash); in do_decrypt()
2594 outmp = des_cbc_encrypt(q, tmi, mp, &md5_hash); in do_encrypt()
[all …]
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddig_mgr.c405 return (md5_hash(sess, length_only, ctx, in digest_mgr_digest()
H A Dmech_md5.c297 md5_hash(SESSION *sess, in md5_hash() function
H A Dtpmtok_int.h729 CK_RV md5_hash(SESSION *, CK_BBOOL,