Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt.c46 static const struct crypt_format { struct
66 static const struct crypt_format *crypt_format = variable
79 return (crypt_format->name); in crypt_get_format()
88 const struct crypt_format *cf; in crypt_set_format()
92 crypt_format = cf; in crypt_set_format()
107 const struct crypt_format *cf; in crypt_r()
125 func = crypt_format->func; in crypt_r()