Lines Matching refs:end
97 unsigned char *end; /* Octet after last octet */ member
112 ctx->end = buf + len; in asn1_open()
120 if (ctx->pointer >= ctx->end) { in asn1_octet_decode()
134 if (ctx->pointer >= ctx->end) {
216 if (*len > ctx->end - ctx->pointer) in asn1_length_decode()
498 unsigned char *end; in decode_negTokenInit() local
508 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
518 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
522 rc = asn1_oid_decode(&ctx, end, &oid, &oidlen); in decode_negTokenInit()
539 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
545 cls, con, tag, end, *end); in decode_negTokenInit()
550 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
556 cls, con, tag, end, *end); in decode_negTokenInit()
561 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
567 cls, con, tag, end, *end); in decode_negTokenInit()
579 cls, con, tag, end, *end); in decode_negTokenInit()
585 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
591 if (asn1_oid_decode(&ctx, end, &oid, &oidlen)) { in decode_negTokenInit()