php_crypt_extended_data  155 ext/standard/crypt.c 		struct php_crypt_extended_data buffer;
php_crypt_extended_data  347 ext/standard/crypt_freesec.c des_init_local(struct php_crypt_extended_data *data)
php_crypt_extended_data  357 ext/standard/crypt_freesec.c setup_salt(uint32_t salt, struct php_crypt_extended_data *data)
php_crypt_extended_data  379 ext/standard/crypt_freesec.c des_setkey(const char *key, struct php_crypt_extended_data *data)
php_crypt_extended_data  465 ext/standard/crypt_freesec.c 	int count, struct php_crypt_extended_data *data)
php_crypt_extended_data  583 ext/standard/crypt_freesec.c 	struct php_crypt_extended_data *data)
php_crypt_extended_data  617 ext/standard/crypt_freesec.c 	struct php_crypt_extended_data *data)
php_crypt_extended_data  734 ext/standard/crypt_freesec.c 	static struct php_crypt_extended_data data;
php_crypt_extended_data   34 ext/standard/crypt_freesec.h 	struct php_crypt_extended_data *data);
php_crypt_extended_data   45 ext/standard/php_crypt_r.h PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * __data);