Searched refs:OPENSSL_DONT_ZERO_PAD_KEY (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_decrypt_basic.phpt | 28 $encrypted = openssl_encrypt($data, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY); 29 $output = openssl_decrypt($encrypted, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
|
H A D | bug72362.phpt | 15 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
|
H A D | bug71917.phpt | 16 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
|
H A D | openssl_encrypt_error.phpt | 28 var_dump(openssl_encrypt($data, $method, $password, OPENSSL_DONT_ZERO_PAD_KEY, $iv));
|
/PHP-7.3/ext/openssl/ |
H A D | php_openssl.h | 51 #define OPENSSL_DONT_ZERO_PAD_KEY 4 macro
|
H A D | openssl.c | 1526 …REGISTER_LONG_CONSTANT("OPENSSL_DONT_ZERO_PAD_KEY", OPENSSL_DONT_ZERO_PAD_KEY, CONST_CS|CONST_PERS… in PHP_INI_END() 6533 …if ((OPENSSL_DONT_ZERO_PAD_KEY & options) && !EVP_CIPHER_CTX_set_key_length(cipher_ctx, password_l… in php_openssl_cipher_init()
|
Completed in 32 milliseconds