Lines Matching refs:asn1_ctx
82 struct asn1_ctx {
98 asn1_open(struct asn1_ctx *ctx, unsigned char *buf, unsigned int len)
107 asn1_octet_decode(struct asn1_ctx *ctx, unsigned char *ch)
119 asn1_enum_decode(struct asn1_ctx *ctx, __le32 *val)
140 asn1_tag_decode(struct asn1_ctx *ctx, unsigned int *tag)
156 asn1_id_decode(struct asn1_ctx *ctx,
176 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len)
212 asn1_header_decode(struct asn1_ctx *ctx,
237 asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc)
267 /* static unsigned char asn1_null_decode(struct asn1_ctx *ctx,
274 static unsigned char asn1_long_decode(struct asn1_ctx *ctx,
301 static unsigned char asn1_uint_decode(struct asn1_ctx *ctx,
332 static unsigned char asn1_ulong_decode(struct asn1_ctx *ctx,
364 asn1_octets_decode(struct asn1_ctx *ctx,
390 asn1_subid_decode(struct asn1_ctx *ctx, unsigned long *subid)
407 asn1_oid_decode(struct asn1_ctx *ctx,
486 struct asn1_ctx ctx;