Lines Matching refs:uint32_t
59 uint32_t attrs_size;
60 uint32_t attrs_count;
85 enum pkcs11_rc add_attribute(struct obj_attrs **head, uint32_t attribute,
94 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, uint32_t attrib);
116 void get_attribute_ptrs(struct obj_attrs *head, uint32_t attribute,
117 void **attr, uint32_t *attr_size, size_t *count);
133 enum pkcs11_rc get_attribute_ptr(struct obj_attrs *head, uint32_t attribute,
134 void **attr_ptr, uint32_t *attr_size);
158 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute,
159 void *attr, uint32_t *attr_size);
171 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute,
203 uint32_t attribute, in get_u32_attribute()
204 uint32_t *attr) in get_u32_attribute()
206 uint32_t size = sizeof(uint32_t); in get_u32_attribute()
209 if (!rc && size != sizeof(uint32_t)) in get_u32_attribute()
238 uint32_t class = 0; in get_class()
239 uint32_t size = sizeof(class); in get_class()
256 uint32_t type = 0; in get_key_type()
257 uint32_t size = sizeof(type); in get_key_type()
275 uint32_t type = 0; in get_certificate_type()
292 uint32_t type = 0; in get_mechanism_type()
293 uint32_t size = sizeof(type); in get_mechanism_type()
311 bool get_bool(struct obj_attrs *head, uint32_t attribute);