Home
last modified time | relevance | path

Searched refs:PHP_OPENSSL_API (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/openssl/
H A Dphp_openssl.h68 # define PHP_OPENSSL_API __declspec(dllexport) macro
70 # define PHP_OPENSSL_API __attribute__((visibility("default"))) macro
72 # define PHP_OPENSSL_API macro
126 PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method);
127 PHP_OPENSSL_API zend_long php_openssl_cipher_key_length(const char *method);
128 PHP_OPENSSL_API zend_string* php_openssl_random_pseudo_bytes(zend_long length);
129 PHP_OPENSSL_API zend_string* php_openssl_encrypt(
137 PHP_OPENSSL_API zend_string* php_openssl_decrypt(
H A Dopenssl.c7614 PHP_OPENSSL_API zend_string* php_openssl_encrypt( in php_openssl_encrypt()
7727 PHP_OPENSSL_API zend_string* php_openssl_decrypt( in php_openssl_decrypt()
7845 PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method) in php_openssl_cipher_iv_length()
7874 PHP_OPENSSL_API zend_long php_openssl_cipher_key_length(const char *method) in php_openssl_cipher_key_length()
7903 PHP_OPENSSL_API zend_string* php_openssl_random_pseudo_bytes(zend_long buffer_length) in php_openssl_random_pseudo_bytes()

Completed in 34 milliseconds