Lines Matching refs:PHP_FUNCTION

114 PHP_FUNCTION(openssl_pkey_get_private);
115 PHP_FUNCTION(openssl_pkey_get_public);
116 PHP_FUNCTION(openssl_pkey_free);
117 PHP_FUNCTION(openssl_pkey_new);
118 PHP_FUNCTION(openssl_pkey_export);
119 PHP_FUNCTION(openssl_pkey_export_to_file);
120 PHP_FUNCTION(openssl_pkey_get_details);
122 PHP_FUNCTION(openssl_sign);
123 PHP_FUNCTION(openssl_verify);
124 PHP_FUNCTION(openssl_seal);
125 PHP_FUNCTION(openssl_open);
126 PHP_FUNCTION(openssl_private_encrypt);
127 PHP_FUNCTION(openssl_private_decrypt);
128 PHP_FUNCTION(openssl_public_encrypt);
129 PHP_FUNCTION(openssl_public_decrypt);
131 PHP_FUNCTION(openssl_pbkdf2);
133 PHP_FUNCTION(openssl_pkcs7_verify);
134 PHP_FUNCTION(openssl_pkcs7_decrypt);
135 PHP_FUNCTION(openssl_pkcs7_sign);
136 PHP_FUNCTION(openssl_pkcs7_encrypt);
137 PHP_FUNCTION(openssl_pkcs7_read);
139 PHP_FUNCTION(openssl_error_string);
141 PHP_FUNCTION(openssl_x509_read);
142 PHP_FUNCTION(openssl_x509_free);
143 PHP_FUNCTION(openssl_x509_parse);
144 PHP_FUNCTION(openssl_x509_checkpurpose);
145 PHP_FUNCTION(openssl_x509_export);
146 PHP_FUNCTION(openssl_x509_fingerprint);
147 PHP_FUNCTION(openssl_x509_export_to_file);
148 PHP_FUNCTION(openssl_x509_check_private_key);
149 PHP_FUNCTION(openssl_x509_verify);
151 PHP_FUNCTION(openssl_pkcs12_export);
152 PHP_FUNCTION(openssl_pkcs12_export_to_file);
153 PHP_FUNCTION(openssl_pkcs12_read);
155 PHP_FUNCTION(openssl_csr_new);
156 PHP_FUNCTION(openssl_csr_export);
157 PHP_FUNCTION(openssl_csr_export_to_file);
158 PHP_FUNCTION(openssl_csr_sign);
159 PHP_FUNCTION(openssl_csr_get_subject);
160 PHP_FUNCTION(openssl_csr_get_public_key);
162 PHP_FUNCTION(openssl_spki_new);
163 PHP_FUNCTION(openssl_spki_verify);
164 PHP_FUNCTION(openssl_spki_export);
165 PHP_FUNCTION(openssl_spki_export_challenge);
167 PHP_FUNCTION(openssl_get_cert_locations);