iv_size 569 ext/mcrypt/mcrypt.c int max_key_size, key_size, iv_size; iv_size 580 ext/mcrypt/mcrypt.c iv_size = mcrypt_enc_get_iv_size(pm->td); iv_size 589 ext/mcrypt/mcrypt.c iv_s = emalloc(iv_size + 1); iv_size 590 ext/mcrypt/mcrypt.c memset(iv_s, 0, iv_size + 1); iv_size 600 ext/mcrypt/mcrypt.c if (iv_len != iv_size) { iv_size 601 ext/mcrypt/mcrypt.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Iv size incorrect; supplied length: %d, needed: %d", iv_len, iv_size); iv_size 602 ext/mcrypt/mcrypt.c if (iv_len > iv_size) { iv_size 603 ext/mcrypt/mcrypt.c iv_len = iv_size; iv_size 1236 ext/mcrypt/mcrypt.c static int php_mcrypt_ensure_valid_iv(MCRYPT td, const char *iv, int iv_size TSRMLS_DC) /* {{{ */ iv_size 1252 ext/mcrypt/mcrypt.c if (iv_size != expected_iv_size) { iv_size 1255 ext/mcrypt/mcrypt.c "for this encryption mode", iv_size, expected_iv_size