php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
PHP_HASH_API void | PHP_FNV132Init (PHP_FNV132_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_FNV132Update (PHP_FNV132_CTX *context, const unsigned char *input, size_t inputLen) |
PHP_HASH_API void | PHP_FNV1a32Update (PHP_FNV132_CTX *context, const unsigned char *input, size_t inputLen) |
PHP_HASH_API void | PHP_FNV132Final (unsigned char digest[4], PHP_FNV132_CTX *context) |
PHP_HASH_API void | PHP_FNV164Init (PHP_FNV164_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_FNV164Update (PHP_FNV164_CTX *context, const unsigned char *input, size_t inputLen) |
PHP_HASH_API void | PHP_FNV1a64Update (PHP_FNV164_CTX *context, const unsigned char *input, size_t inputLen) |
PHP_HASH_API void | PHP_FNV164Final (unsigned char digest[8], PHP_FNV164_CTX *context) |
Variables | |
const php_hash_ops | php_hash_fnv132_ops |
const php_hash_ops | php_hash_fnv1a32_ops |
const php_hash_ops | php_hash_fnv164_ops |
const php_hash_ops | php_hash_fnv1a64_ops |
PHP_HASH_API void PHP_FNV132Final | ( | unsigned char | digest[4], |
PHP_FNV132_CTX * | context ) |
Definition at line 104 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV132Init | ( | PHP_FNV132_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 86 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV132Update | ( | PHP_FNV132_CTX * | context, |
const unsigned char * | input, | ||
size_t | inputLen ) |
Definition at line 92 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV164Final | ( | unsigned char | digest[8], |
PHP_FNV164_CTX * | context ) |
Definition at line 139 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV164Init | ( | PHP_FNV164_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 121 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV164Update | ( | PHP_FNV164_CTX * | context, |
const unsigned char * | input, | ||
size_t | inputLen ) |
Definition at line 127 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV1a32Update | ( | PHP_FNV132_CTX * | context, |
const unsigned char * | input, | ||
size_t | inputLen ) |
Definition at line 98 of file hash_fnv.c.
PHP_HASH_API void PHP_FNV1a64Update | ( | PHP_FNV164_CTX * | context, |
const unsigned char * | input, | ||
size_t | inputLen ) |
Definition at line 133 of file hash_fnv.c.
const php_hash_ops php_hash_fnv132_ops |
Definition at line 23 of file hash_fnv.c.
const php_hash_ops php_hash_fnv164_ops |
Definition at line 53 of file hash_fnv.c.
const php_hash_ops php_hash_fnv1a32_ops |
Definition at line 38 of file hash_fnv.c.
const php_hash_ops php_hash_fnv1a64_ops |
Definition at line 68 of file hash_fnv.c.