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_JOAATInit (PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_JOAATUpdate (PHP_JOAAT_CTX *context, const unsigned char *input, size_t inputLen) |
PHP_HASH_API void | PHP_JOAATFinal (unsigned char digest[4], PHP_JOAAT_CTX *context) |
Variables | |
const php_hash_ops | php_hash_joaat_ops |
PHP_HASH_API void PHP_JOAATFinal | ( | unsigned char | digest[4], |
PHP_JOAAT_CTX * | context ) |
Definition at line 49 of file hash_joaat.c.
PHP_HASH_API void PHP_JOAATInit | ( | PHP_JOAAT_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 39 of file hash_joaat.c.
PHP_HASH_API void PHP_JOAATUpdate | ( | PHP_JOAAT_CTX * | context, |
const unsigned char * | input, | ||
size_t | inputLen ) |
Definition at line 44 of file hash_joaat.c.
const php_hash_ops php_hash_joaat_ops |
Definition at line 24 of file hash_joaat.c.