Searched refs:CryptImportPublicKeyInfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_cryptoapi.c43 (*CryptImportPublicKeyInfo)(HCRYPTPROV hCryptProv, DWORD dwCertEncodingType, variable
55 if (CryptImportPublicKeyInfo)
65 CryptImportPublicKeyInfo = GetProcAddress(
66 dll, "CryptImportPublicKeyInfo");
67 if (CryptImportPublicKeyInfo == NULL) {
69 "CryptImportPublicKeyInfo() address from "
690 if (!CryptImportPublicKeyInfo(pk->prov, X509_ASN_ENCODING |
694 cryptoapi_report_error("CryptImportPublicKeyInfo");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c586 BOOL __attribute__((__stdcall__)) CryptImportPublicKeyInfo(HCRYPTPROV hCryptProv,

Completed in 111 milliseconds