cipher             55 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            169 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            174 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            179 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            184 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            188 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            196 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            204 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            212 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            220 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            228 ext/mcrypt/mcrypt.c 	ZEND_ARG_INFO(0, cipher)
cipher            336 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len, &key, &key_len, &data, &data_len, &mode, &iv, &iv_len) == FAILURE) {	\
cipher            529 ext/mcrypt/mcrypt.c 	char *cipher, *cipher_dir;
cipher            537 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len, &cipher_dir, &cipher_dir_len,
cipher            543 ext/mcrypt/mcrypt.c 		cipher,
cipher           1028 ext/mcrypt/mcrypt.c 	char *cipher;
cipher           1038 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len, &module, &module_len) == FAILURE) {
cipher           1042 ext/mcrypt/mcrypt.c 	td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
cipher           1057 ext/mcrypt/mcrypt.c 	char *cipher;
cipher           1067 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len, &module, &module_len) == FAILURE) {
cipher           1071 ext/mcrypt/mcrypt.c 	td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
cipher           1086 ext/mcrypt/mcrypt.c 	char *cipher;
cipher           1096 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len, &module, &module_len) == FAILURE) {
cipher           1100 ext/mcrypt/mcrypt.c 	td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string);
cipher           1118 ext/mcrypt/mcrypt.c 	char *cipher;
cipher           1125 ext/mcrypt/mcrypt.c 		&cipher, &cipher_len) == FAILURE) {
cipher           1131 ext/mcrypt/mcrypt.c 	td = mcrypt_module_open(cipher, cipher_dir_string, "ecb", module_dir_string);
cipher           1138 ext/mcrypt/mcrypt.c 		td = mcrypt_module_open(cipher, cipher_dir_string, "stream", module_dir_string);
cipher           1265 ext/mcrypt/mcrypt.c static void php_mcrypt_do_crypt(char* cipher, const char *key, int key_len, const char *data, int data_len, char *mode, const char *iv, int iv_len, int dencrypt, zval* return_value TSRMLS_DC) /* {{{ */
cipher           1275 ext/mcrypt/mcrypt.c 	td = mcrypt_module_open(cipher, cipher_dir_string, mode, module_dir_string);
cipher           1328 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *mode, *iv = NULL;
cipher           1331 ext/mcrypt/mcrypt.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssss|s", &cipher, &cipher_len,
cipher           1336 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, mode, iv, iv_len, MCRYPT_ENCRYPT, return_value TSRMLS_CC);
cipher           1344 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *mode, *iv = NULL;
cipher           1347 ext/mcrypt/mcrypt.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssss|s", &cipher, &cipher_len,
cipher           1352 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, mode, iv, iv_len, MCRYPT_DECRYPT, return_value TSRMLS_CC);
cipher           1361 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *iv = NULL;
cipher           1368 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ecb", iv, iv_len, Z_LVAL_PP(mode), return_value TSRMLS_CC);
cipher           1377 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *iv = NULL;
cipher           1384 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cbc", iv, iv_len, Z_LVAL_PP(mode), return_value TSRMLS_CC);
cipher           1393 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *iv = NULL;
cipher           1400 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cfb", iv, iv_len, Z_LVAL_PP(mode), return_value TSRMLS_CC);
cipher           1409 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *iv = NULL;
cipher           1416 ext/mcrypt/mcrypt.c 	php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ofb", iv, iv_len, Z_LVAL_PP(mode), return_value TSRMLS_CC);
cipher            155 ext/mcrypt/mcrypt_filter.c 	const char *cipher = filtername + sizeof("mcrypt.") - 1;
cipher            166 ext/mcrypt/mcrypt_filter.c 		cipher += sizeof("de") - 1;
cipher            210 ext/mcrypt/mcrypt_filter.c 	mcrypt_module = mcrypt_module_open(cipher, algo_dir, mode, mode_dir);
cipher            367 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, cipher)
cipher            375 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, cipher)
cipher           1619 ext/mysqlnd/mysqlnd.c 									  const char * const ca, const char * const capath, const char * const cipher TSRMLS_DC)
cipher           1631 ext/mysqlnd/mysqlnd.c 			PASS == net->data->m.set_client_option(net, MYSQLND_OPT_SSL_CIPHER, cipher TSRMLS_CC)) ? PASS : FAIL;
cipher            167 ext/mysqlnd/mysqlnd.h #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->data, (key), (cert), (ca), (capath), (cipher) TSRMLS_CC)
cipher             82 ext/mysqlnd/mysqlnd_libmysql_compat.h #define mysql_ssl_set(c,key,cert,ca,capath,cipher)	mysqlnd_ssl_set((c), (key), (cert), (ca), (capath), (cipher))
cipher            489 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status    (*func_mysqlnd_conn_data__ssl_set)(MYSQLND_CONN_DATA * const conn, const char * key, const char * const cert, const char * const ca, const char * const capath, const char * const cipher TSRMLS_DC);
cipher            286 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, cipher)
cipher            914 ext/openssl/openssl.c 		const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo);
cipher            915 ext/openssl/openssl.c 		if (cipher == NULL) {
cipher            919 ext/openssl/openssl.c 			req->priv_key_encrypt_cipher = cipher;
cipher           3648 ext/openssl/openssl.c 	const EVP_CIPHER * cipher;
cipher           3673 ext/openssl/openssl.c 				cipher = req.priv_key_encrypt_cipher;
cipher           3675 ext/openssl/openssl.c 				cipher = (EVP_CIPHER *) EVP_des_ede3_cbc();
cipher           3678 ext/openssl/openssl.c 			cipher = NULL;
cipher           3684 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
cipher           3688 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
cipher           3721 ext/openssl/openssl.c 	const EVP_CIPHER * cipher;
cipher           3742 ext/openssl/openssl.c 				cipher = req.priv_key_encrypt_cipher;
cipher           3744 ext/openssl/openssl.c 				cipher = (EVP_CIPHER *) EVP_des_ede3_cbc();
cipher           3747 ext/openssl/openssl.c 			cipher = NULL;
cipher           3753 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
cipher           3757 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL);
cipher           4154 ext/openssl/openssl.c 	const EVP_CIPHER *cipher = NULL;
cipher           4229 ext/openssl/openssl.c 	cipher = php_openssl_get_evp_cipher_from_algo(cipherid);
cipher           4230 ext/openssl/openssl.c 	if (cipher == NULL) {
cipher           4236 ext/openssl/openssl.c 	p7 = PKCS7_encrypt(recipcerts, infile, (EVP_CIPHER*)cipher, flags);
cipher           4859 ext/openssl/openssl.c 	const EVP_CIPHER *cipher;
cipher           4874 ext/openssl/openssl.c 		cipher = EVP_get_cipherbyname(method);
cipher           4875 ext/openssl/openssl.c 		if (!cipher) {
cipher           4879 ext/openssl/openssl.c 		if (EVP_CIPHER_iv_length(cipher) > 0) {
cipher           4884 ext/openssl/openssl.c 		cipher = EVP_rc4();
cipher           4910 ext/openssl/openssl.c 	if (!EVP_EncryptInit(&ctx,cipher,NULL,NULL)) {
cipher           4925 ext/openssl/openssl.c 	if (!EVP_SealInit(&ctx, cipher, eks, eksl, NULL, pkeys, nkeys) || !EVP_SealUpdate(&ctx, buf, &len1, (unsigned char *)data, data_len)) {
cipher           4993 ext/openssl/openssl.c 	const EVP_CIPHER *cipher;
cipher           5006 ext/openssl/openssl.c 		cipher = EVP_get_cipherbyname(method);
cipher           5007 ext/openssl/openssl.c 		if (!cipher) {
cipher           5012 ext/openssl/openssl.c 		cipher = EVP_rc4();
cipher           5017 ext/openssl/openssl.c 	if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, ekey_len, NULL, pkey) && EVP_OpenUpdate(&ctx, buf, &len1, (unsigned char *)data, data_len)) {
cipher           1595 ext/openssl/xp_ssl.c 	const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl_handle);
cipher           1611 ext/openssl/xp_ssl.c 	add_assoc_string(meta_arr, "cipher_name", (char *) SSL_CIPHER_get_name(cipher), 1);
cipher           1612 ext/openssl/xp_ssl.c 	add_assoc_long(meta_arr, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL));
cipher           1613 ext/openssl/xp_ssl.c 	add_assoc_string(meta_arr, "cipher_version", SSL_CIPHER_get_version(cipher), 1);