HomeSort by relevance Sort by last modified time
    Searched refs:CertCreateCertificateContext (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
crypto_cryptoapi.c 44 (*CertCreateCertificateContext)(DWORD dwCertEncodingType,
62 if (CertCreateCertificateContext)
72 CertCreateCertificateContext = (void *) GetProcAddress(
73 dll, "CertCreateCertificateContext");
74 if (CertCreateCertificateContext == NULL) {
76 "CertCreateCertificateContext() address from "
692 cc = CertCreateCertificateContext(X509_ASN_ENCODING |
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 677 cc = CertCreateCertificateContext(X509_ASN_ENCODING |

Completed in 77 milliseconds