Searched refs:null_hash (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 385 static char null_hash[HMAC_DIGEST_LEN]; in create_null_hash() local 389 !write_buffer(fd, null_hash, sizeof (null_hash))) { in create_null_hash()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 139 static hash_info_t null_hash = {0, 0, NULL}; variable 344 headspace += null_hash.hash_len + null_hash.confound_len; in plaintext_offset() 382 cipherlen = (size_t)P2ROUNDUP(null_hash.hash_len + in encrypt_size() 2549 outmp = des_cbc_decrypt(q, tmi, mp, &null_hash); in do_decrypt() 2591 outmp = des_cbc_encrypt(q, tmi, mp, &null_hash); in do_encrypt()
|