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) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |