vendor/golang.org/x/crypto/cryptobyte.String.PeekASN1Tag (method)
15 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L640: func (s String) PeekASN1Tag(tag asn1.Tag) bool {
asn1.go#L659: present := s.PeekASN1Tag(tag)
asn1.go#L672: if !s.PeekASN1Tag(tag) {
crypto/x509
parser.go#L172: case der.PeekASN1Tag(cryptobyte_asn1.UTCTime):
parser.go#L176: case der.PeekASN1Tag(cryptobyte_asn1.GeneralizedTime):
parser.go#L204: if der.PeekASN1Tag(cryptobyte_asn1.BOOLEAN) {
parser.go#L339: if der.PeekASN1Tag(cryptobyte_asn1.BOOLEAN) {
parser.go#L345: if der.PeekASN1Tag(cryptobyte_asn1.INTEGER) {
parser.go#L713: if !dpNameDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L731: if akid.PeekASN1Tag(cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L774: if !aiaDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L1043: if !tbs.PeekASN1Tag(cryptobyte_asn1.INTEGER) {
parser.go#L1094: if tbs.PeekASN1Tag(cryptobyte_asn1.GeneralizedTime) || tbs.PeekASN1Tag(cryptobyte_asn1.UTCTime) {
parser.go#L1101: if tbs.PeekASN1Tag(cryptobyte_asn1.SEQUENCE) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |