Home
last modified time | relevance | path

Searched refs:ppvFuncAddr (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/crypt32/
H A Doid.c343 if (*ppvFuncAddr) in CRYPT_GetFuncFromReg()
395 debugstr_a(pszOID), dwFlags, ppvFuncAddr, phFuncAddr); in CryptGetOIDFunctionAddress()
397 *ppvFuncAddr = NULL; in CryptGetOIDFunctionAddress()
429 if (!*ppvFuncAddr) in CryptGetOIDFunctionAddress()
431 ppvFuncAddr, phFuncAddr); in CryptGetOIDFunctionAddress()
492 void **ppvFuncAddr) in CRYPT_GetFuncFromDll() argument
499 *ppvFuncAddr = GetProcAddress(*lib, func); in CRYPT_GetFuncFromDll()
500 if (*ppvFuncAddr) in CRYPT_GetFuncFromDll()
519 debugstr_w(pwszDll), dwFlags, ppvFuncAddr, phFuncAddr); in CryptGetDefaultOIDFunctionAddress()
540 *ppvFuncAddr = NULL; in CryptGetDefaultOIDFunctionAddress()
[all …]
/reactos/sdk/include/psdk/
H A Dwincrypt.h4637 _Outptr_ void **ppvFuncAddr,
4648 _Outptr_ void **ppvFuncAddr,