type crypto/x509.VerifyOptions

9 uses

	crypto/x509 (current package)
		root_unix.go#L28: func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L194: type VerifyOptions struct {
		verify.go#L625: func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error {
		verify.go#L821: func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L1002: func (c *Certificate) buildChains(currentChain []*Certificate, sigChecks *int, opts *VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L1445: func policiesValid(chain []*Certificate, opts VerifyOptions) bool {

	crypto/tls
		handshake_client.go#L1138: 			opts := x509.VerifyOptions{
		handshake_client.go#L1161: 		opts := x509.VerifyOptions{
		handshake_server.go#L955: 		opts := x509.VerifyOptions{