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
108 create a B<OSSL_STORE_INFO> object to hold the given input object.
109 On success the input object is consumed.
132 Currently supported object types are:
142 object would have the URI C<file:/foo/bar/cookie.pem>, which can be
145 of object URIs.
148 returned name will be the path of each object, so if C</foo/bar> was
153 for the storage where the object (or collection of objects) resides.
156 However, it's possible that certain schemes allow an object (or collection
194 a pointer to the OpenSSL object on success, NULL otherwise.
199 a pointer to a duplicate of the OpenSSL object on success, NULL otherwise.
220 The OSSL_STORE_INFO_PUBKEY object type was added in OpenSSL 3.0.