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#L187: type VerifyOptions struct {
		verify.go#L597: func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error {
		verify.go#L780: func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L958: func (c *Certificate) buildChains(currentChain []*Certificate, sigChecks *int, opts *VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L1401: func policiesValid(chain []*Certificate, opts VerifyOptions) bool {

	crypto/tls
		handshake_client.go#L1112: 			opts := x509.VerifyOptions{
		handshake_client.go#L1135: 		opts := x509.VerifyOptions{
		handshake_server.go#L926: 		opts := x509.VerifyOptions{