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#L751: return s.ReadASN1Boolean(out)
crypto/x509
parser.go#L205: if !der.ReadASN1Boolean(&ext.Critical) {
parser.go#L340: if !der.ReadASN1Boolean(&isCA) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |