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

Data Fields

bool is_aead
 
bool is_single_run_aead
 
bool set_tag_length_always
 
bool set_tag_length_when_encrypting
 
int aead_get_tag_flag
 
int aead_set_tag_flag
 
int aead_ivlen_flag
 

Detailed Description

Definition at line 7618 of file openssl.c.

Field Documentation

◆ aead_get_tag_flag

int php_openssl_cipher_mode::aead_get_tag_flag

Definition at line 7623 of file openssl.c.

◆ aead_ivlen_flag

int php_openssl_cipher_mode::aead_ivlen_flag

Definition at line 7625 of file openssl.c.

◆ aead_set_tag_flag

int php_openssl_cipher_mode::aead_set_tag_flag

Definition at line 7624 of file openssl.c.

◆ is_aead

bool php_openssl_cipher_mode::is_aead

Definition at line 7619 of file openssl.c.

◆ is_single_run_aead

bool php_openssl_cipher_mode::is_single_run_aead

Definition at line 7620 of file openssl.c.

◆ set_tag_length_always

bool php_openssl_cipher_mode::set_tag_length_always

Definition at line 7621 of file openssl.c.

◆ set_tag_length_when_encrypting

bool php_openssl_cipher_mode::set_tag_length_when_encrypting

Definition at line 7622 of file openssl.c.


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