php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_crypt_extended_data Struct Reference

#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]
 

Detailed Description

Definition at line 8 of file crypt_freesec.h.

Field Documentation

◆ de_keysl

uint32_t php_crypt_extended_data::de_keysl[16]

Definition at line 13 of file crypt_freesec.h.

◆ de_keysr

uint32_t php_crypt_extended_data::de_keysr[16]

Definition at line 13 of file crypt_freesec.h.

◆ en_keysl

uint32_t php_crypt_extended_data::en_keysl[16]

Definition at line 12 of file crypt_freesec.h.

◆ en_keysr

uint32_t php_crypt_extended_data::en_keysr[16]

Definition at line 12 of file crypt_freesec.h.

◆ initialized

int php_crypt_extended_data::initialized

Definition at line 9 of file crypt_freesec.h.

◆ old_rawkey0

uint32_t php_crypt_extended_data::old_rawkey0

Definition at line 14 of file crypt_freesec.h.

◆ old_rawkey1

uint32_t php_crypt_extended_data::old_rawkey1

Definition at line 14 of file crypt_freesec.h.

◆ old_salt

uint32_t php_crypt_extended_data::old_salt

Definition at line 11 of file crypt_freesec.h.

◆ output

char php_crypt_extended_data::output[21]

Definition at line 15 of file crypt_freesec.h.

◆ saltbits

uint32_t php_crypt_extended_data::saltbits

Definition at line 10 of file crypt_freesec.h.


The documentation for this struct was generated from the following file: