Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libcrypt/
H A Dcrypt.c47 static const struct crypt_format { struct
67 static const struct crypt_format *crypt_format = argument
80 return (crypt_format->name); in crypt_get_format()
89 const struct crypt_format *cf; in crypt_set_format()
93 crypt_format = cf; in crypt_set_format()
108 const struct crypt_format *cf; in crypt_r()
126 func = crypt_format->func; in crypt_r()