Home
last modified time | relevance | path

Searched refs:openssl_cipher_iv_length (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_cipher_iv_length_error.phpt2 openssl_cipher_iv_length() error test
8 var_dump(openssl_cipher_iv_length('unknown'));
11 var_dump(openssl_cipher_iv_length(''));
19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
21 openssl_cipher_iv_length(): Argument #1 ($cipher_algo) cannot be empty
H A Dopenssl_cipher_iv_length_basic.phpt2 openssl_cipher_iv_length() basic test
8 var_dump(openssl_cipher_iv_length('AES-128-CBC'));
H A Dopenssl_encrypt_error.phpt10 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
H A Dopenssl_decrypt_error.phpt11 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
H A Dopenssl_decrypt_basic.phpt11 $ivlen = openssl_cipher_iv_length($method);
/php-src/ext/openssl/
H A Dopenssl.stub.php633 function openssl_cipher_iv_length(string $cipher_algo): int|false {}
H A Dopenssl_arginfo.h444 ZEND_FUNCTION(openssl_cipher_iv_length);
512 ZEND_FE(openssl_cipher_iv_length, arginfo_openssl_cipher_iv_length)
H A Dopenssl.c7889 PHP_FUNCTION(openssl_cipher_iv_length) in PHP_FUNCTION() argument

Completed in 45 milliseconds