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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c112 static struct crypt_alg_s *getalgbyname(const char *algname, boolean_t *found);
170 * If we can't find it in crypt.conf then getalgbyname would
173 * the plugin so we fail leaving errno set to what getalgbyname()
181 alg = getalgbyname(algname, &found);
249 alg = getalgbyname(algname, &found);
475 * getalgbyname - read crypt.conf(4) looking for algname
485 getalgbyname(const char *algname, boolean_t *found) function

Completed in 45 milliseconds