php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <crypt_freesec.h>
Data Fields | |
int | initialized |
uint32_t | saltbits |
uint32_t | old_salt |
uint32_t | en_keysl [16] |
uint32_t | en_keysr [16] |
uint32_t | de_keysl [16] |
uint32_t | de_keysr [16] |
uint32_t | old_rawkey0 |
uint32_t | old_rawkey1 |
char | output [21] |
Definition at line 8 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::de_keysl[16] |
Definition at line 13 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::de_keysr[16] |
Definition at line 13 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::en_keysl[16] |
Definition at line 12 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::en_keysr[16] |
Definition at line 12 of file crypt_freesec.h.
int php_crypt_extended_data::initialized |
Definition at line 9 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::old_rawkey0 |
Definition at line 14 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::old_rawkey1 |
Definition at line 14 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::old_salt |
Definition at line 11 of file crypt_freesec.h.
char php_crypt_extended_data::output[21] |
Definition at line 15 of file crypt_freesec.h.
uint32_t php_crypt_extended_data::saltbits |
Definition at line 10 of file crypt_freesec.h.