Lines Matching refs:PHP_FUNCTION

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