Searched refs:rgFuncEntry (Results 1 – 2 of 2) sorted by relevance
239 const CRYPT_OID_FUNC_ENTRY rgFuncEntry[], DWORD dwFlags) in CryptInstallOIDFunctionAddress() argument245 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()
4664 _In_reads_(cFuncEntry) const CRYPT_OID_FUNC_ENTRY rgFuncEntry[],