Home
last modified time | relevance | path

Searched refs:iv (Results 51 – 58 of 58) sorted by relevance

123

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt11 /* Prototype : string mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
12 * Description: CBC crypt/decrypt data using key key with cipher cipher starting with iv
112 // loop through each element of the array for iv
/PHP-5.6/ext/openssl/
H A Dopenssl.c385 ZEND_ARG_INFO(0, iv)
393 ZEND_ARG_INFO(0, iv)
4979 iv = ivlen ? emalloc(ivlen + 1) : NULL; in PHP_FUNCTION()
5011 iv[ivlen] = '\0'; in PHP_FUNCTION()
5012 ZVAL_STRINGL(*ivec, erealloc(iv, ivlen + 1), ivlen, 0); in PHP_FUNCTION()
5230 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local
5260 free_iv = php_openssl_validate_iv(&iv, &iv_len, max_iv_len TSRMLS_CC); in PHP_FUNCTION()
5269 EVP_EncryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv); in PHP_FUNCTION()
5302 efree(iv); in PHP_FUNCTION()
5313 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local
[all …]
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1166 -iv application/x-inventor
2026 iv[1].iov_base = &(hc->file_address[c->bytes_sent]);
2027 iv[1].iov_len = MIN( c->bytes_to_send - c->bytes_sent, c->limit );
2028 sz = writev( hc->conn_fd, iv, 2 );
/PHP-5.6/Zend/
H A Dzend_API.c850 int iv = 0; in zend_parse_va_args() local
858 (*varargs)[iv++] = p++; in zend_parse_va_args()
862 num_args = num_args + 1 - iv; in zend_parse_va_args()
863 i += iv; in zend_parse_va_args()
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS652 (iv) Added -f, --file to read patterns from a file.
H A DChangeLog4626 (iv) Strictly, the identifier ESC_t is reserved by POSIX (all identifiers
5133 (iv) The character escapes \b, \B, \d, \D, \s, \S, \w, and \W (either
5236 (iv) Added -f, --file to read patterns from a file.
/PHP-5.6/ext/date/lib/
H A Dparse_date.re276 { "iv", 0, 4 },
/PHP-5.6/
H A DNEWS6497 (string $iv) to use non-NULL IV.
8316 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).

Completed in 233 milliseconds

123