Searched defs:crypt_data (Results 1 – 2 of 2) sorted by relevance
40 struct crypt_data { struct41 int initialized; /* For compatibility with glibc. */42 char __buf[256]; /* Buffer returned by crypt_r(). */
489 struct crypt_data { struct501 char *crypt_r(const char *, const char *, struct crypt_data *); argument