Searched refs:UUID_SIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | uuid.h | 14 #define UUID_SIZE 16 macro 17 __u8 b[UUID_SIZE];
|
/Linux-v5.4/include/ras/ |
D | ras_event.h | 231 __array(char, sec_type, UUID_SIZE) 232 __array(char, fru_id, UUID_SIZE) 240 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 241 memcpy(__entry->fru_id, fru_id, UUID_SIZE);
|
/Linux-v5.4/security/integrity/evm/ |
D | evm_crypto.c | 175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | p_sys-t.c | 325 sz = stm_data_write(data, m, c, false, op->node.uuid.b, UUID_SIZE); in sys_t_write()
|
/Linux-v5.4/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 3169 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler() 3173 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
|