golang.org/x/crypto/cryptobyte.String.ReadOptionalASN1 (method)

4 uses

	golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L658: func (s *String) ReadOptionalASN1(out *String, outPresent *bool, tag asn1.Tag) bool {
		asn1.go#L686: 	if !s.ReadOptionalASN1(&i, &present, tag) {
		asn1.go#L718: 	if !s.ReadOptionalASN1(&child, &present, tag) {
		asn1.go#L743: 	if !s.ReadOptionalASN1(&child, &present, tag) {