Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CertFindExtension (0.33 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	CertGetNameString(certContext *CertContext, nameType uint32, flags uint32, typePara unsafe.Pointer, name *uint16, size uint32) (chars uint32) = crypt32.CertGetNameStringW
    //sys	CertFindExtension(objId *byte, countExtensions uint32, extensions *CertExtension) (ret *CertExtension) = crypt32.CertFindExtension
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procCertFindChainInStore                                 = modcrypt32.NewProc("CertFindChainInStore")
    	procCertFindExtension                                    = modcrypt32.NewProc("CertFindExtension")
    	procCertFreeCertificateChain                             = modcrypt32.NewProc("CertFreeCertificateChain")
    	procCertFreeCertificateContext                           = modcrypt32.NewProc("CertFreeCertificateContext")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top