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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c115 static boolean_t alg_valid(const char *algname,
239 if (!alg_valid(algname, policy)) {
434 * alg_valid - is this algorithm valid given the policy ?
437 alg_valid(const char *algname, const struct crypt_policy_s *policy) function

Completed in 60 milliseconds