Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/mcrypt/
H A Dmcrypt.c501 char *cipher, *cipher_dir; in PHP_FUNCTION() local
1023 char *cipher; in PHP_FUNCTION() local
1052 char *cipher; in PHP_FUNCTION() local
1081 char *cipher; in PHP_FUNCTION() local
1113 char *cipher; in PHP_FUNCTION() local
1264 static void php_mcrypt_do_crypt(char* cipher, const char *key, size_t key_len, const char *data, si… in php_mcrypt_do_crypt()
1330 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
1346 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
H A Dmcrypt_filter.c155 const char *cipher = filtername + sizeof("mcrypt.") - 1; in php_mcrypt_filter_create() local
/PHP-7.0/ext/openssl/
H A Dopenssl.c1122 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local
4108 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
4181 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
4647 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
5357 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
5488 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
H A Dxp_ssl.c1701 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl_handle); in capture_session_meta() local
2312 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h81 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h161 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 44 milliseconds