/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | md5_mod.c | 82 #define MD5_DIGEST_LENGTH 16 /* MD5 digest length in bytes */ macro 415 if (digest_len != MD5_DIGEST_LENGTH) { in md5_digest_final_uio() 437 uchar_t digest_tmp[MD5_DIGEST_LENGTH]; in md5_digest_final_uio() 552 if (digest_len != MD5_DIGEST_LENGTH) { in md5_digest_final_mblk() 570 uchar_t digest_tmp[MD5_DIGEST_LENGTH]; in md5_digest_final_mblk() 616 (digest->cd_length < MD5_DIGEST_LENGTH)) { in md5_digest() 617 digest->cd_length = MD5_DIGEST_LENGTH; in md5_digest() 661 digest, MD5_DIGEST_LENGTH, NULL); in md5_digest() 665 digest, MD5_DIGEST_LENGTH, NULL); in md5_digest() 674 digest->cd_length = MD5_DIGEST_LENGTH; in md5_digest() [all …]
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mech_md5.c | 309 *out_data_len = MD5_DIGEST_LENGTH; in md5_hash() 331 CK_BYTE hash[MD5_DIGEST_LENGTH]; in md5_hmac_sign() 353 hmac_len = MD5_DIGEST_LENGTH; in md5_hmac_sign() 492 CK_BYTE hmac[MD5_DIGEST_LENGTH]; in md5_hmac_verify() 503 hmac_len = MD5_DIGEST_LENGTH; in md5_hmac_verify()
|
H A D | dig_mgr.c | 403 if (!length_only && *out_data_len < MD5_DIGEST_LENGTH) in digest_mgr_digest() 509 *hash_len = MD5_DIGEST_LENGTH; in digest_mgr_digest_final() 512 if (*hash_len < MD5_DIGEST_LENGTH) in digest_mgr_digest_final() 516 *hash_len = MD5_DIGEST_LENGTH; in digest_mgr_digest_final()
|
H A D | globals.c | 180 CK_BYTE default_so_pin_md5[MD5_DIGEST_LENGTH] = { 198 CK_BYTE user_pin_md5[MD5_DIGEST_LENGTH]; 199 CK_BYTE so_pin_md5[MD5_DIGEST_LENGTH];
|
H A D | mech_rsa.c | 421 hash_len = MD5_DIGEST_LENGTH; in rsa_hash_pkcs_sign() 550 hash_len = MD5_DIGEST_LENGTH; in rsa_hash_pkcs_verify() 671 hash_len = MD5_DIGEST_LENGTH; in rsa_hash_pkcs_sign_final() 752 hash_len = MD5_DIGEST_LENGTH; in rsa_hash_pkcs_verify_final()
|
H A D | utility.c | 423 (void) memset(user_pin_md5, 0x0, MD5_DIGEST_LENGTH); in init_token_data() 424 (void) memcpy(so_pin_md5, default_so_pin_md5, MD5_DIGEST_LENGTH); in init_token_data()
|
H A D | tpmtok_int.h | 520 extern CK_BYTE so_pin_md5[MD5_DIGEST_LENGTH]; 521 extern CK_BYTE user_pin_md5[MD5_DIGEST_LENGTH]; 525 extern CK_BYTE default_so_pin_md5[MD5_DIGEST_LENGTH];
|
/titanic_41/usr/src/cmd/svc/common/ |
H A D | manifest_hash.h | 38 #define MHASH_SIZE (MD5_DIGEST_LENGTH * 2) 39 #define MHASH_SIZE_OLD MD5_DIGEST_LENGTH
|
H A D | manifest_hash.c | 695 if (hashash && memcmp(hash, stored_hash, MD5_DIGEST_LENGTH) == 0) { in mhash_test_file() 706 for (i = 0; i < MD5_DIGEST_LENGTH; i++) { in mhash_test_file() 707 if (stored_hash[MD5_DIGEST_LENGTH+i] != 0) { in mhash_test_file() 734 MD5_DIGEST_LENGTH) == 0) { in mhash_test_file() 769 if (memcmp(hash_v1, stored_hash, MD5_DIGEST_LENGTH) == 0) { in mhash_test_file()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sign_kcf.c | 92 out.cd_length = MD5_DIGEST_LENGTH; in smb_md5_final() 93 out.cd_raw.iov_len = MD5_DIGEST_LENGTH; in smb_md5_final()
|
H A D | smb_signing.c | 217 uchar_t digest[MD5_DIGEST_LENGTH]; in smb_sign_calc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | md5.h | 52 #define MD5_DIGEST_LENGTH 16 macro
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_signing.h | 26 #define MD5_DIGEST_LENGTH 16 /* MD5 digest length in bytes */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_enc.h | 24 #define MD5_MAC_LEN MD5_DIGEST_LENGTH
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_sign_pkcs.c | 82 CK_ULONG len = MD5_DIGEST_LENGTH; in smb_md5_final()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | pos4obj.c | 133 unsigned char md5_digest[MD5_DIGEST_LENGTH]; in __pos4obj_name() 280 for (i = 0; i < (MD5_DIGEST_LENGTH / 4); i++) in __pos4obj_md5toa()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | fastboot.h | 150 uchar_t fi_md5_hash[FASTBOOT_MAX_MD5_HASH][MD5_DIGEST_LENGTH];
|
/titanic_41/usr/src/cmd/bart/ |
H A D | create.c | 654 unsigned char hash[MD5_DIGEST_LENGTH]; in generate_hash() 674 for (i = 0; i < MD5_DIGEST_LENGTH; i++) in generate_hash()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | signing.c | 70 uchar_t digest[MD5_DIGEST_LENGTH]; in smb_compute_MAC()
|
/titanic_41/usr/src/lib/libelfsign/common/ |
H A D | elfcertlib.c | 503 uchar_t der_data[sizeof (MD5_DER_PREFIX) + MD5_DIGEST_LENGTH]; in elfcertlib_sign() 509 size_t derlen = MD5_DIGEST_LENGTH; in elfcertlib_sign()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 230 #define MD5_DIGEST_LENGTH 16 /* digest length in bytes */ macro 247 #define MD5_DIGEST_LENGTH 16 macro
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 853 uchar_t md5_hash[MD5_DIGEST_LENGTH]; in fastboot_cksum_verify()
|