Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.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_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…
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 Dbug72362.phpt15 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
25 OPENSSL_RAW_DATA
H A Dbug74099.phpt16 $ciphertext = openssl_encrypt($plaintext, 'aes-256-gcm', $key, \OPENSSL_RAW_DATA, $iv, $tag, $aad);
H A Dbug71917.phpt16 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
H A Dopenssl_encrypt_ccm.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,
/PHP-7.1/ext/openssl/
H A Dphp_openssl.h51 #define OPENSSL_RAW_DATA 1 macro
H A Dopenssl.c1507 REGISTER_LONG_CONSTANT("OPENSSL_RAW_DATA", OPENSSL_RAW_DATA, CONST_CS|CONST_PERSISTENT); in PHP_INI_END()
6422 if (options & OPENSSL_RAW_DATA) { in PHP_FUNCTION()
6519 if (!(options & OPENSSL_RAW_DATA)) { in PHP_FUNCTION()

Completed in 27 milliseconds