Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c6565 zend_string **poutbuf, int *poutlen, char *data, size_t data_len, in php_openssl_cipher_update() argument
6582 *poutbuf = zend_string_alloc((int)data_len + EVP_CIPHER_block_size(cipher_type), 0); in php_openssl_cipher_update()
6584 if (!EVP_CipherUpdate(cipher_ctx, (unsigned char*)ZSTR_VAL(*poutbuf), in php_openssl_cipher_update()
6594 zend_string_release_ex(*poutbuf, 0); in php_openssl_cipher_update()

Completed in 19 milliseconds