Go to the source code of this file.
|
PHP_HASH_API const php_hash_ops * | php_hash_fetch_ops (zend_string *algo) |
|
PHP_HASH_API void | php_hash_register_algo (const char *algo, const php_hash_ops *ops) |
|
PHP_HASH_API zend_result | php_hash_copy (const void *ops, const void *orig_context, void *dest_context) |
|
PHP_HASH_API zend_result | php_hash_serialize_spec (const php_hashcontext_object *hash, zval *zv, const char *spec) |
|
PHP_HASH_API int | php_hash_unserialize_spec (php_hashcontext_object *hash, const zval *zv, const char *spec) |
|
PHP_HASH_API zend_result | php_hash_serialize (const php_hashcontext_object *hash, zend_long *magic, zval *zv) |
|
PHP_HASH_API int | php_hash_unserialize (php_hashcontext_object *hash, zend_long magic, const zval *zv) |
|
| PHP_FUNCTION (hash) |
|
| PHP_FUNCTION (hash_file) |
|
| PHP_FUNCTION (hash_hmac) |
|
| PHP_FUNCTION (hash_hmac_file) |
|
| PHP_FUNCTION (hash_init) |
|
| PHP_FUNCTION (hash_update) |
|
| PHP_FUNCTION (hash_update_stream) |
|
| PHP_FUNCTION (hash_update_file) |
|
| PHP_FUNCTION (hash_final) |
|
| PHP_FUNCTION (hash_copy) |
|
| PHP_FUNCTION (hash_algos) |
|
| PHP_FUNCTION (hash_hmac_algos) |
|
| PHP_FUNCTION (hash_hkdf) |
|
| PHP_FUNCTION (hash_pbkdf2) |
|
| PHP_FUNCTION (hash_equals) |
|
| PHP_METHOD (HashContext, __construct) |
|
| PHP_METHOD (HashContext, __serialize) |
|
| PHP_METHOD (HashContext, __unserialize) |
|
| ZEND_METHOD (HashContext, __debugInfo) |
|
| PHP_MINIT_FUNCTION (hash) |
|
| PHP_MSHUTDOWN_FUNCTION (hash) |
|
| PHP_MINFO_FUNCTION (hash) |
|
◆ __alignof__
Value:
#define offsetof(STRUCTURE, FIELD)
Definition at line 40 of file hash.c.
◆ PHP_HASH_HAVAL_REGISTER
#define PHP_HASH_HAVAL_REGISTER |
( |
| p, |
|
|
| b ) |
Value:
PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops)
Definition at line 1150 of file hash.c.
◆ PHP_HASHCONTEXT_VERIFY
Value: { \
zend_argument_type_error(1, "must be a valid, non-finalized HashContext"); \
RETURN_THROWS(); \
} \
}
hash(string $algo, string $data, bool $binary=false, array $options=[])
Definition at line 681 of file hash.c.
◆ PHP_FUNCTION() [1/15]
◆ PHP_FUNCTION() [2/15]
◆ PHP_FUNCTION() [3/15]
◆ PHP_FUNCTION() [4/15]
◆ PHP_FUNCTION() [5/15]
◆ PHP_FUNCTION() [6/15]
◆ PHP_FUNCTION() [7/15]
◆ PHP_FUNCTION() [8/15]
◆ PHP_FUNCTION() [9/15]
◆ PHP_FUNCTION() [10/15]
◆ PHP_FUNCTION() [11/15]
◆ PHP_FUNCTION() [12/15]
◆ PHP_FUNCTION() [13/15]
◆ PHP_FUNCTION() [14/15]
◆ PHP_FUNCTION() [15/15]
◆ php_hash_copy()
◆ php_hash_fetch_ops()
◆ php_hash_register_algo()
◆ php_hash_serialize()
◆ php_hash_serialize_spec()
◆ php_hash_unserialize()
◆ php_hash_unserialize_spec()
◆ PHP_METHOD() [1/3]
◆ PHP_METHOD() [2/3]
◆ PHP_METHOD() [3/3]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
hash | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
hash | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
hash | | ) |
|
◆ ZEND_METHOD()
◆ hash_module_entry
Initial value:= {
ext_functions,
}
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES
Definition at line 1707 of file hash.c.
◆ php_hashcontext_ce