Searched defs:cipher (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/mcrypt/ |
H A D | mcrypt.c | 549 char *cipher, *cipher_dir; in PHP_FUNCTION() local 1044 char *cipher; in PHP_FUNCTION() local 1073 char *cipher; in PHP_FUNCTION() local 1102 char *cipher; in PHP_FUNCTION() local 1134 char *cipher; in PHP_FUNCTION() local 1280 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1296 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1312 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1328 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local 1344 char *cipher, *key, *data, *iv = NULL; in PHP_FUNCTION() local [all …]
|
H A D | mcrypt_filter.c | 155 const char *cipher = filtername + sizeof("mcrypt.") - 1; in php_mcrypt_filter_create() local
|
/PHP-5.3/ext/openssl/ |
H A D | openssl.c | 3101 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 3160 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 3490 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local 4217 const EVP_CIPHER *cipher; in PHP_FUNCTION() local 4343 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 82 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
|
H A D | mysqlnd.h | 178 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) (conn)->m->ssl_set((conn), (key), (cer… argument
|
Completed in 39 milliseconds