Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c7154 zend_string **poutbuf, int *poutlen, const char *data, size_t data_len, in php_openssl_cipher_update() argument
7171 *poutbuf = zend_string_alloc((int)data_len + EVP_CIPHER_block_size(cipher_type), 0); in php_openssl_cipher_update()
7173 if (!EVP_CipherUpdate(cipher_ctx, (unsigned char*)ZSTR_VAL(*poutbuf), in php_openssl_cipher_update()
7183 zend_string_release_ex(*poutbuf, 0); in php_openssl_cipher_update()

Completed in 21 milliseconds