vendor/golang.org/x/crypto/cryptobyte.String.ReadOptionalASN1 (method)
6 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L579: func (s *String) ReadOptionalASN1(out *String, outPresent *bool, tag asn1.Tag) bool {
asn1.go#L611: if !s.ReadOptionalASN1(&i, &present, tag) {
asn1.go#L646: if !s.ReadOptionalASN1(&child, &present, tag) {
asn1.go#L670: if !s.ReadOptionalASN1(&child, &present, asn1.BOOLEAN) {
crypto/x509
x509.go#L1154: !toplevel.ReadOptionalASN1(&permitted, &havePermitted, cryptobyte_asn1.Tag(0).ContextSpecific().Constructed()) ||
x509.go#L1155: !toplevel.ReadOptionalASN1(&excluded, &haveExcluded, cryptobyte_asn1.Tag(1).ContextSpecific().Constructed()) ||