Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt.c50 } crypt_formats[] = { variable
67 &crypt_formats[(sizeof crypt_formats / sizeof *crypt_formats) - 2];
90 for (cf = crypt_formats; cf->name != NULL; ++cf) { in crypt_set_format()
113 for (cf = crypt_formats; cf->name != NULL; ++cf) in crypt_r()