vendor/golang.org/x/crypto/cryptobyte.String.ReadASN1Boolean (method)
4 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L249: func (s *String) ReadASN1Boolean(out *bool) bool {
asn1.go#L752: return child.ReadASN1Boolean(out)
crypto/x509
parser.go#L206: if !der.ReadASN1Boolean(&ext.Critical) {
parser.go#L341: if !der.ReadASN1Boolean(&isCA) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)