Searched refs:OPENSSL_RAW_DATA (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/openssl/tests/ |
H A D | openssl_decrypt_basic.phpt | 19 $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…
|
/PHP-5.6/ext/openssl/ |
H A D | php_openssl.h | 29 #define OPENSSL_RAW_DATA 1 macro
|
H A D | openssl.c | 1230 REGISTER_LONG_CONSTANT("OPENSSL_RAW_DATA", OPENSSL_RAW_DATA, CONST_CS|CONST_PERSISTENT); in PHP_INI_END() 5279 if (options & OPENSSL_RAW_DATA) { in PHP_FUNCTION() 5338 if (!(options & OPENSSL_RAW_DATA)) { in PHP_FUNCTION()
|
Completed in 20 milliseconds