Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 11 of 11) sorted by relevance

/include/crypto/
Dasym_tpm_subtype.h8 void *blob; member
15 struct tpm_key *tpm_key_create(const void *blob, uint32_t blob_len);
/include/linux/
Dfirmware.h34 #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 }
Dgetcpu.h16 unsigned long blob[128 / sizeof(long)]; member
Dof_fdt.h26 extern void *of_fdt_unflatten_tree(const unsigned long *blob,
Ddebugfs.h144 struct debugfs_blob_wrapper *blob);
323 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument
Dfs_context.h68 void *blob; member
/include/drm/
Ddrm_color_mgmt.h73 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()
Ddrm_property.h281 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);
Ddrm_atomic_uapi.h46 struct drm_property_blob *blob);
/include/keys/
Dtrusted-type.h26 unsigned char blob[MAX_BLOB_SIZE]; member
Dtrusted_tpm.h70 16, 1, p->blob, p->blob_len, 0); in dump_payload()