Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Doid.c239 const CRYPT_OID_FUNC_ENTRY rgFuncEntry[], DWORD dwFlags) in CryptInstallOIDFunctionAddress() argument
245 debugstr_a(pszFuncName), cFuncEntry, rgFuncEntry, dwFlags); in CryptInstallOIDFunctionAddress()
257 … TRACE("OID %s, func %p\n", debugstr_a(rgFuncEntry[i].pszOID), rgFuncEntry[i].pvFuncAddr); in CryptInstallOIDFunctionAddress()
259 if (!IS_INTOID(rgFuncEntry[i].pszOID)) in CryptInstallOIDFunctionAddress()
261 + strlen(rgFuncEntry[i].pszOID) + 1); in CryptInstallOIDFunctionAddress()
267 if (!IS_INTOID(rgFuncEntry[i].pszOID)) in CryptInstallOIDFunctionAddress()
272 strcpy(oid, rgFuncEntry[i].pszOID); in CryptInstallOIDFunctionAddress()
276 func->entry.pszOID = rgFuncEntry[i].pszOID; in CryptInstallOIDFunctionAddress()
277 func->entry.pvFuncAddr = rgFuncEntry[i].pvFuncAddr; in CryptInstallOIDFunctionAddress()
/reactos/sdk/include/psdk/
H A Dwincrypt.h4664 _In_reads_(cFuncEntry) const CRYPT_OID_FUNC_ENTRY rgFuncEntry[],