Searched refs:php_crypt_extended_data (Results 1 – 4 of 4) sorted by relevance
29 struct php_crypt_extended_data { struct47 struct php_crypt_extended_data *data); argument
45 PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * _…
347 des_init_local(struct php_crypt_extended_data *data) in des_init_local()357 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) in setup_salt()379 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey()465 int count, struct php_crypt_extended_data *data) in do_des()583 struct php_crypt_extended_data *data) in des_cipher()617 struct php_crypt_extended_data *data) in _crypt_extended_r()734 static struct php_crypt_extended_data data; in _crypt_extended()
190 struct php_crypt_extended_data buffer; in PHP_FUNCTION()
Completed in 12 milliseconds