|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | round(tables, k1, k2) |
| #define | R(tables, key, h, i, t, l, r) |
| #define | X(w, u, v) |
| #define | P(key, w) |
| #define | A(x, l, r) |
| #define | AA(x, l, r) |
| #define | C(x) |
| #define | S(s, l, r) |
| #define | SHIFT12(u, m, s) |
| #define | SHIFT16(h, v, u) |
| #define | SHIFT61(h, v) |
| #define | PASS(tables) |
Functions | |
| PHP_HASH_API void | PHP_GOSTInit (PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
| PHP_HASH_API void | PHP_GOSTInitCrypto (PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args) |
| PHP_HASH_API void | PHP_GOSTUpdate (PHP_GOST_CTX *context, const unsigned char *input, size_t len) |
| PHP_HASH_API void | PHP_GOSTFinal (unsigned char digest[32], PHP_GOST_CTX *context) |
Variables | |
| const php_hash_ops | php_hash_gost_ops |
| const php_hash_ops | php_hash_gost_crypto_ops |
| #define A | ( | x, | |
| l, | |||
| r ) |
Definition at line 85 of file hash_gost.c.
| #define AA | ( | x, | |
| l, | |||
| r ) |
Definition at line 97 of file hash_gost.c.
| #define C | ( | x | ) |
Definition at line 111 of file hash_gost.c.
Definition at line 67 of file hash_gost.c.
| #define PASS | ( | tables | ) |
Definition at line 34 of file hash_gost.c.
| #define round | ( | tables, | |
| k1, | |||
| k2 ) |
Definition at line 26 of file hash_gost.c.
Definition at line 125 of file hash_gost.c.
Definition at line 152 of file hash_gost.c.
Definition at line 163 of file hash_gost.c.
| 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_GOSTInitCrypto | ( | PHP_GOST_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 244 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.
| const php_hash_ops php_hash_gost_crypto_ops |
Definition at line 335 of file hash_gost.c.
| const php_hash_ops php_hash_gost_ops |
Definition at line 320 of file hash_gost.c.