php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | PHP_GOST_CTX |
Macros | |
#define | PHP_GOST_SPEC "l16l2bb32" |
Functions | |
PHP_HASH_API void | PHP_GOSTInit (PHP_GOST_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
PHP_HASH_API void | PHP_GOSTUpdate (PHP_GOST_CTX *, const unsigned char *, size_t) |
PHP_HASH_API void | PHP_GOSTFinal (unsigned char[32], PHP_GOST_CTX *) |
#define PHP_GOST_SPEC "l16l2bb32" |
Definition at line 28 of file php_hash_gost.h.
PHP_HASH_API void PHP_GOSTFinal | ( | unsigned char | digest[32], |
PHP_GOST_CTX * | context ) |
Definition at line 284 of file hash_gost.c.
PHP_HASH_API void PHP_GOSTInit | ( | PHP_GOST_CTX * | context, |
ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 238 of file hash_gost.c.
PHP_HASH_API void PHP_GOSTUpdate | ( | PHP_GOST_CTX * | context, |
const unsigned char * | input, | ||
size_t | len ) |
Definition at line 252 of file hash_gost.c.