Lines Matching refs:data
26 * to communicate data between them.
77 * Type to pass object data in a uniform way, without exposing the object
85 void *data; /* value being passed in or out */
86 size_t data_size; /* data size */
90 /* Currently supported OSSL_PARAM data types */
129 * function doesn't need to copy the data to the provided buffer, but
130 * sets the provided buffer to point at the actual data instead.
133 * data and its location are constant.
148 * function doesn't need to copy the data to the provided buffer, but
149 * sets the provided buffer to point at the actual data instead.
152 * data and its location are constant.
182 * together with some functions passed via |in| to query data.
208 * as well as a pointer to caller-specific data. When calling the
210 * with data of its choice and pass that in the callback call, along
211 * with the caller data argument.