Home
last modified time | relevance | path

Searched refs:OPENSSL_DONT_ZERO_PAD_KEY (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt28 $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 Dbug72362.phpt15 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
H A Dbug71917.phpt16 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
H A Dopenssl_encrypt_error.phpt25 var_dump(openssl_encrypt($data, $method, $password, OPENSSL_DONT_ZERO_PAD_KEY, $iv));
/PHP-7.4/ext/openssl/
H A Dphp_openssl.h51 #define OPENSSL_DONT_ZERO_PAD_KEY 4 macro
H A Dopenssl.c1555 …REGISTER_LONG_CONSTANT("OPENSSL_DONT_ZERO_PAD_KEY", OPENSSL_DONT_ZERO_PAD_KEY, CONST_CS|CONST_PERS… in PHP_INI_END()
6637 …if ((OPENSSL_DONT_ZERO_PAD_KEY & options) && !EVP_CIPHER_CTX_set_key_length(cipher_ctx, password_l… in php_openssl_cipher_init()

Completed in 62 milliseconds