Lines Matching refs:md5_hash
141 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()
2604 outmp = arcfour_hmac_md5_encrypt(q, tmi, mp, &md5_hash); in do_encrypt()