Lines Matching full:buffers
33 Input/output and aad buffers are set using `EVP_CIPHER_CTX_ctrl()`
89 * @param out array of pointers to output buffers (array length must be
91 * when NULL, input buffers are treated as AAD data
96 * @param in array of pointers to input buffers (array length must be
106 * @param outm array of pointers to output buffers (array length must be
122 * @param buf array of pointers to aead buffers (array length must be
124 * @param bsize size of one buffer (all buffers must be of same size)
131 **Alternative:** iovec style interface for input/output buffers.
140 * @param out array of EVP_CIPHER_buf containing output buffers (array
142 * when this param is NULL, input buffers are treated as AAD
145 * @param in array of EVP_CIPHER_buf containing input buffers (array
153 * @param outm array of EVP_CIPHER_buf containing output buffers (array
161 * @param buf array of EVP_CIPHER_buf containing output buffers (array
198 3. Input/Output buffers
199 - [x] a. A set of buffers is represented by an array of buffer pointers and