Lines Matching refs:buf

52 	(asn1buf *buf,
57 /* requires *buf is allocated, in_len is the length of an ASN.1 encoding
58 which has just been inserted in *buf
59 modifies *buf, *retlen
61 length = in_len into *buf.
66 (asn1buf *buf, const asn1_class asn1class,
71 /* requires *buf is allocated, in_len is the length of an ASN.1 encoding
72 which has just been inserted in *buf
73 modifies *buf, *retlen
76 id# = tag and length = in_len into *buf.
83 (asn1buf *buf, const unsigned int seq_len, unsigned int *len);
84 /* requires *buf is allocated, seq_len is the length of a series of
85 sequence components which have just been inserted in *buf
86 modifies *buf, *retlen
88 in *buf. Returns the length of this encoding in *retlen.
92 (asn1buf *buf, const unsigned int set_len,
94 /* requires *buf is allocated, seq_len is the length of a series of
95 sequence components which have just been inserted in *buf
96 modifies *buf, *retlen
97 effects Inserts the set header for a set of length set_len in *buf.
102 (asn1buf *buf,
105 /* requires *buf is allocated, len is the length of *string
106 effects Inserts the encoding of *string (a series of octets) in *buf.
116 (asn1buf *buf, const unsigned int in_len,
118 /* requires *buf is allocated, in_len is the length of an ASN.1 encoding
119 which has just been inserted in *buf
120 modifies *buf, *retlen
121 effects inserts length octet(s) for in_len into *buf */
125 (asn1buf *buf,
130 /* requires *buf is allocated, asn1class and tagnum are appropriate for
131 the ASN.1 encoding which has just been inserted in *buf
132 modifies *buf, *retlen
134 into *buf */