php_crypt_extended_data  162 ext/standard/crypt.c 		struct php_crypt_extended_data buffer;
php_crypt_extended_data  345 ext/standard/crypt_freesec.c des_init_local(struct php_crypt_extended_data *data)
php_crypt_extended_data  355 ext/standard/crypt_freesec.c setup_salt(uint32_t salt, struct php_crypt_extended_data *data)
php_crypt_extended_data  377 ext/standard/crypt_freesec.c des_setkey(const char *key, struct php_crypt_extended_data *data)
php_crypt_extended_data  463 ext/standard/crypt_freesec.c 	int count, struct php_crypt_extended_data *data)
php_crypt_extended_data  581 ext/standard/crypt_freesec.c 	struct php_crypt_extended_data *data)
php_crypt_extended_data  615 ext/standard/crypt_freesec.c 	struct php_crypt_extended_data *data)
php_crypt_extended_data  732 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);