Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.3/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt26 $cipher = OPENSSL_CIPHER_AES_128_CBC;
28 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $headers, 0, $cipher));
29 …p(openssl_pkcs7_encrypt($infile, $outfile, openssl_x509_read($single_cert), $headers, 0, $cipher));
31 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $assoc_headers, 0, $cipher));
32 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $empty_headers, 0, $cipher));
33 var_dump(openssl_pkcs7_encrypt($wrong, $outfile, $single_cert, $headers, 0, $cipher));
34 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher));
35 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher));
36 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $wrong, $headers, 0, $cipher));
37 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher));
[all …]
H A Dopenssl_cms_encrypt_basic.phpt24 $cipher = OPENSSL_CIPHER_AES_128_CBC;
26 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $headers, cipher_algo: $cipher));
27 …l_cms_encrypt($infile, $outfile, openssl_x509_read($single_cert), $headers, cipher_algo: $cipher));
30 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $assoc_headers, cipher_algo: $cipher)…
31 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $empty_headers, cipher_algo: $cipher)…
32 var_dump(openssl_cms_encrypt($wrong, $outfile, $single_cert, $headers, cipher_algo: $cipher));
33 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers, cipher_algo: $cipher));
34 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers, cipher_algo: $cipher));
35 var_dump(openssl_cms_encrypt($infile, $outfile, $wrong, $headers, cipher_algo: $cipher));
36 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers, cipher_algo: $cipher));
[all …]
H A Dbug70438.phpt14 $cipher = 'AES-128-CBC';
19 openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key), $cipher);
25 openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key), $cipher, $iv);
26 openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv);
30 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
32 Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_decrypt_error.phpt30 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
34 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_encrypt_error.phpt22 Warning: openssl_encrypt(): Unknown cipher algorithm in %s on line %d
25 Warning: openssl_encrypt(): Key length cannot be set for the cipher algorithm in %s on line %d
H A Dopenssl_cms_encrypt_pem.phpt16 $cipher = OPENSSL_CIPHER_AES_128_CBC;
18 …t($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENSSL_ENCODING_PEM, $cipher));
H A Dopenssl_cms_encrypt_der.phpt16 $cipher = OPENSSL_CIPHER_AES_128_CBC;
18 …t($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENSSL_ENCODING_DER, $cipher));
H A Dopenssl_cipher_iv_length_error.phpt19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_cipher_key_length_error.phpt19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d
H A Dbug61124.phpt10 Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 by…
H A Dopenssl_encrypt_ocb.phpt2 openssl_encrypt() with OCB cipher algorithm tests
56 Warning: openssl_encrypt(): Setting tag length for AEAD cipher failed in %s on line %d
H A Dopenssl_decrypt_basic.phpt34 // if we want to prefer variable length cipher setting
42 // It's okay to pass $tag for a non-authenticated cipher.
H A Dopenssl_cms_decrypt_basic.phpt18 $cipher = OPENSSL_CIPHER_AES_128_CBC;
20 openssl_cms_encrypt($infile, $encrypted, $single_cert, $headers, cipher_algo: $cipher);
H A Dopenssl_pkcs7_decrypt_basic.phpt22 $cipher = OPENSSL_CIPHER_AES_128_CBC;
24 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers, 0, $cipher);
H A Dbug60632.phpt28 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
H A Dopenssl_decrypt_gcm.phpt2 openssl_decrypt() with GCM cipher algorithm tests
H A Dopenssl_decrypt_ccm.phpt2 openssl_decrypt() with CCM cipher algorithm tests
H A Dopenssl_encrypt_chacha20_poly1305.phpt2 openssl_encrypt() with ChaCha20 and Poly1305 cipher algorithm tests
H A Dopenssl_decrypt_ocb.phpt2 openssl_decrypt() with OCB cipher algorithm tests
H A Dopenssl_encrypt_ccm.phpt2 openssl_encrypt() with CCM cipher algorithm tests
H A Dopenssl_encrypt_gcm.phpt2 openssl_encrypt() with GCM cipher algorithm tests
/PHP-8.3/ext/openssl/
H A Dconfig0.m414 [whether to use system default cipher list instead of hardcoded value],
16 [OPENSSL: Use system default cipher list instead of hardcoded value])],
41 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/PHP-8.3/ext/ldap/tests/
H A Dldap_set_option_ciphersuite_basic.phpt2 ldap_set_option() - Basic test for TLS cipher suite ldap option
/PHP-8.3/ext/mysqli/tests/
H A Dbug51647.phpt71 printf("[007] Empty cipher. No encryption!");
101 printf("[013] Empty cipher. No encryption!");
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument

Completed in 38 milliseconds

12