Searched refs:blob (Results 1 – 11 of 11) sorted by relevance
/include/crypto/ |
D | asym_tpm_subtype.h | 8 void *blob; member 15 struct tpm_key *tpm_key_create(const void *blob, uint32_t blob_len);
|
/include/linux/ |
D | firmware.h | 34 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument 35 DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob)) 37 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument 39 __used __section(".builtin_fw") = { name, blob, size }
|
D | getcpu.h | 16 unsigned long blob[128 / sizeof(long)]; member
|
D | of_fdt.h | 26 extern void *of_fdt_unflatten_tree(const unsigned long *blob,
|
D | debugfs.h | 144 struct debugfs_blob_wrapper *blob); 323 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument
|
D | fs_context.h | 68 void *blob; member
|
/include/drm/ |
D | drm_color_mgmt.h | 73 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size() argument 75 return blob->length / sizeof(struct drm_color_lut); in drm_color_lut_size()
|
D | drm_property.h | 281 bool drm_property_replace_blob(struct drm_property_blob **blob, 283 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob); 284 void drm_property_blob_put(struct drm_property_blob *blob);
|
D | drm_atomic_uapi.h | 46 struct drm_property_blob *blob);
|
/include/keys/ |
D | trusted-type.h | 26 unsigned char blob[MAX_BLOB_SIZE]; member
|
D | trusted_tpm.h | 70 16, 1, p->blob, p->blob_len, 0); in dump_payload()
|