|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | ROTR32(b, x) |
| #define | ROTR64(b, x) |
| #define | SHR(b, x) |
| #define | SHA256_F0(x, y, z) |
| #define | SHA256_F1(x, y, z) |
| #define | SHA256_F2(x) |
| #define | SHA256_F3(x) |
| #define | SHA256_F4(x) |
| #define | SHA256_F5(x) |
| #define | SHA512_F0(x, y, z) |
| #define | SHA512_F1(x, y, z) |
| #define | SHA512_F2(x) |
| #define | SHA512_F3(x) |
| #define | SHA512_F4(x) |
| #define | SHA512_F5(x) |
Variables | |
| const php_hash_ops | php_hash_sha1_ops |
| const php_hash_ops | php_hash_sha256_ops |
| const php_hash_ops | php_hash_sha224_ops |
| const php_hash_ops | php_hash_sha384_ops |
| const php_hash_ops | php_hash_sha512_ops |
| const php_hash_ops | php_hash_sha512_256_ops |
| const php_hash_ops | php_hash_sha512_224_ops |
| #define ROTR32 | ( | b, | |
| x ) |
Definition at line 113 of file hash_sha.c.
| #define ROTR64 | ( | b, | |
| x ) |
Definition at line 114 of file hash_sha.c.
| #define SHA256_F0 | ( | x, | |
| y, | |||
| z ) |
Definition at line 118 of file hash_sha.c.
| #define SHA256_F1 | ( | x, | |
| y, | |||
| z ) |
Definition at line 120 of file hash_sha.c.
| #define SHA256_F2 | ( | x | ) |
Definition at line 122 of file hash_sha.c.
| #define SHA256_F3 | ( | x | ) |
Definition at line 124 of file hash_sha.c.
| #define SHA256_F4 | ( | x | ) |
Definition at line 126 of file hash_sha.c.
| #define SHA256_F5 | ( | x | ) |
Definition at line 128 of file hash_sha.c.
| #define SHA512_F0 | ( | x, | |
| y, | |||
| z ) |
Definition at line 396 of file hash_sha.c.
| #define SHA512_F1 | ( | x, | |
| y, | |||
| z ) |
Definition at line 398 of file hash_sha.c.
| #define SHA512_F2 | ( | x | ) |
Definition at line 400 of file hash_sha.c.
| #define SHA512_F3 | ( | x | ) |
Definition at line 402 of file hash_sha.c.
| #define SHA512_F4 | ( | x | ) |
Definition at line 404 of file hash_sha.c.
| #define SHA512_F5 | ( | x | ) |
Definition at line 406 of file hash_sha.c.
| #define SHR | ( | b, | |
| x ) |
Definition at line 115 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA224Final | ( | unsigned char | digest[28], |
| PHP_SHA224_CTX * | context ) |
Definition at line 282 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA224InitArgs | ( | PHP_SHA224_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 221 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA224Update | ( | PHP_SHA224_CTX * | context, |
| const unsigned char * | input, | ||
| size_t | inputLen ) |
Definition at line 242 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA256Final | ( | unsigned char | digest[32], |
| PHP_SHA256_CTX * | context ) |
Definition at line 360 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA256InitArgs | ( | PHP_SHA256_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 143 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA256Update | ( | PHP_SHA256_CTX * | context, |
| const unsigned char * | input, | ||
| size_t | inputLen ) |
Definition at line 320 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA384Final | ( | unsigned char | digest[48], |
| PHP_SHA384_CTX * | context ) |
Definition at line 574 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA384InitArgs | ( | PHP_SHA384_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 472 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA384Update | ( | PHP_SHA384_CTX * | context, |
| const unsigned char * | input, | ||
| size_t | inputLen ) |
Definition at line 535 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512_224Final | ( | unsigned char | digest[28], |
| PHP_SHA512_CTX * | context ) |
Definition at line 786 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512_224InitArgs | ( | PHP_SHA512_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 670 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512_256Final | ( | unsigned char | digest[32], |
| PHP_SHA512_CTX * | context ) |
Definition at line 775 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512_256InitArgs | ( | PHP_SHA512_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 652 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512Final | ( | unsigned char | digest[64], |
| PHP_SHA512_CTX * | context ) |
Definition at line 731 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512InitArgs | ( | PHP_SHA512_CTX * | context, |
| ZEND_ATTRIBUTE_UNUSED HashTable * | args ) |
Definition at line 633 of file hash_sha.c.
| PHP_HASH_API void PHP_SHA512Update | ( | PHP_SHA512_CTX * | context, |
| const unsigned char * | input, | ||
| size_t | inputLen ) |
Definition at line 690 of file hash_sha.c.
| const php_hash_ops php_hash_sha1_ops |
Definition at line 66 of file hash_sha.c.
| const php_hash_ops php_hash_sha224_ops |
Definition at line 98 of file hash_sha.c.
| const php_hash_ops php_hash_sha256_ops |
Definition at line 83 of file hash_sha.c.
| const php_hash_ops php_hash_sha384_ops |
Definition at line 615 of file hash_sha.c.
| const php_hash_ops php_hash_sha512_224_ops |
Definition at line 824 of file hash_sha.c.
| const php_hash_ops php_hash_sha512_256_ops |
Definition at line 809 of file hash_sha.c.
| const php_hash_ops php_hash_sha512_ops |
Definition at line 794 of file hash_sha.c.