const vendor/golang.org/x/crypto/cryptobyte/asn1.SEQUENCE
10 uses
vendor/golang.org/x/crypto/cryptobyte/asn1 (current package)
asn1.go#L38: SEQUENCE = Tag(16 | classConstructed)
crypto/ecdsa
ecdsa.go#L122: b.AddASN1(asn1.SEQUENCE, func(b *cryptobyte.Builder) {
ecdsa.go#L345: if !input.ReadASN1(&inner, asn1.SEQUENCE) ||
crypto/x509
x509.go#L1152: if !outer.ReadASN1(&toplevel, cryptobyte_asn1.SEQUENCE) ||
x509.go#L1172: if !subtrees.ReadASN1(&seq, cryptobyte_asn1.SEQUENCE) ||
x509.go#L1807: b.AddASN1(cryptobyte_asn1.SEQUENCE, func(b *cryptobyte.Builder) {
x509.go#L1815: b.AddASN1(cryptobyte_asn1.SEQUENCE, func(b *cryptobyte.Builder) {
x509.go#L1827: b.AddASN1(cryptobyte_asn1.SEQUENCE, func(b *cryptobyte.Builder) {
x509.go#L1839: b.AddASN1(cryptobyte_asn1.SEQUENCE, func(b *cryptobyte.Builder) {
x509.go#L1860: b.AddASN1(cryptobyte_asn1.SEQUENCE, func(b *cryptobyte.Builder) {
![]() |
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. |