Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c5690 EVP_CIPHER_CTX *cipher_ctx; in PHP_FUNCTION() local
5709 cipher_ctx = EVP_CIPHER_CTX_new(); in PHP_FUNCTION()
5710 if (!cipher_ctx) { in PHP_FUNCTION()
5739 EVP_CIPHER_CTX_set_padding(cipher_ctx, 0); in PHP_FUNCTION()
5768 EVP_CIPHER_CTX_free(cipher_ctx); in PHP_FUNCTION()
5780 EVP_CIPHER_CTX *cipher_ctx; in PHP_FUNCTION() local
5806 cipher_ctx = EVP_CIPHER_CTX_new(); in PHP_FUNCTION()
5807 if (!cipher_ctx) { in PHP_FUNCTION()
5816 EVP_CIPHER_CTX_free(cipher_ctx); in PHP_FUNCTION()
5843 EVP_CIPHER_CTX_set_padding(cipher_ctx, 0); in PHP_FUNCTION()
[all …]

Completed in 29 milliseconds