Searched refs:free_iv (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 7688 bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ argument 7711 *free_iv = 1; 7723 *free_iv = 1; 7733 *free_iv = 1; 7742 const char **piv, size_t *piv_len, bool *free_iv, argument 7867 bool free_iv = 0, free_password = 0; local 7892 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE || 7937 if (free_iv) { 7981 bool free_iv = 0, free_password = 0; local 8017 &iv, &iv_len, &free_iv, tag, tag_len, options, 0) == FAILURE || [all …]
|
Completed in 19 milliseconds