php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_hash_whirlpool.h File Reference

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 *)
 

Macro Definition Documentation

◆ PHP_WHIRLPOOL_SPEC

#define PHP_WHIRLPOOL_SPEC   "q8b32iib64."

Definition at line 30 of file php_hash_whirlpool.h.

Function Documentation

◆ PHP_WHIRLPOOLFinal()

PHP_HASH_API void PHP_WHIRLPOOLFinal ( unsigned char digest[64],
PHP_WHIRLPOOL_CTX * context )

Definition at line 373 of file hash_whirlpool.c.

◆ PHP_WHIRLPOOLInit()

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_WHIRLPOOLUpdate()

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.