Lines Matching refs:I

49 arrays.  The B<I<TYPE>> names are as per L<OSSL_PARAM_int(3)>.
59 I<bld> into an allocated OSSL_PARAM array.
73 OSSL_PARAM objects of the specified size and correct type for the I<val>
75 I<val> is stored by value and an expression or auto variable can be used.
77 When B<I<TYPE>> denotes an integer type, signed integer types will normally
79 When B<I<TYPE>> denotes an unsigned integer type will get the OSSL_PARAM type
83 that holds the specified BIGNUM I<bn>.
84 When the I<bn> is zero or positive, its OSSL_PARAM type becomes
86 When the I<bn> is negative, its OSSL_PARAM type becomes B<OSSL_PARAM_INTEGER>.
87 If I<bn> is marked as being securely allocated, its OSSL_PARAM representation
89 The I<bn> argument is stored by reference and the underlying BIGNUM object
93 that holds the specified BIGNUM I<bn>.
94 The object will be padded to occupy exactly I<sz> bytes, if insufficient space
96 When the I<bn> is zero or positive, its OSSL_PARAM type becomes
98 When the I<bn> is negative, its OSSL_PARAM type becomes B<OSSL_PARAM_INTEGER>.
99 If I<bn> is marked as being securely allocated, its OSSL_PARAM representation
101 The I<bn> argument is stored by reference and the underlying BIGNUM object
105 object that references the UTF8 string specified by I<buf>.
106 The length of the string I<bsize> should not include the terminating NUL byte.
108 The string that I<buf> points to is stored by reference and must remain in
112 object that references the octet string specified by I<buf> and <bsize>.
113 The memory that I<buf> points to is stored by reference and must remain in
117 object that references the UTF8 string specified by I<buf>.
118 The length of the string I<bsize> should not include the terminating NUL byte.
120 The string I<buf> points to is stored by reference and must remain in
124 object that references the octet string specified by I<buf>.
125 The memory I<buf> points to is stored by reference and must remain in