Lines Matching full:array
38 - EVP_CTRL_SET_PIPELINE_OUTPUT_BUFS (array of buffer pointers)
39 - EVP_CTRL_SET_PIPELINE_INPUT_BUFS (array of buffer pointers)
75 * @param iv array of pointers (array length must be numpipes)
89 * @param out array of pointers to output buffers (array length must be
92 * @param outl pointer to array of output length (array length must be
94 * @param outsize pointer to array of output buffer size (array length must be
96 * @param in array of pointers to input buffers (array length must be
98 * @param inl pointer to array of input length (array length must be numpipes)
106 * @param outm array of pointers to output buffers (array length must be
108 * @param outl pointer to array of output length (array length must be
110 * @param outsize pointer to array of output buffer size (array length must be
122 * @param buf array of pointers to aead buffers (array length must be
140 * @param out array of EVP_CIPHER_buf containing output buffers (array
143 * data (individual pointers within array being NULL will be
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
199 - [x] a. A set of buffers is represented by an array of buffer pointers and
200 an array of lengths. Example: `unsigned char **out, size_t *outl`.
208 `OSSL_CIPHER_PARAM_PIPELINE_AEAD_TAG`, that uses an array of buffer