php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | PHP_WHIRLPOOL_CTX |
Macros | |
#define | PHP_WHIRLPOOL_SPEC "q8b32iib64." |
Functions | |
PHP_HASH_API void | PHP_WHIRLPOOLInit (PHP_WHIRLPOOL_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *) |
PHP_HASH_API void | PHP_WHIRLPOOLUpdate (PHP_WHIRLPOOL_CTX *, const unsigned char *, size_t) |
PHP_HASH_API void | PHP_WHIRLPOOLFinal (unsigned char[64], PHP_WHIRLPOOL_CTX *) |
#define PHP_WHIRLPOOL_SPEC "q8b32iib64." |
Definition at line 30 of file php_hash_whirlpool.h.
PHP_HASH_API void PHP_WHIRLPOOLFinal | ( | unsigned char | digest[64], |
PHP_WHIRLPOOL_CTX * | context ) |
Definition at line 373 of file hash_whirlpool.c.
PHP_HASH_API void PHP_WHIRLPOOLInit | ( | PHP_WHIRLPOOL_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 266 of file hash_whirlpool.c.
PHP_HASH_API void PHP_WHIRLPOOLUpdate | ( | PHP_WHIRLPOOL_CTX * | context, |
const unsigned char * | input, | ||
size_t | len ) |
Definition at line 271 of file hash_whirlpool.c.