HomeSort by relevance Sort by last modified time
    Searched defs:ReadASN1 (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 229 if !s.ReadASN1(&bytes, asn1.INTEGER) || len(bytes) != 1 {
296 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) {
316 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) || !asn1Signed(out, bytes) {
339 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) || !asn1Unsigned(out, bytes) {
367 if !s.ReadASN1(&bytes, asn1.ENUM) || !checkASN1Integer(bytes) || !asn1Signed(&i, bytes) {
398 if !s.ReadASN1(&bytes, asn1.OBJECT_IDENTIFIER) || len(bytes) == 0 {
437 if !s.ReadASN1(&bytes, asn1.GeneralizedTime) {
456 if !s.ReadASN1(&bytes, asn1.BIT_STRING) || len(bytes) == 0 {
478 if !s.ReadASN1(&bytes, asn1.BIT_STRING) || len(bytes) == 0 {
494 return s.ReadASN1((*String)(out), tag
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 229 if !s.ReadASN1(&bytes, asn1.INTEGER) || len(bytes) != 1 {
296 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) {
316 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) || !asn1Signed(out, bytes) {
339 if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) || !asn1Unsigned(out, bytes) {
367 if !s.ReadASN1(&bytes, asn1.ENUM) || !checkASN1Integer(bytes) || !asn1Signed(&i, bytes) {
398 if !s.ReadASN1(&bytes, asn1.OBJECT_IDENTIFIER) || len(bytes) == 0 {
437 if !s.ReadASN1(&bytes, asn1.GeneralizedTime) {
456 if !s.ReadASN1(&bytes, asn1.BIT_STRING) || len(bytes) == 0 {
478 if !s.ReadASN1(&bytes, asn1.BIT_STRING) || len(bytes) == 0 {
494 return s.ReadASN1((*String)(out), tag
    [all...]

Completed in 79 milliseconds