Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c6515 zend_string **poutbuf, int *poutlen, char *data, size_t data_len, in php_openssl_cipher_update() argument
6532 *poutbuf = zend_string_alloc((int)data_len + EVP_CIPHER_block_size(cipher_type), 0); in php_openssl_cipher_update()
6534 if (!EVP_CipherUpdate(cipher_ctx, (unsigned char*)ZSTR_VAL(*poutbuf), in php_openssl_cipher_update()
6544 zend_string_release(*poutbuf); in php_openssl_cipher_update()

Completed in 20 milliseconds