vendor/golang.org/x/crypto/cryptobyte.String.PeekASN1Tag (method)
17 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#L204: case der.PeekASN1Tag(cryptobyte_asn1.UTCTime):
parser.go#L208: case der.PeekASN1Tag(cryptobyte_asn1.GeneralizedTime):
parser.go#L236: if der.PeekASN1Tag(cryptobyte_asn1.BOOLEAN) {
parser.go#L364: if der.PeekASN1Tag(cryptobyte_asn1.BOOLEAN) {
parser.go#L371: if der.PeekASN1Tag(cryptobyte_asn1.INTEGER) {
parser.go#L454: if akid.PeekASN1Tag(cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L742: if !dpNameDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L763: if val.PeekASN1Tag(cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L775: if val.PeekASN1Tag(cryptobyte_asn1.Tag(1).ContextSpecific()) {
parser.go#L858: if !aiaDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L1135: if !tbs.PeekASN1Tag(cryptobyte_asn1.INTEGER) {
parser.go#L1186: if tbs.PeekASN1Tag(cryptobyte_asn1.GeneralizedTime) || tbs.PeekASN1Tag(cryptobyte_asn1.UTCTime) {
parser.go#L1193: if tbs.PeekASN1Tag(cryptobyte_asn1.SEQUENCE) {
![]() |
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. |