Added stubs for CryptInitOIDFunctionSet and

CryptUnregisterDefaultOIDFunction.
oldstable
Stefan Leichter 2005-09-15 09:31:20 +00:00 committed by Alexandre Julliard
parent c16e70587a
commit 443910ba27
2 changed files with 15 additions and 2 deletions

View File

@ -3142,3 +3142,16 @@ BOOL WINAPI CryptHashCertificate(HCRYPTPROV hCryptProv, ALG_ID Algid,
} }
return ret; return ret;
} }
HCRYPTOIDFUNCSET WINAPI CryptInitOIDFunctionSet(LPCSTR pszFuncName, DWORD dwFlags)
{
FIXME("stub: %s %lx\n", debugstr_a(pszFuncName), dwFlags);
return NULL;
}
BOOL WINAPI CryptUnregisterDefaultOIDFunction(DWORD dwEncodingType,
LPCSTR pszFuncName, LPCWSTR pwszDll)
{
FIXME("stub: %lx %s %s\n", dwEncodingType, debugstr_a(pszFuncName), debugstr_w(pwszDll));
return FALSE;
}

View File

@ -117,7 +117,7 @@
@ stub CryptImportPKCS8 @ stub CryptImportPKCS8
@ stub CryptImportPublicKeyInfo @ stub CryptImportPublicKeyInfo
@ stub CryptImportPublicKeyInfoEx @ stub CryptImportPublicKeyInfoEx
@ stub CryptInitOIDFunctionSet @ stdcall CryptInitOIDFunctionSet(str long)
@ stub CryptInstallOIDFunctionAddress @ stub CryptInstallOIDFunctionAddress
@ stub CryptLoadSip @ stub CryptLoadSip
@ stub CryptMemAlloc @ stub CryptMemAlloc
@ -154,7 +154,7 @@
@ stub CryptSignMessage @ stub CryptSignMessage
@ stub CryptSignMessageWithKey @ stub CryptSignMessageWithKey
@ stdcall CryptUnprotectData(ptr ptr ptr ptr ptr long ptr) @ stdcall CryptUnprotectData(ptr ptr ptr ptr ptr long ptr)
@ stub CryptUnregisterDefaultOIDFunction @ stdcall CryptUnregisterDefaultOIDFunction(long str wstr)
@ stdcall CryptUnregisterOIDFunction(long str str) @ stdcall CryptUnregisterOIDFunction(long str str)
@ stub CryptUnregisterOIDInfo @ stub CryptUnregisterOIDInfo
@ stub CryptVerifyCertificateSignature @ stub CryptVerifyCertificateSignature