Lines Matching refs:EVP_MD_CTX
36 - EVP_MD_CTX md_ctx;
37 + EVP_MD_CTX *md_ctx;
47 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX");
72 - EVP_MD_CTX md_ctx;
73 + EVP_MD_CTX *md_ctx;
104 - EVP_MD_CTX ctx;
105 + EVP_MD_CTX *ctx;
115 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX");
133 - EVP_MD_CTX ctx;
134 + EVP_MD_CTX *ctx;
145 + return xstrdup("liboauth/OpenSSL: failed to allocate EVP_MD_CTX");