Searched defs:VerifyOptions (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/ |
D | verify.go | 176 type VerifyOptions struct { struct 179 DNSName string 184 Intermediates *CertPool 187 Roots *CertPool 191 CurrentTime time.Time 196 KeyUsages []ExtKeyUsage 203 MaxConstraintComparisions int 563 func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error… 753 func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) { 900 func (c *Certificate) buildChains(currentChain []*Certificate, sigChecks *int, opts *VerifyOptions)…
|
D | root_windows.go | 26 func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscall.CertContext, error) { 112 …ainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) error { 163 func verifyChain(c *Certificate, chainCtx *syscall.CertChainContext, opts *VerifyOptions) (chain []… 203 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
D | root_plan9.go | 18 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
D | root_darwin.go | 13 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
D | root_unix.go | 28 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|