Searched refs:crypt_policy_s (Results 1 – 1 of 1) sorted by relevance
99 struct crypt_policy_s { struct110 static struct crypt_policy_s *getcryptpolicy(void); argument111 static void free_crypt_policy(struct crypt_policy_s *policy);116 const struct crypt_policy_s *policy);220 struct crypt_policy_s *policy = NULL; in crypt_gensalt()369 static struct crypt_policy_s *374 struct crypt_policy_s *policy; in getcryptpolicy()380 policy = malloc(sizeof (struct crypt_policy_s)); in getcryptpolicy()437 alg_valid(const char *algname, const struct crypt_policy_s *policy) in alg_valid()707 free_crypt_policy(struct crypt_policy_s *policy) in free_crypt_policy()