Searched refs:EVP_md5_sha1 (Results 1 – 6 of 6) sorted by relevance
254 const EVP_MD *EVP_md5_sha1(void) { return &md5_sha1_md; } in EVP_md5_sha1() function272 { NID_md5_sha1, EVP_md5_sha1, SN_md5_sha1, LN_md5_sha1 },
46 static const MD md5_sha1 = { "MD5-SHA1", &EVP_md5_sha1, nullptr };
89 OPENSSL_EXPORT const EVP_MD *EVP_md5_sha1(void);
476 *out_md = EVP_md5_sha1(); in ssl3_cert_verify_hash()
1250 md = EVP_md5_sha1(); in ssl3_get_server_key_exchange()
1316 md = EVP_md5_sha1(); in ssl3_send_server_key_exchange()