vendor/golang.org/x/crypto/cryptobyte/asn1.Tag.ContextSpecific (method)
30 uses
vendor/golang.org/x/crypto/cryptobyte/asn1 (current package)
asn1.go#L26: func (t Tag) ContextSpecific() Tag { return t | classContextSpecific }
crypto/x509
parser.go#L454: if akid.PeekASN1Tag(cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L455: if !akid.ReadASN1(&akid, cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L554: !toplevel.ReadOptionalASN1(&permitted, &havePermitted, cryptobyte_asn1.Tag(0).ContextSpecific().Constructed()) ||
parser.go#L555: !toplevel.ReadOptionalASN1(&excluded, &haveExcluded, cryptobyte_asn1.Tag(1).ContextSpecific().Constructed()) ||
parser.go#L578: dnsTag = cryptobyte_asn1.Tag(2).ContextSpecific()
parser.go#L579: emailTag = cryptobyte_asn1.Tag(1).ContextSpecific()
parser.go#L580: ipTag = cryptobyte_asn1.Tag(7).ContextSpecific()
parser.go#L581: uriTag = cryptobyte_asn1.Tag(6).ContextSpecific()
parser.go#L732: if !dpDER.ReadOptionalASN1(&dpNameDER, &dpNamePresent, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific()) {
parser.go#L738: if !dpNameDER.ReadASN1(&dpNameDER, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific()) {
parser.go#L742: if !dpNameDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L746: if !dpNameDER.ReadASN1(&uri, cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L763: if val.PeekASN1Tag(cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L765: if !val.ReadASN1Int64WithTag(&v, cryptobyte_asn1.Tag(0).ContextSpecific()) {
parser.go#L775: if val.PeekASN1Tag(cryptobyte_asn1.Tag(1).ContextSpecific()) {
parser.go#L777: if !val.ReadASN1Int64WithTag(&v, cryptobyte_asn1.Tag(1).ContextSpecific()) {
parser.go#L858: if !aiaDER.PeekASN1Tag(cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L861: if !aiaDER.ReadASN1(&aiaDER, cryptobyte_asn1.Tag(6).ContextSpecific()) {
parser.go#L912: if !tbs.ReadOptionalASN1Integer(&cert.Version, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific(), 0) {
parser.go#L1021: if !tbs.SkipOptionalASN1(cryptobyte_asn1.Tag(1).ContextSpecific()) {
parser.go#L1024: if !tbs.SkipOptionalASN1(cryptobyte_asn1.Tag(2).ContextSpecific()) {
parser.go#L1030: if !tbs.ReadOptionalASN1(&extensions, &present, cryptobyte_asn1.Tag(3).Constructed().ContextSpecific()) {
parser.go#L1255: if !tbs.ReadOptionalASN1(&extensions, &present, cryptobyte_asn1.Tag(0).Constructed().ContextSpecific()) {
x509.go#L1319: b.AddASN1(cryptobyte_asn1.Tag(2).ContextSpecific(), func(b *cryptobyte.Builder) {
x509.go#L1327: b.AddASN1(cryptobyte_asn1.Tag(7).ContextSpecific(), func(b *cryptobyte.Builder) {
x509.go#L1339: b.AddASN1(cryptobyte_asn1.Tag(1).ContextSpecific(), func(b *cryptobyte.Builder) {
x509.go#L1351: b.AddASN1(cryptobyte_asn1.Tag(6).ContextSpecific(), func(b *cryptobyte.Builder) {
x509.go#L1373: b.AddASN1(cryptobyte_asn1.Tag(0).ContextSpecific().Constructed(), func(b *cryptobyte.Builder) {
x509.go#L1379: b.AddASN1(cryptobyte_asn1.Tag(1).ContextSpecific().Constructed(), func(b *cryptobyte.Builder) {
 |
The pages are generated with Golds v0.8.5. (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. |