Searched defs:utf82ascstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c135 * utf82ascstr - Convert a UTF8STRING string to a regular C ASCII string.
149 utf82ascstr(ASN1_UTF8STRING *ustr) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c119 { ERR_PACK(0, SUNW_F_UTF82ASCSTR, 0), "utf82ascstr" },
198 static uchar_t *utf82ascstr(ASN1_UTF8STRING *);
679 str = utf82ascstr(cert->aux->alias);
728 str = utf82ascstr(cert->aux->alias);
1343 *((uchar_t **)fname) = utf82ascstr(cert->aux->alias);
2337 * utf82ascstr - Convert a UTF8STRING string to a regular C ASCII string.
2351 utf82ascstr(ASN1_UTF8STRING *ustr) function

Completed in 56 milliseconds