Lines Matching full:out
37 * serialargs_get() - copy out a chunk of data and advance
39 * @out: output buffer
44 enum pkcs11_rc serialargs_get(struct serialargs *args, void *out, size_t sz);
47 * serialargs_get_u32() - copy out a uint32_t and advance
49 * @out: output buffer
54 uint32_t *out) in serialargs_get_u32() argument
56 return serialargs_get(args, out, sizeof(*out)); in serialargs_get_u32()
62 * @out: Pointer to the data retrieved in *@out
67 enum pkcs11_rc serialargs_get_ptr(struct serialargs *args, void **out,
73 * @out: Pointer to the allocated and extracted attribute in *@out
80 struct pkcs11_attribute_head **out);
85 * @out: Pointer to the allocated and extracted object in *@out
91 struct pkcs11_object_head **out);
96 * @out: Pointer to the allocated and extracted data in *@out
103 void **out, size_t size);