Lines Matching full:name

1 .TH "hx509 name functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*-
4 .SH NAME
5 hx509 name functions \-
10 .RI "int \fBhx509_name_to_string\fP (const hx509_name name, char **str)"
16 .RI "int \fBhx509_parse_name\fP (hx509_context context, const char *str, hx509_name *name)"
22 .RI "int \fBhx509_name_to_Name\fP (const hx509_name from, Name *to)"
25 .RI "int \fBhx509_name_expand\fP (hx509_context context, hx509_name name, hx509_env env)"
28 .RI "void \fBhx509_name_free\fP (hx509_name *name)"
34 .RI "int \fBhx509_name_binary\fP (const hx509_name name, heim_octet_string *os)"
37 .RI "int \fBhx509_name_is_null_p\fP (const hx509_name name)"
40 .RI "int \fBhx509_general_name_unparse\fP (GeneralName *name, char **str)"
48 .SS "int hx509_general_name_unparse (GeneralName * name, char ** str)"
50 Unparse the hx509 name in name into a string.
54 \fIname\fP the name to print
56 \fIstr\fP an allocated string returns the name in string form
65 .SS "int hx509_name_binary (const hx509_name name, heim_octet_string * os)"
67 Convert a hx509_name object to DER encoded name.
71 \fIname\fP name to concert
73 \fIos\fP data to a DER encoded name, free the resulting octet string with hx509_xfree(os->data).
84 Compare to hx509 name object, useful for sorting.
88 \fIn1\fP a hx509 name object.
90 \fIn2\fP a hx509 name object.
101 Copy a hx509 name object.
107 \fIfrom\fP the name to copy from
109 \fIto\fP the name to copy to
118 .SS "int hx509_name_expand (hx509_context context, hx509_name name, hx509_env env)"
120 Expands variables in the name using env. Variables are on the form ${name}. Useful when dealing wit…
126 \fIname\fP the name to expand.
139 .SS "void hx509_name_free (hx509_name * name)"
141 Free a hx509 name object, upond return *name will be NULL.
145 \fIname\fP a hx509 name object to be freed.
149 .SS "int hx509_name_is_null_p (const hx509_name name)"
151 Unparse the hx509 name in name into a string.
155 \fIname\fP the name to check if its empty/null.
160 non zero if the name is empty/null.
164 .SS "int hx509_name_to_Name (const hx509_name from, Name * to)"
166 Convert a hx509_name into a Name.
170 \fIfrom\fP the name to copy from
172 \fIto\fP the name to copy to
181 .SS "int hx509_name_to_string (const hx509_name name, char ** str)"
183 Convert the hx509 name object into a printable string. The resulting string should be freed with fr…
187 \fIname\fP name to print
198 .SS "int hx509_parse_name (hx509_context context, const char * str, hx509_name * name)"
200 Parse a string into a hx509 name object.
208 \fIname\fP the resulting object, NULL in case of error.
219 Convert a DER encoded name info a string.
223 \fIdata\fP data to a DER/BER encoded name