Searched refs:__crypt_r (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/crypt/ |
D | crypt-entry.c | 75 __crypt_r (const char *key, const char *salt, in __crypt_r() function 156 weak_alias (__crypt_r, crypt_r) in weak_alias() argument 177 return __crypt_r (key, salt, &_ufc_foobar); in weak_alias()
|
D | crypt-private.h | 68 extern char *__crypt_r (const char *__key, const char *__salt,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 1090 * sysdeps/generic/crypt-entry.c: Prototype __crypt_r, suppress 1092 (__crypt_r): Add __restrict. 1695 * crypt/sysdeps/unix/crypt.h: Move __crypt_r, __setkey_r, 1707 * crypt/sysdeps/unix/crypt-entry.c (crypt): Use __crypt_r not crypt_r.
|
D | ChangeLog.7 | 2648 * sysdeps/generic/crypt.h: Declare __crypt_r.
|
D | ChangeLog.18 | 13116 * crypt/crypt-entry.c (__crypt_r): Clear key-dependent intermediate 28097 * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style 76641 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled. 76651 (__crypt_r): Return NULL with EINVAL for bad salt.
|