Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation5.phpt11 … Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)
12 * Description: OFB crypt/decrypt data using key key with cipher cipher starting with iv
112 // loop through each element of the array for iv
/PHP-5.3/ext/oci8/tests/
H A Dbug43497_92.phpt11 $iv = preg_match('/Oracle .*Version => (9\.2)/', $phpinfo);
12 if ($iv != 1) {
/PHP-5.3/ext/openssl/
H A Dopenssl.c351 ZEND_ARG_INFO(0, iv)
359 ZEND_ARG_INFO(0, iv)
4272 iv = ivlen ? emalloc(ivlen + 1) : NULL; in PHP_FUNCTION()
4302 iv[ivlen] = '\0'; in PHP_FUNCTION()
4303 ZVAL_STRINGL(*ivec, erealloc(iv, ivlen + 1), ivlen, 0); in PHP_FUNCTION()
4769 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local
4799 free_iv = php_openssl_validate_iv(&iv, &iv_len, max_iv_len TSRMLS_CC); in PHP_FUNCTION()
4808 EVP_EncryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv); in PHP_FUNCTION()
4834 efree(iv); in PHP_FUNCTION()
4845 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local
[all …]
/PHP-5.3/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.3/Zend/
H A Dzend_API.c800 int iv = 0; in zend_parse_va_args() local
808 (*varargs)[iv++] = p++; in zend_parse_va_args()
812 num_args = num_args + 1 - iv; in zend_parse_va_args()
813 i += iv; in zend_parse_va_args()
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS547 (iv) Added -f, --file to read patterns from a file.
H A DChangeLog3689 (iv) Strictly, the identifier ESC_t is reserved by POSIX (all identifiers
4196 (iv) The character escapes \b, \B, \d, \D, \s, \S, \w, and \W (either
4299 (iv) Added -f, --file to read patterns from a file.
/PHP-5.3/ext/date/lib/
H A Dparse_date.re272 { "iv", 0, 4 },
/PHP-5.3/
H A DNEWS1869 (string $iv) to use non-NULL IV.
3688 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).

Completed in 131 milliseconds

123