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 302 ext/mcrypt/mcrypt.c &cipher, &cipher_len, &key, &key_len, &data, &data_len, &mode, &iv, &iv_len) == FAILURE) { \ cipher 501 ext/mcrypt/mcrypt.c char *cipher, *cipher_dir; cipher 509 ext/mcrypt/mcrypt.c &cipher, &cipher_len, &cipher_dir, &cipher_dir_len, cipher 515 ext/mcrypt/mcrypt.c cipher, cipher 1005 ext/mcrypt/mcrypt.c char *cipher; cipher 1015 ext/mcrypt/mcrypt.c &cipher, &cipher_len, &module, &module_len) == FAILURE) { cipher 1019 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); cipher 1034 ext/mcrypt/mcrypt.c char *cipher; cipher 1044 ext/mcrypt/mcrypt.c &cipher, &cipher_len, &module, &module_len) == FAILURE) { cipher 1048 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); cipher 1063 ext/mcrypt/mcrypt.c char *cipher; cipher 1073 ext/mcrypt/mcrypt.c &cipher, &cipher_len, &module, &module_len) == FAILURE) { cipher 1077 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); cipher 1095 ext/mcrypt/mcrypt.c char *cipher; cipher 1102 ext/mcrypt/mcrypt.c &cipher, &cipher_len) == FAILURE) { cipher 1108 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, "ecb", module_dir_string); cipher 1115 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, "stream", module_dir_string); cipher 1246 ext/mcrypt/mcrypt.c static void php_mcrypt_do_crypt(char* cipher, const char *key, size_t key_len, const char *data, size_t data_len, char *mode, const char *iv, size_t iv_len, size_t dencrypt, zval* return_value) /* {{{ */ cipher 1256 ext/mcrypt/mcrypt.c td = mcrypt_module_open(cipher, cipher_dir_string, mode, module_dir_string); cipher 1311 ext/mcrypt/mcrypt.c char *cipher, *key, *data, *mode, *iv = NULL; cipher 1314 ext/mcrypt/mcrypt.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssss|s", &cipher, &cipher_len, cipher 1319 ext/mcrypt/mcrypt.c php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, mode, iv, iv_len, MCRYPT_ENCRYPT, return_value); cipher 1327 ext/mcrypt/mcrypt.c char *cipher, *key, *data, *mode, *iv = NULL; cipher 1330 ext/mcrypt/mcrypt.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssss|s", &cipher, &cipher_len, cipher 1335 ext/mcrypt/mcrypt.c php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, mode, iv, iv_len, MCRYPT_DECRYPT, return_value); 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((char *)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 1617 ext/mysqlnd/mysqlnd.c const char * const ca, const char * const capath, const char * const cipher) cipher 1629 ext/mysqlnd/mysqlnd.c PASS == net->data->m.set_client_option(net, MYSQLND_OPT_SSL_CIPHER, cipher)) ? PASS : FAIL; cipher 162 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)) 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 290 ext/openssl/openssl.c ZEND_ARG_INFO(0, cipher) cipher 953 ext/openssl/openssl.c const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); cipher 954 ext/openssl/openssl.c if (cipher == NULL) { cipher 958 ext/openssl/openssl.c req->priv_key_encrypt_cipher = cipher; cipher 3683 ext/openssl/openssl.c const EVP_CIPHER * cipher; cipher 3710 ext/openssl/openssl.c cipher = req.priv_key_encrypt_cipher; cipher 3712 ext/openssl/openssl.c cipher = (EVP_CIPHER *) EVP_des_ede3_cbc(); cipher 3715 ext/openssl/openssl.c cipher = NULL; cipher 3721 ext/openssl/openssl.c pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); cipher 3725 ext/openssl/openssl.c pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); cipher 3757 ext/openssl/openssl.c const EVP_CIPHER * cipher; cipher 3780 ext/openssl/openssl.c cipher = req.priv_key_encrypt_cipher; cipher 3782 ext/openssl/openssl.c cipher = (EVP_CIPHER *) EVP_des_ede3_cbc(); cipher 3785 ext/openssl/openssl.c cipher = NULL; cipher 3791 ext/openssl/openssl.c pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); cipher 3795 ext/openssl/openssl.c pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); cipher 4201 ext/openssl/openssl.c const EVP_CIPHER *cipher = NULL; cipher 4273 ext/openssl/openssl.c cipher = php_openssl_get_evp_cipher_from_algo(cipherid); cipher 4274 ext/openssl/openssl.c if (cipher == NULL) { cipher 4280 ext/openssl/openssl.c p7 = PKCS7_encrypt(recipcerts, infile, (EVP_CIPHER*)cipher, (int)flags); cipher 4906 ext/openssl/openssl.c const EVP_CIPHER *cipher; cipher 4923 ext/openssl/openssl.c cipher = EVP_get_cipherbyname(method); cipher 4924 ext/openssl/openssl.c if (!cipher) { cipher 4929 ext/openssl/openssl.c cipher = EVP_rc4(); cipher 4932 ext/openssl/openssl.c iv_len = EVP_CIPHER_iv_length(cipher); cipher 4960 ext/openssl/openssl.c if (!EVP_EncryptInit(&ctx,cipher,NULL,NULL)) { cipher 4970 ext/openssl/openssl.c if (!EVP_SealInit(&ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) || cipher 5037 ext/openssl/openssl.c const EVP_CIPHER *cipher; cipher 5054 ext/openssl/openssl.c cipher = EVP_get_cipherbyname(method); cipher 5055 ext/openssl/openssl.c if (!cipher) { cipher 5060 ext/openssl/openssl.c cipher = EVP_rc4(); cipher 5063 ext/openssl/openssl.c cipher_iv_len = EVP_CIPHER_iv_length(cipher); cipher 5081 ext/openssl/openssl.c if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) && cipher 1681 ext/openssl/xp_ssl.c const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl_handle); cipher 1712 ext/openssl/xp_ssl.c add_assoc_string(&meta_arr, "cipher_name", (char *) SSL_CIPHER_get_name(cipher)); cipher 1713 ext/openssl/xp_ssl.c add_assoc_long(&meta_arr, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL)); cipher 1714 ext/openssl/xp_ssl.c add_assoc_string(&meta_arr, "cipher_version", SSL_CIPHER_get_version(cipher)); cipher 2272 ext/openssl/xp_ssl.c const SSL_CIPHER *cipher; cipher 2293 ext/openssl/xp_ssl.c cipher = SSL_get_current_cipher(sslsock->ssl_handle); cipher 2296 ext/openssl/xp_ssl.c add_assoc_string(&tmp, "cipher_name", (char *) SSL_CIPHER_get_name(cipher)); cipher 2297 ext/openssl/xp_ssl.c add_assoc_long(&tmp, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL)); cipher 2298 ext/openssl/xp_ssl.c add_assoc_string(&tmp, "cipher_version", SSL_CIPHER_get_version(cipher));