Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
Dcrypt-entry.c75 __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()
Dcrypt-private.h68 extern char *__crypt_r (const char *__key, const char *__salt,
/glibc-2.36/ChangeLog.old/
DChangeLog.91090 * 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.
DChangeLog.72648 * sysdeps/generic/crypt.h: Declare __crypt_r.
DChangeLog.1813116 * 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.