Lines Matching refs:bsize
66 size_t bsize);
68 size_t bsize);
70 size_t bsize);
72 size_t bsize);
74 size_t bsize);
190 A parameter with name I<key>, storage I<buf>, size I<bsize> and return
195 A parameter with name I<key>, storage I<buf> and size I<bsize> is created.
196 If I<bsize> is zero, the string length is determined using strlen(3).
197 Generally pass zero for I<bsize> instead of calling strlen(3) yourself.
201 A parameter with name I<key>, storage I<buf> and size I<bsize> is created.
205 A parameter with name I<key>, storage pointer I<*buf> and size I<bsize>
210 A parameter with name I<key>, storage pointer I<*buf> and size I<bsize>
340 I<bsize> is not relevant if the purpose is to send the L<OSSL_PARAM(3)> array
342 In that case, I<bsize> can safely be given zero.