Home
last modified time | relevance | path

Searched refs:OPENSSL_RAW_DATA (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt19 $encrypted = openssl_encrypt($data, $method, $password, OPENSSL_RAW_DATA, $iv);
20 $output = openssl_decrypt($encrypted, $method, $password, OPENSSL_RAW_DATA, $iv);
24 $encrypted = openssl_encrypt($padded_data, $method, $password, OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDIN…
25 $output = openssl_decrypt($encrypted, $method, $password, OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDING, $i…
28 $output2 = openssl_decrypt($encrypted, $method, $password, OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDING, $…
30 $output3 = openssl_decrypt($encrypted, $method, $password, OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDING, $…
H A Dopenssl_decrypt_ocb.phpt18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
28 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
36 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_decrypt_gcm.phpt18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
27 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
30 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_decrypt_ccm.phpt19 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
26 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
29 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dbug72362.phpt17 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
27 OPENSSL_RAW_DATA
H A Dbug74099.phpt14 $ciphertext = openssl_encrypt($plaintext, 'aes-256-gcm', $key, \OPENSSL_RAW_DATA, $iv, $tag, $aad);
H A Dbug71917.phpt18 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
H A Dopenssl_encrypt_chacha20_poly1305.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_gcm.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_ccm.phpt19 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_ocb.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
/PHP-8.2/ext/openssl/
H A Dphp_openssl.h47 #define OPENSSL_RAW_DATA 1 macro
H A Dopenssl.stub.php321 const OPENSSL_RAW_DATA = UNKNOWN; define
H A Dopenssl_arginfo.h628 REGISTER_LONG_CONSTANT("OPENSSL_RAW_DATA", OPENSSL_RAW_DATA, CONST_PERSISTENT); in register_openssl_symbols()
H A Dopenssl.c7456 if (options & OPENSSL_RAW_DATA) { in php_openssl_encrypt()
7562 if (!(options & OPENSSL_RAW_DATA)) { in php_openssl_decrypt()

Completed in 33 milliseconds