Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c560 char *cipher, *cipher_dir; in PHP_FUNCTION() local
1067 char *cipher; in PHP_FUNCTION() local
1096 char *cipher; in PHP_FUNCTION() local
1125 char *cipher; in PHP_FUNCTION() local
1157 char *cipher; in PHP_FUNCTION() local
1303 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1319 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1335 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1351 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local
1367 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.5/ext/openssl/
H A Dopenssl.c865 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local
3203 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
3262 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
3649 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
4354 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
4484 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
/PHP-5.5/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.h166 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 27 milliseconds