Lines Matching refs:cipher_len
336 &cipher, &cipher_len, &key, &key_len, &data, &data_len, &mode, &iv, &iv_len) == FAILURE) { \
531 int cipher_len, cipher_dir_len; in PHP_FUNCTION() local
537 &cipher, &cipher_len, &cipher_dir, &cipher_dir_len, in PHP_FUNCTION()
1038 int cipher_len, module_len; in PHP_FUNCTION() local
1046 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1067 int cipher_len, module_len; in PHP_FUNCTION() local
1075 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1096 int cipher_len, module_len; in PHP_FUNCTION() local
1104 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1127 int cipher_len; in PHP_FUNCTION() local
1133 &cipher, &cipher_len) == FAILURE) { in PHP_FUNCTION()
1338 int cipher_len, key_len, data_len, mode_len, iv_len = 0; in PHP_FUNCTION() local
1340 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssss|s", &cipher, &cipher_len, in PHP_FUNCTION()
1354 int cipher_len, key_len, data_len, mode_len, iv_len = 0; in PHP_FUNCTION() local
1356 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssss|s", &cipher, &cipher_len, in PHP_FUNCTION()
1371 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1387 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1403 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1419 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local