Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c6669 zend_string **poutbuf, int *poutlen, char *data, size_t data_len, in php_openssl_cipher_update() argument
6686 *poutbuf = zend_string_alloc((int)data_len + EVP_CIPHER_block_size(cipher_type), 0); in php_openssl_cipher_update()
6688 if (!EVP_CipherUpdate(cipher_ctx, (unsigned char*)ZSTR_VAL(*poutbuf), in php_openssl_cipher_update()
6698 zend_string_release_ex(*poutbuf, 0); in php_openssl_cipher_update()

Completed in 19 milliseconds