Lines Matching refs:object
67 Supported OpenSSL type object can be extracted using one of
69 The life time of this extracted object is as long as the life time of
73 same object with its reference count increased), which can be used
75 The object returned by STORE_INFO_get1_<TYPE>() must be freed separately
82 type number for the object inside.
91 all take a B<OSSL_STORE_INFO> and return the object it holds if the
99 all take a B<OSSL_STORE_INFO> and return a duplicate the object it
109 create a B<OSSL_STORE_INFO> object to hold the given input object.
110 On success the input object is consumed.
133 Currently supported object types are:
143 object would have the URI C<file:/foo/bar/cookie.pem>, which can be
146 of object URIs.
149 returned name will be the path of each object, so if C</foo/bar> was
154 for the storage where the object (or collection of objects) resides.
157 However, it's possible that certain schemes allow an object (or collection
195 a pointer to the OpenSSL object on success, NULL otherwise.
200 a pointer to a duplicate of the OpenSSL object on success, NULL otherwise.
221 The OSSL_STORE_INFO_PUBKEY object type was added in OpenSSL 3.0.