Lines Matching defs:method
1846 zval *method = NULL; in PHP_FUNCTION() local
2161 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint()
2193 char *method = "sha1"; in PHP_FUNCTION() local
2298 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local
5096 char *method; in PHP_FUNCTION() local
6035 zval *method = NULL; in PHP_FUNCTION() local
6102 zval *method = NULL; in PHP_FUNCTION() local
6161 char *method =NULL; in PHP_FUNCTION() local
6296 char *method = NULL, *iv = NULL; in PHP_FUNCTION() local
6440 char *data, *method; in PHP_FUNCTION() local
6709 PHP_OPENSSL_API zend_string* php_openssl_encrypt(char *data, size_t data_len, char *method, size_t … in php_openssl_encrypt()
6798 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
6816 PHP_OPENSSL_API zend_string* php_openssl_decrypt(char *data, size_t data_len, char *method, size_t … in php_openssl_decrypt()
6893 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
6915 PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(char *method) in php_openssl_cipher_iv_length()
6931 char *method; in PHP_FUNCTION() local