Searched refs:poutbuf (Results 1 – 1 of 1) sorted by relevance
7814 zend_string **poutbuf, int *poutlen, const char *data, size_t data_len, argument7831 *poutbuf = zend_string_alloc((int)data_len + EVP_CIPHER_block_size(cipher_type), 0);7833 if (!EVP_CipherUpdate(cipher_ctx, (unsigned char*)ZSTR_VAL(*poutbuf),7843 zend_string_release_ex(*poutbuf, 0);
Completed in 37 milliseconds