Searched defs:authtype (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 754 * Convert an authtype (ie. DH640-0) to mechanism alias (ie. dh640-0). 755 * Input the authtype ptr, the mechalis ptr and the size of the mechalias 765 const char *authtype, /* in */ 770 const char *src = authtype; 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 791 * If authtype buf is not large enough, truncate and don't indicate failure. 793 * Return the authtype ptr on success or NULL on failure (any of 799 char *authtype, /* out */ 804 char *dst = authtype; 764 __nis_authtype2mechalias( const char *authtype, char *mechalias, size_t mechaliaslen) argument 797 __nis_mechalias2authtype( const char *mechalias, char *authtype, size_t authtypelen) argument 895 __nis_keyalg2authtype( keylen_t keylen, algtype_t algtype, char *authtype, size_t authtype_len) argument [all...] |
Completed in 34 milliseconds