Searched refs:hmac_offs (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/ubifs/ |
| D | master.c | 28 int hmac_offs = offsetof(struct ubifs_mst_node, hmac); in ubifs_compare_master_node() local 35 hmac_offs - UBIFS_CH_SZ); in ubifs_compare_master_node() 43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN; in ubifs_compare_master_node()
|
| D | io.c | 413 int hmac_offs, int pad) in ubifs_prepare_node_hmac() argument 419 if (hmac_offs > 0) { in ubifs_prepare_node_hmac() 420 err = ubifs_node_insert_hmac(c, node, len, hmac_offs); in ubifs_prepare_node_hmac() 915 int offs, int hmac_offs) in ubifs_write_node_hmac() argument 930 err = ubifs_prepare_node_hmac(c, buf, len, hmac_offs, 1); in ubifs_write_node_hmac()
|
| D | ubifs.h | 1721 int offs, int hmac_offs); 1728 int hmac_offs, int pad);
|