Lines Matching refs:PHP_FUNCTION

97 PHP_FUNCTION(openssl_pkey_get_private);
98 PHP_FUNCTION(openssl_pkey_get_public);
99 PHP_FUNCTION(openssl_pkey_free);
100 PHP_FUNCTION(openssl_pkey_new);
101 PHP_FUNCTION(openssl_pkey_export);
102 PHP_FUNCTION(openssl_pkey_export_to_file);
103 PHP_FUNCTION(openssl_pkey_get_details);
105 PHP_FUNCTION(openssl_sign);
106 PHP_FUNCTION(openssl_verify);
107 PHP_FUNCTION(openssl_seal);
108 PHP_FUNCTION(openssl_open);
109 PHP_FUNCTION(openssl_private_encrypt);
110 PHP_FUNCTION(openssl_private_decrypt);
111 PHP_FUNCTION(openssl_public_encrypt);
112 PHP_FUNCTION(openssl_public_decrypt);
114 PHP_FUNCTION(openssl_pbkdf2);
116 PHP_FUNCTION(openssl_pkcs7_verify);
117 PHP_FUNCTION(openssl_pkcs7_decrypt);
118 PHP_FUNCTION(openssl_pkcs7_sign);
119 PHP_FUNCTION(openssl_pkcs7_encrypt);
120 PHP_FUNCTION(openssl_pkcs7_read);
122 PHP_FUNCTION(openssl_error_string);
124 PHP_FUNCTION(openssl_x509_read);
125 PHP_FUNCTION(openssl_x509_free);
126 PHP_FUNCTION(openssl_x509_parse);
127 PHP_FUNCTION(openssl_x509_checkpurpose);
128 PHP_FUNCTION(openssl_x509_export);
129 PHP_FUNCTION(openssl_x509_fingerprint);
130 PHP_FUNCTION(openssl_x509_export_to_file);
131 PHP_FUNCTION(openssl_x509_check_private_key);
133 PHP_FUNCTION(openssl_pkcs12_export);
134 PHP_FUNCTION(openssl_pkcs12_export_to_file);
135 PHP_FUNCTION(openssl_pkcs12_read);
137 PHP_FUNCTION(openssl_csr_new);
138 PHP_FUNCTION(openssl_csr_export);
139 PHP_FUNCTION(openssl_csr_export_to_file);
140 PHP_FUNCTION(openssl_csr_sign);
141 PHP_FUNCTION(openssl_csr_get_subject);
142 PHP_FUNCTION(openssl_csr_get_public_key);
144 PHP_FUNCTION(openssl_spki_new);
145 PHP_FUNCTION(openssl_spki_verify);
146 PHP_FUNCTION(openssl_spki_export);
147 PHP_FUNCTION(openssl_spki_export_challenge);
149 PHP_FUNCTION(openssl_get_cert_locations);