Lines Matching full:octet
129 and octet strings are always encoded in primitive form. In addition, these
130 lightweight BER functions restrict tags and class to fit in a single octet
133 constructed bit in the first octet of the encoding. This man page describes
169 BER encoding is used as the value of an OCTET STRING. The length of the value
186 Octet string. A char ** should be supplied. Memory is allocated, filled with
187 the contents of the octet string, null-terminated, and returned in the
197 Octet string. A char * buffer should be supplied, followed by a pointer to an
199 null-terminated octet string is put into the buffer, and the integer is set to
200 the actual size of the octet string.
209 Octet string. A struct ber_val ** should be supplied, which upon return points
210 to a memory allocated struct berval containing the octet string and its length.
259 Sequence of octet strings. A char *** should be supplied, which upon return
261 octet strings. \fINULL\fR is returned if the sequence is empty.
270 Sequence of octet strings with lengths. A struct berval *** should be supplied,
272 berval *'s containing the octet strings and their lengths. \fINULL\fR is
331 The \fBber_get_stringb()\fR function is used to read an octet string into a
333 of the buffer, and will contain the length of the octet string read upon
334 return. The buffer should be big enough to take the octet string value plus a
339 which an octet string is read.
343 which an octet string and its length are read. It takes a \fBstruct berval