Lines Matching refs:iv_len

369 		&cipher, &cipher_len, &key, &key_len, &data, &data_len, &mode, &iv, &iv_len) == FAILURE) {	\
586 int key_len, iv_len; in PHP_FUNCTION() local
593 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &mcryptind, &key, &key_len, &iv, &iv_len) == FAILURE) { in PHP_FUNCTION()
620 if (iv_len != iv_size) { in PHP_FUNCTION()
621 …(NULL TSRMLS_CC, E_WARNING, "Iv size incorrect; supplied length: %d, needed: %d", iv_len, iv_size); in PHP_FUNCTION()
1168 …key_len, const char *data, int data_len, char *mode, const char *iv, int iv_len, int argc, int den… in php_mcrypt_do_crypt() argument
1224 if (iv_size != iv_len) { in php_mcrypt_do_crypt()
1281 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1287 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, Z_STRVAL_PP(mode), iv, iv_len, ZEND_NUM_… in PHP_FUNCTION()
1297 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1303 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, Z_STRVAL_PP(mode), iv, iv_len, ZEND_NUM_… in PHP_FUNCTION()
1313 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1319 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ecb", iv, iv_len, ZEND_NUM_ARGS(), Z_LV… in PHP_FUNCTION()
1329 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1335 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cbc", iv, iv_len, ZEND_NUM_ARGS(), Z_LV… in PHP_FUNCTION()
1345 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1351 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cfb", iv, iv_len, ZEND_NUM_ARGS(), Z_LV… in PHP_FUNCTION()
1361 int cipher_len, key_len, data_len, iv_len = 0; in PHP_FUNCTION() local
1367 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ofb", iv, iv_len, ZEND_NUM_ARGS(), Z_LV… in PHP_FUNCTION()