Searched refs:crypt_data (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/crypt/ |
D | crypt-private.h | 44 extern void _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, 49 extern void __init_des_r (struct crypt_data * __restrict __data); 53 struct crypt_data * __restrict __data); 55 struct crypt_data * __restrict __data); 57 struct crypt_data * __restrict __data); 60 struct crypt_data * __restrict __data); 63 struct crypt_data * __restrict __data); 65 struct crypt_data * __restrict __data); 69 struct crypt_data * __restrict __data);
|
D | crypt-entry.c | 68 extern struct crypt_data _ufc_foobar; 76 struct crypt_data * __restrict data) in __crypt_r() 93 sizeof (struct crypt_data)); in __crypt_r() 99 sizeof (struct crypt_data)); in __crypt_r() 104 sizeof (struct crypt_data)); in __crypt_r()
|
D | crypt_util.c | 256 struct crypt_data _ufc_foobar; 330 __init_des_r (struct crypt_data * __restrict __data) in __init_des_r() 607 _ufc_setup_salt_r (const char *s, struct crypt_data * __restrict __data) in _ufc_setup_salt_r() 666 _ufc_mk_keytab_r (const char *key, struct crypt_data * __restrict __data) in _ufc_mk_keytab_r() 724 _ufc_dofinalperm_r (ufc_long *res, struct crypt_data * __restrict __data) in _ufc_dofinalperm_r() 767 struct crypt_data * __restrict __data) in _ufc_output_conversion_r() 801 struct crypt_data * __restrict __data) in __encrypt_r() 908 __setkey_r (const char *__key, struct crypt_data * __restrict __data) in __setkey_r()
|
D | crypt.h | 43 struct crypt_data struct 64 struct crypt_data * __restrict __data)
|
D | crypt.c | 37 _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, in _ufc_doit_r() 82 _ufc_doit_r (ufc_long itr, struct crypt_data * __restrict __data, in _ufc_doit_r()
|
D | badsalttest.c | 40 struct crypt_data cd; in do_test()
|
/glibc-2.36/manual/ |
D | crypt.texi | 158 @deftypefun {char *} crypt_r (const char *@var{phrase}, const char *@var{salt}, struct crypt_data *… 161 @tindex struct crypt_data 172 @var{data} must point to a @code{struct crypt_data} object allocated 173 by the caller. All of the fields of @code{struct crypt_data} are 177 erasing it again. @code{struct crypt_data} is very large, so it is 182 as is @code{struct crypt_data}.
|
/glibc-2.36/ |
D | NEWS | 3096 [22765] crypt: (struct crypt_data *data)->initialized is not set to zero
|