Searched refs:crypt_policy_s (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c99 struct crypt_policy_s { struct
110 static struct crypt_policy_s *getcryptpolicy(void);
111 static void free_crypt_policy(struct crypt_policy_s *policy);
116 const struct crypt_policy_s *policy);
220 struct crypt_policy_s *policy = NULL;
367 * getcryptpolicy - read /etc/security/policy.conf into a crypt_policy_s
369 static struct crypt_policy_s *
374 struct crypt_policy_s *policy;
380 policy = malloc(sizeof (struct crypt_policy_s));
437 alg_valid(const char *algname, const struct crypt_policy_s *polic
[all...]

Completed in 21 milliseconds