Home
last modified time | relevance | path

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

/NextBSD/lib/libcrypt/
HDcrypt.c48 static const struct crypt_format { struct
68 static const struct crypt_format *crypt_format = argument
81 return (crypt_format->name); in crypt_get_format()
90 const struct crypt_format *cf; in crypt_set_format()
94 crypt_format = cf; in crypt_set_format()
109 const struct crypt_format *cf; in crypt()
122 return (crypt_format->func(passwd, salt)); in crypt()