We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a0c85 commit e72cd22Copy full SHA for e72cd22
1 file changed
src/native/libs/System.Security.Cryptography.Native/osslcompat_30.h
@@ -83,6 +83,7 @@ void EVP_MAC_free(EVP_MAC *mac);
83
EVP_MD* EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties);
84
int EVP_MD_get_size(const EVP_MD* md);
85
const char *EVP_MD_get0_name(const EVP_MD *md);
86
+int EVP_MD_is_a(const EVP_MD *md, const char *name);
87
EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_name(OSSL_LIB_CTX *libctx, const char *name, const char *propquery);
88
EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_pkey(OSSL_LIB_CTX *libctx, EVP_PKEY *pkey, const char *propquery);
89
int EVP_PKEY_CTX_set_params(EVP_PKEY_CTX *ctx, const OSSL_PARAM *params);
0 commit comments