Searched refs:OPENSSL_DONT_ZERO_PAD_KEY (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/openssl/tests/ |
H A D | openssl_decrypt_basic.phpt | 35 $encrypted = openssl_encrypt($data, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY); 36 $output = openssl_decrypt($encrypted, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
|
H A D | bug72362.phpt | 17 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
|
H A D | bug71917.phpt | 18 OPENSSL_RAW_DATA | OPENSSL_DONT_ZERO_PAD_KEY
|
H A D | openssl_encrypt_error.phpt | 19 var_dump(openssl_encrypt($data, $method, $password, OPENSSL_DONT_ZERO_PAD_KEY, $iv));
|
/php-src/ext/openssl/ |
H A D | php_openssl.h | 49 #define OPENSSL_DONT_ZERO_PAD_KEY 4 macro
|
H A D | openssl.stub.php | 371 const OPENSSL_DONT_ZERO_PAD_KEY = UNKNOWN; define
|
H A D | openssl_arginfo.h | 650 REGISTER_LONG_CONSTANT("OPENSSL_DONT_ZERO_PAD_KEY", OPENSSL_DONT_ZERO_PAD_KEY, CONST_PERSISTENT); in register_openssl_symbols()
|
H A D | openssl.c | 7782 …if ((OPENSSL_DONT_ZERO_PAD_KEY & options) && !EVP_CIPHER_CTX_set_key_length(cipher_ctx, password_l…
|
Completed in 37 milliseconds