Lines Matching +full:0 +full:pointer
72 * @result: pointer to hold output hash
73 * @resultlen: pointer to hold length of @result
74 * @errp: pointer to a NULL-initialized error object
80 * @result must hold a pointer that is @result_len in size, and
85 * a buffer to hold the hash output digest, storing a pointer to
90 * Returns: 0 on success, -1 on error
104 * @result: pointer to hold output hash
105 * @resultlen: pointer to hold length of @result
106 * @errp: pointer to a NULL-initialized error object
112 * @result must hold a pointer that is @result_len in size, and
117 * a buffer to hold the hash output digest, storing a pointer to
122 * Returns: 0 on success, -1 on error
136 * @digest: pointer to hold output hash
137 * @errp: pointer to a NULL-initialized error object
140 * present in @iov. The @digest pointer will be
142 * hash, which will be terminated by '\0'. The
143 * memory pointer in @digest must be released
146 * Returns: 0 on success, -1 on error
159 * @errp: pointer to a NULL-initialized error object
164 * Returns: 0 on success, -1 on error
175 * @errp: pointer to a NULL-initialized error object
180 * Returns: 0 on success, -1 on error
190 * @digest: pointer to hold output hash
191 * @errp: pointer to a NULL-initialized error object
195 * The @digest pointer will be filled with the printable hex digest of the
196 * computed hash, which will be terminated by '\0'. The memory pointer
200 * Returns: 0 on success, -1 on error
209 * @base64: pointer to store the hash result in
210 * @errp: pointer to a NULL-initialized error object
214 * The @base64 pointer will be filled with the base64 encoding of the computed
215 * hash, which will be terminated by '\0'. The memory pointer in @base64
218 * Returns: 0 on success, -1 on error
227 * @result: pointer to store the hash result in
228 * @result_len: Pointer to store the length of the result in
229 * @errp: pointer to a NULL-initialized error object
235 * @result must hold a pointer that is @result_len in size, and
240 * a buffer to hold the hash output digest, storing a pointer to
245 * Returns: 0 on success, -1 on error
255 * @errp: pointer to a NULL-initialized error object
279 * @digest: pointer to hold output hash
280 * @errp: pointer to a NULL-initialized error object
283 * @buf of length @len. The @digest pointer will be
285 * hash, which will be terminated by '\0'. The
286 * memory pointer in @digest must be released
289 * Returns: 0 on success, -1 on error
302 * @base64: pointer to hold output hash
303 * @errp: pointer to a NULL-initialized error object
306 * present in @iov. The @base64 pointer will be
308 * hash, which will be terminated by '\0'. The
309 * memory pointer in @base64 must be released
312 * Returns: 0 on success, -1 on error
325 * @base64: pointer to hold output hash
326 * @errp: pointer to a NULL-initialized error object
329 * @buf of length @len. The @base64 pointer will be
331 * hash, which will be terminated by '\0'. The
332 * memory pointer in @base64 must be released
335 * Returns: 0 on success, -1 on error