Lines Matching refs:array
36 The caller sets up the B<OSSL_PARAM> array and calls some function
38 take the data from the B<OSSL_PARAM> array and assign them in a
43 The caller (the I<requester>) sets up the B<OSSL_PARAM> array and
51 The caller gets an array of constant B<OSSL_PARAM>, which describe
57 The caller may then use the information from this descriptor array to
58 build up its own B<OSSL_PARAM> array to pass down to a I<setter> or
63 Normally, the order of the an B<OSSL_PARAM> array is not relevant.
67 An B<OSSL_PARAM> array must have a terminating element, where I<key>
88 In an B<OSSL_PARAM> array, an item with this field set to NULL is
125 When an array of B<OSSL_PARAM> is used to request data, the
148 entities should remain oblivious and just pass the B<OSSL_PARAM> array
339 A I<responder> that receives this array (as I<params> in this example)