Lines Matching refs:end
86 unsigned char *end; /* Octet after last octet */ member
101 ctx->end = buf + len; in asn1_open()
109 if (ctx->pointer >= ctx->end) { in asn1_octet_decode()
123 if (ctx->pointer >= ctx->end) {
205 if (*len > ctx->end - ctx->pointer) in asn1_length_decode()
487 unsigned char *end; in decode_negTokenInit() local
497 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
507 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
511 rc = asn1_oid_decode(&ctx, end, &oid, &oidlen); in decode_negTokenInit()
528 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
534 cls, con, tag, end, *end); 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()
568 cls, con, tag, end, *end); in decode_negTokenInit()
574 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
580 if (asn1_oid_decode(&ctx, end, &oid, &oidlen)) { in decode_negTokenInit()