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

Go to the source code of this file.

Data Structures

struct  PHP_HAVAL_CTX
 

Macros

#define PHP_HAVAL_SPEC   "l8l2b128"
 
#define PHP_HASH_HAVAL_INIT_DECL(p, b)
 

Functions

PHP_HASH_API void PHP_HAVALUpdate (PHP_HAVAL_CTX *, const unsigned char *, size_t)
 

Macro Definition Documentation

◆ PHP_HASH_HAVAL_INIT_DECL

#define PHP_HASH_HAVAL_INIT_DECL ( p,
b )
Value:
PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); \
PHP_HASH_API void PHP_HAVAL##b##Final(unsigned char*, PHP_HAVAL_CTX *);
#define PHP_HASH_API
Definition php_hash.h:144
p
Definition session.c:1105
#define ZEND_ATTRIBUTE_UNUSED
struct _zend_array HashTable
Definition zend_types.h:386

Definition at line 32 of file php_hash_haval.h.

◆ PHP_HAVAL_SPEC

#define PHP_HAVAL_SPEC   "l8l2b128"

Definition at line 30 of file php_hash_haval.h.

Function Documentation

◆ PHP_HAVALUpdate()

PHP_HASH_API void PHP_HAVALUpdate ( PHP_HAVAL_CTX * context,
const unsigned char * input,
size_t inputLen )

Definition at line 281 of file hash_haval.c.