Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/
H A Dmcrypt.c529 char *cipher, *cipher_dir; in PHP_FUNCTION() local
1036 char *cipher; in PHP_FUNCTION() local
1065 char *cipher; in PHP_FUNCTION() local
1094 char *cipher; in PHP_FUNCTION() local
1126 char *cipher; in PHP_FUNCTION() local
1337 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
1353 char *cipher, *key, *data, *mode, *iv = NULL; in PHP_FUNCTION() local
1370 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1386 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1402 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
[all …]
H A Dmcrypt_filter.c155 const char *cipher = filtername + sizeof("mcrypt.") - 1; in php_mcrypt_filter_create() local
/PHP-5.6/ext/openssl/
H A Dopenssl.c914 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local
3708 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
3781 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
4214 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
4919 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
5053 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
H A Dxp_ssl.c1596 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl_handle); in capture_session_meta() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h82 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h167 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 37 milliseconds