Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for CertFreeCertificateContext (0.36 sec)

  1. src/crypto/x509/root_windows.go

    // in the opts.Intermediates CertPool.
    //
    // A pointer to the in-memory store is available in the returned CertContext's Store field.
    // The store is automatically freed when the CertContext is freed using
    // syscall.CertFreeCertificateContext.
    func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) {
    	var storeCtx *syscall.CertContext
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:41:40 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_windows.go

    	procCertFreeCertificateChain           = modcrypt32.NewProc("CertFreeCertificateChain")
    	procCertFreeCertificateContext         = modcrypt32.NewProc("CertFreeCertificateContext")
    	procCertGetCertificateChain            = modcrypt32.NewProc("CertGetCertificateChain")
    	procCertOpenStore                      = modcrypt32.NewProc("CertOpenStore")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  3. src/syscall/syscall_windows.go

    //sys   CertCreateCertificateContext(certEncodingType uint32, certEncoded *byte, encodedLen uint32) (context *CertContext, err error) [failretval==nil] = crypt32.CertCreateCertificateContext
    //sys   CertFreeCertificateContext(ctx *CertContext) (err error) = crypt32.CertFreeCertificateContext
    //sys   CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) = crypt32.CertVerifyCertificateChainPolicy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	CertCreateCertificateContext(certEncodingType uint32, certEncoded *byte, encodedLen uint32) (context *CertContext, err error) [failretval==nil] = crypt32.CertCreateCertificateContext
    //sys	CertFreeCertificateContext(ctx *CertContext) (err error) = crypt32.CertFreeCertificateContext
    //sys	CertVerifyCertificateChainPolicy(policyOID uintptr, chain *CertChainContext, para *CertChainPolicyPara, status *CertChainPolicyStatus) (err error) = crypt32.CertVerifyCertificateChainPolicy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procCertFreeCertificateChain                             = modcrypt32.NewProc("CertFreeCertificateChain")
    	procCertFreeCertificateContext                           = modcrypt32.NewProc("CertFreeCertificateContext")
    	procCertGetCertificateChain                              = modcrypt32.NewProc("CertGetCertificateChain")
    	procCertGetNameStringW                                   = modcrypt32.NewProc("CertGetNameStringW")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertEnhKeyUsage.Length", Field, 0},
    		{"CertEnhKeyUsage.UsageIdentifiers", Field, 0},
    		{"CertEnumCertificatesInStore", Func, 0},
    		{"CertFreeCertificateChain", Func, 0},
    		{"CertFreeCertificateContext", Func, 0},
    		{"CertGetCertificateChain", Func, 0},
    		{"CertInfo", Type, 11},
    		{"CertOpenStore", Func, 0},
    		{"CertOpenSystemStore", Func, 0},
    		{"CertRevocationCrlInfo", Type, 11},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (windows-386), func CertEnumCertificatesInStore(Handle, *CertContext) (*CertContext, error)
    pkg syscall (windows-386), func CertFreeCertificateChain(*CertChainContext)
    pkg syscall (windows-386), func CertFreeCertificateContext(*CertContext) error
    pkg syscall (windows-386), func CertGetCertificateChain(Handle, *CertContext, *Filetime, Handle, *CertChainPara, uint32, uintptr, **CertChainContext) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top