php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
openssl_arginfo.h File Reference

Go to the source code of this file.

Macros

#define arginfo_openssl_get_publickey   arginfo_openssl_pkey_get_public
 
#define arginfo_openssl_free_key   arginfo_openssl_pkey_free
 
#define arginfo_openssl_get_privatekey   arginfo_openssl_pkey_get_private
 
#define arginfo_openssl_get_cipher_methods   arginfo_openssl_get_md_methods
 
#define arginfo_openssl_cipher_key_length   arginfo_openssl_cipher_iv_length
 
#define arginfo_openssl_spki_export_challenge   arginfo_openssl_spki_export
 

Functions

 ZEND_FUNCTION (openssl_x509_export_to_file)
 
 ZEND_FUNCTION (openssl_x509_export)
 
 ZEND_FUNCTION (openssl_x509_fingerprint)
 
 ZEND_FUNCTION (openssl_x509_check_private_key)
 
 ZEND_FUNCTION (openssl_x509_verify)
 
 ZEND_FUNCTION (openssl_x509_parse)
 
 ZEND_FUNCTION (openssl_x509_checkpurpose)
 
 ZEND_FUNCTION (openssl_x509_read)
 
 ZEND_FUNCTION (openssl_x509_free)
 
 ZEND_FUNCTION (openssl_pkcs12_export_to_file)
 
 ZEND_FUNCTION (openssl_pkcs12_export)
 
 ZEND_FUNCTION (openssl_pkcs12_read)
 
 ZEND_FUNCTION (openssl_csr_export_to_file)
 
 ZEND_FUNCTION (openssl_csr_export)
 
 ZEND_FUNCTION (openssl_csr_sign)
 
 ZEND_FUNCTION (openssl_csr_new)
 
 ZEND_FUNCTION (openssl_csr_get_subject)
 
 ZEND_FUNCTION (openssl_csr_get_public_key)
 
 ZEND_FUNCTION (openssl_pkey_new)
 
 ZEND_FUNCTION (openssl_pkey_export_to_file)
 
 ZEND_FUNCTION (openssl_pkey_export)
 
 ZEND_FUNCTION (openssl_pkey_get_public)
 
 ZEND_FUNCTION (openssl_pkey_free)
 
 ZEND_FUNCTION (openssl_pkey_get_private)
 
 ZEND_FUNCTION (openssl_pkey_get_details)
 
 ZEND_FUNCTION (openssl_pbkdf2)
 
 ZEND_FUNCTION (openssl_pkcs7_verify)
 
 ZEND_FUNCTION (openssl_pkcs7_encrypt)
 
 ZEND_FUNCTION (openssl_pkcs7_sign)
 
 ZEND_FUNCTION (openssl_pkcs7_decrypt)
 
 ZEND_FUNCTION (openssl_pkcs7_read)
 
 ZEND_FUNCTION (openssl_cms_verify)
 
 ZEND_FUNCTION (openssl_cms_encrypt)
 
 ZEND_FUNCTION (openssl_cms_sign)
 
 ZEND_FUNCTION (openssl_cms_decrypt)
 
 ZEND_FUNCTION (openssl_cms_read)
 
 ZEND_FUNCTION (openssl_private_encrypt)
 
 ZEND_FUNCTION (openssl_private_decrypt)
 
 ZEND_FUNCTION (openssl_public_encrypt)
 
 ZEND_FUNCTION (openssl_public_decrypt)
 
 ZEND_FUNCTION (openssl_error_string)
 
 ZEND_FUNCTION (openssl_sign)
 
 ZEND_FUNCTION (openssl_verify)
 
 ZEND_FUNCTION (openssl_seal)
 
 ZEND_FUNCTION (openssl_open)
 
 ZEND_FUNCTION (openssl_get_md_methods)
 
 ZEND_FUNCTION (openssl_get_cipher_methods)
 
 ZEND_FUNCTION (openssl_digest)
 
 ZEND_FUNCTION (openssl_encrypt)
 
 ZEND_FUNCTION (openssl_decrypt)
 
 ZEND_FUNCTION (openssl_cipher_iv_length)
 
 ZEND_FUNCTION (openssl_cipher_key_length)
 
 ZEND_FUNCTION (openssl_dh_compute_key)
 
 ZEND_FUNCTION (openssl_pkey_derive)
 
 ZEND_FUNCTION (openssl_random_pseudo_bytes)
 
 ZEND_FUNCTION (openssl_spki_new)
 
 ZEND_FUNCTION (openssl_spki_verify)
 
 ZEND_FUNCTION (openssl_spki_export)
 
 ZEND_FUNCTION (openssl_spki_export_challenge)
 
 ZEND_FUNCTION (openssl_get_cert_locations)
 

Macro Definition Documentation

◆ arginfo_openssl_cipher_key_length

#define arginfo_openssl_cipher_key_length   arginfo_openssl_cipher_iv_length

Definition at line 354 of file openssl_arginfo.h.

◆ arginfo_openssl_free_key

#define arginfo_openssl_free_key   arginfo_openssl_pkey_free

Definition at line 141 of file openssl_arginfo.h.

◆ arginfo_openssl_get_cipher_methods

#define arginfo_openssl_get_cipher_methods   arginfo_openssl_get_md_methods

Definition at line 316 of file openssl_arginfo.h.

◆ arginfo_openssl_get_privatekey

#define arginfo_openssl_get_privatekey   arginfo_openssl_pkey_get_private

Definition at line 148 of file openssl_arginfo.h.

◆ arginfo_openssl_get_publickey

#define arginfo_openssl_get_publickey   arginfo_openssl_pkey_get_public

Definition at line 135 of file openssl_arginfo.h.

◆ arginfo_openssl_spki_export_challenge

#define arginfo_openssl_spki_export_challenge   arginfo_openssl_spki_export

Definition at line 386 of file openssl_arginfo.h.

Function Documentation

◆ ZEND_FUNCTION() [1/60]

ZEND_FUNCTION ( openssl_cipher_iv_length )

◆ ZEND_FUNCTION() [2/60]

ZEND_FUNCTION ( openssl_cipher_key_length )

◆ ZEND_FUNCTION() [3/60]

ZEND_FUNCTION ( openssl_cms_decrypt )

◆ ZEND_FUNCTION() [4/60]

ZEND_FUNCTION ( openssl_cms_encrypt )

◆ ZEND_FUNCTION() [5/60]

ZEND_FUNCTION ( openssl_cms_read )

◆ ZEND_FUNCTION() [6/60]

ZEND_FUNCTION ( openssl_cms_sign )

◆ ZEND_FUNCTION() [7/60]

ZEND_FUNCTION ( openssl_cms_verify )

◆ ZEND_FUNCTION() [8/60]

ZEND_FUNCTION ( openssl_csr_export )

◆ ZEND_FUNCTION() [9/60]

ZEND_FUNCTION ( openssl_csr_export_to_file )

◆ ZEND_FUNCTION() [10/60]

ZEND_FUNCTION ( openssl_csr_get_public_key )

◆ ZEND_FUNCTION() [11/60]

ZEND_FUNCTION ( openssl_csr_get_subject )

◆ ZEND_FUNCTION() [12/60]

ZEND_FUNCTION ( openssl_csr_new )

◆ ZEND_FUNCTION() [13/60]

ZEND_FUNCTION ( openssl_csr_sign )

◆ ZEND_FUNCTION() [14/60]

ZEND_FUNCTION ( openssl_decrypt )

◆ ZEND_FUNCTION() [15/60]

ZEND_FUNCTION ( openssl_dh_compute_key )

◆ ZEND_FUNCTION() [16/60]

ZEND_FUNCTION ( openssl_digest )

◆ ZEND_FUNCTION() [17/60]

ZEND_FUNCTION ( openssl_encrypt )

◆ ZEND_FUNCTION() [18/60]

ZEND_FUNCTION ( openssl_error_string )

◆ ZEND_FUNCTION() [19/60]

ZEND_FUNCTION ( openssl_get_cert_locations )

◆ ZEND_FUNCTION() [20/60]

ZEND_FUNCTION ( openssl_get_cipher_methods )

◆ ZEND_FUNCTION() [21/60]

ZEND_FUNCTION ( openssl_get_md_methods )

◆ ZEND_FUNCTION() [22/60]

ZEND_FUNCTION ( openssl_open )

◆ ZEND_FUNCTION() [23/60]

ZEND_FUNCTION ( openssl_pbkdf2 )

◆ ZEND_FUNCTION() [24/60]

ZEND_FUNCTION ( openssl_pkcs12_export )

◆ ZEND_FUNCTION() [25/60]

ZEND_FUNCTION ( openssl_pkcs12_export_to_file )

◆ ZEND_FUNCTION() [26/60]

ZEND_FUNCTION ( openssl_pkcs12_read )

◆ ZEND_FUNCTION() [27/60]

ZEND_FUNCTION ( openssl_pkcs7_decrypt )

◆ ZEND_FUNCTION() [28/60]

ZEND_FUNCTION ( openssl_pkcs7_encrypt )

◆ ZEND_FUNCTION() [29/60]

ZEND_FUNCTION ( openssl_pkcs7_read )

◆ ZEND_FUNCTION() [30/60]

ZEND_FUNCTION ( openssl_pkcs7_sign )

◆ ZEND_FUNCTION() [31/60]

ZEND_FUNCTION ( openssl_pkcs7_verify )

◆ ZEND_FUNCTION() [32/60]

ZEND_FUNCTION ( openssl_pkey_derive )

◆ ZEND_FUNCTION() [33/60]

ZEND_FUNCTION ( openssl_pkey_export )

◆ ZEND_FUNCTION() [34/60]

ZEND_FUNCTION ( openssl_pkey_export_to_file )

◆ ZEND_FUNCTION() [35/60]

ZEND_FUNCTION ( openssl_pkey_free )

◆ ZEND_FUNCTION() [36/60]

ZEND_FUNCTION ( openssl_pkey_get_details )

◆ ZEND_FUNCTION() [37/60]

ZEND_FUNCTION ( openssl_pkey_get_private )

◆ ZEND_FUNCTION() [38/60]

ZEND_FUNCTION ( openssl_pkey_get_public )

◆ ZEND_FUNCTION() [39/60]

ZEND_FUNCTION ( openssl_pkey_new )

◆ ZEND_FUNCTION() [40/60]

ZEND_FUNCTION ( openssl_private_decrypt )

◆ ZEND_FUNCTION() [41/60]

ZEND_FUNCTION ( openssl_private_encrypt )

◆ ZEND_FUNCTION() [42/60]

ZEND_FUNCTION ( openssl_public_decrypt )

◆ ZEND_FUNCTION() [43/60]

ZEND_FUNCTION ( openssl_public_encrypt )

◆ ZEND_FUNCTION() [44/60]

ZEND_FUNCTION ( openssl_random_pseudo_bytes )

◆ ZEND_FUNCTION() [45/60]

ZEND_FUNCTION ( openssl_seal )

◆ ZEND_FUNCTION() [46/60]

ZEND_FUNCTION ( openssl_sign )

◆ ZEND_FUNCTION() [47/60]

ZEND_FUNCTION ( openssl_spki_export )

◆ ZEND_FUNCTION() [48/60]

ZEND_FUNCTION ( openssl_spki_export_challenge )

◆ ZEND_FUNCTION() [49/60]

ZEND_FUNCTION ( openssl_spki_new )

◆ ZEND_FUNCTION() [50/60]

ZEND_FUNCTION ( openssl_spki_verify )

◆ ZEND_FUNCTION() [51/60]

ZEND_FUNCTION ( openssl_verify )

◆ ZEND_FUNCTION() [52/60]

ZEND_FUNCTION ( openssl_x509_check_private_key )

◆ ZEND_FUNCTION() [53/60]

ZEND_FUNCTION ( openssl_x509_checkpurpose )

◆ ZEND_FUNCTION() [54/60]

ZEND_FUNCTION ( openssl_x509_export )

◆ ZEND_FUNCTION() [55/60]

ZEND_FUNCTION ( openssl_x509_export_to_file )

◆ ZEND_FUNCTION() [56/60]

ZEND_FUNCTION ( openssl_x509_fingerprint )

◆ ZEND_FUNCTION() [57/60]

ZEND_FUNCTION ( openssl_x509_free )

◆ ZEND_FUNCTION() [58/60]

ZEND_FUNCTION ( openssl_x509_parse )

◆ ZEND_FUNCTION() [59/60]

ZEND_FUNCTION ( openssl_x509_read )

◆ ZEND_FUNCTION() [60/60]

ZEND_FUNCTION ( openssl_x509_verify )