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()) ||
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |