php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | round(L, C, N, SB) |
#define | DBG_SNEFRU 0 |
Functions | |
PHP_HASH_API void | PHP_SNEFRUInit (PHP_SNEFRU_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_SNEFRUUpdate (PHP_SNEFRU_CTX *context, const unsigned char *input, size_t len) |
PHP_HASH_API void | PHP_SNEFRUFinal (unsigned char digest[32], PHP_SNEFRU_CTX *context) |
Variables | |
const php_hash_ops | php_hash_snefru_ops |
#define DBG_SNEFRU 0 |
Definition at line 28 of file hash_snefru.c.
Definition at line 22 of file hash_snefru.c.
PHP_HASH_API void PHP_SNEFRUFinal | ( | unsigned char | digest[32], |
PHP_SNEFRU_CTX * | context ) |
Definition at line 170 of file hash_snefru.c.
PHP_HASH_API void PHP_SNEFRUInit | ( | PHP_SNEFRU_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 131 of file hash_snefru.c.
PHP_HASH_API void PHP_SNEFRUUpdate | ( | PHP_SNEFRU_CTX * | context, |
const unsigned char * | input, | ||
size_t | len ) |
Definition at line 138 of file hash_snefru.c.
const php_hash_ops php_hash_snefru_ops |
Definition at line 205 of file hash_snefru.c.