Lines Matching +full:memory +full:- +full:region
25 #include "qapi/qapi-types-crypto.h"
70 * @iov: the array of memory regions to hash
74 * @errp: pointer to a NULL-initialized error object
76 * Computes the hash across all the memory regions
79 * If @result_len is set to a non-zero value by the caller, then
87 * The memory referenced in @result must be released with a call
90 * Returns: 0 on success, -1 on error
102 * @buf: the memory region to hash
106 * @errp: pointer to a NULL-initialized error object
108 * Computes the hash across all the memory region
111 * If @result_len is set to a non-zero value by the caller, then
119 * The memory referenced in @result must be released with a call
122 * Returns: 0 on success, -1 on error
134 * @iov: the array of memory regions to hash
137 * @errp: pointer to a NULL-initialized error object
139 * Computes the hash across all the memory regions
143 * memory pointer in @digest must be released
146 * Returns: 0 on success, -1 on error
157 * @iov: the array of memory regions to hash
159 * @errp: pointer to a NULL-initialized error object
161 * Updates the given hash object with all the memory regions
164 * Returns: 0 on success, -1 on error
173 * @buf: the memory region to hash
175 * @errp: pointer to a NULL-initialized error object
180 * Returns: 0 on success, -1 on error
191 * @errp: pointer to a NULL-initialized error object
196 * computed hash, which will be terminated by '\0'. The memory pointer
200 * Returns: 0 on success, -1 on error
210 * @errp: pointer to a NULL-initialized error object
215 * hash, which will be terminated by '\0'. The memory pointer in @base64
218 * Returns: 0 on success, -1 on error
229 * @errp: pointer to a NULL-initialized error object
234 * If @result_len is set to a non-zero value by the caller, then
242 * The memory referenced in @result must be released with a call
245 * Returns: 0 on success, -1 on error
255 * @errp: pointer to a NULL-initialized error object
277 * @buf: the memory region to hash
280 * @errp: pointer to a NULL-initialized error object
282 * Computes the hash across all the memory region
286 * memory pointer in @digest must be released
289 * Returns: 0 on success, -1 on error
300 * @iov: the array of memory regions to hash
303 * @errp: pointer to a NULL-initialized error object
305 * Computes the hash across all the memory regions
309 * memory pointer in @base64 must be released
312 * Returns: 0 on success, -1 on error
323 * @buf: the memory region to hash
326 * @errp: pointer to a NULL-initialized error object
328 * Computes the hash across all the memory region
332 * memory pointer in @base64 must be released
335 * Returns: 0 on success, -1 on error