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

/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt.c48 static const struct crypt_format { struct
68 static const struct crypt_format *crypt_format = variable in typeref:struct:crypt_format
81 return (crypt_format->name);
90 const struct crypt_format *cf;
94 crypt_format = cf;
109 const struct crypt_format *cf;
122 return (crypt_format->func(passwd, salt));

Completed in 72 milliseconds