Lines Matching refs:openssl_encrypt
2 openssl_decrypt() tests dependent on openssl_encrypt
7 $data = "openssl_encrypt() and openssl_decrypt() tests";
16 $encrypted = openssl_encrypt($data, $method, $password, 0, $iv);
19 $encrypted = openssl_encrypt($data, $method, $password, OPENSSL_RAW_DATA, $iv);
24 $encrypted = openssl_encrypt($padded_data, $method, $password, OPENSSL_RAW_DATA|OPENSSL_ZERO_PADDIN…
28 $encrypted = openssl_encrypt($data, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
34 openssl_encrypt($data, $method, $password, 0, $iv, $tag);
39 string(45) "openssl_encrypt() and openssl_decrypt() tests"
40 string(45) "openssl_encrypt() and openssl_decrypt() tests"
41 string(45) "openssl_encrypt() and openssl_decrypt() tests"
42 string(45) "openssl_encrypt() and openssl_decrypt() tests"