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

Go to the source code of this file.

Data Structures

struct  PHP_JOAAT_CTX
 

Macros

#define PHP_JOAAT_SPEC   "l."
 

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)
 

Macro Definition Documentation

◆ PHP_JOAAT_SPEC

#define PHP_JOAAT_SPEC   "l."

Definition at line 23 of file php_hash_joaat.h.

Function Documentation

◆ PHP_JOAATFinal()

PHP_HASH_API void PHP_JOAATFinal ( unsigned char digest[4],
PHP_JOAAT_CTX * context )

Definition at line 49 of file hash_joaat.c.

◆ PHP_JOAATInit()

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

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.