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

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c755 * Input the authtype ptr, the mechalis ptr and the size of the mechalias
758 * If mechalias buf is not large enough, truncate and don't indicate failure.
760 * Return the mechalias ptr on success or NULL on failure CSTYLE(any of
766 char *mechalias, /* out */
769 char *dst = mechalias;
781 return (mechalias);
785 * Convert an mechalias (ie. dh640-0) to authtype (ie. DH640-0).
786 * Input the authtype ptr, the mechalis ptr and the size of the mechalias
789 * A special mechalias of "dh192-0" will get converted to "DES".
798 const char *mechalias, /* i
764 __nis_authtype2mechalias( const char *authtype, char *mechalias, size_t mechaliaslen) argument
797 __nis_mechalias2authtype( const char *mechalias, char *authtype, size_t authtypelen) argument
[all...]

Completed in 45 milliseconds