Lines Matching defs:md5_hash
141 static hash_info_t md5_hash = {MD5_HASHSIZE, CONFOUNDER_LEN, md5_calc};
350 headspace += md5_hash.hash_len + md5_hash.confound_len;
356 headspace += md5_hash.hash_len + md5_hash.confound_len;
386 cipherlen = (size_t)P2ROUNDUP(md5_hash.hash_len +
387 md5_hash.confound_len +
401 cipherlen = (size_t)P2ROUNDUP(md5_hash.confound_len +
402 plainlen, 1) + md5_hash.hash_len;
2552 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash);
2562 outmp = arcfour_hmac_md5_decrypt(q, tmi, mp, &md5_hash);
2594 outmp = des_cbc_encrypt(q, tmi, mp, &md5_hash);
2604 outmp = arcfour_hmac_md5_encrypt(q, tmi, mp, &md5_hash);