Searched refs:hmac_offs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A 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()
|
H A D | io.c | 391 * @hmac_offs: offset of the HMAC in the node 396 * the next minimum I/O unit if @pad is not zero. if @hmac_offs is positive then 402 int hmac_offs, int pad) in ubifs_prepare_node_hmac() 408 if (hmac_offs > 0) { in ubifs_prepare_node_hmac() 409 err = ubifs_node_insert_hmac(c, node, len, hmac_offs); in ubifs_prepare_node_hmac() 928 * @hmac_offs: offset of the HMAC within the node 937 int offs, int hmac_offs) in ubifs_write_node_hmac() 952 err = ubifs_prepare_node_hmac(c, buf, len, hmac_offs, 1); in ubifs_write_node_hmac() 401 ubifs_prepare_node_hmac(struct ubifs_info *c, void *node, int len, int hmac_offs, int pad) ubifs_prepare_node_hmac() argument 936 ubifs_write_node_hmac(struct ubifs_info *c, void *buf, int len, int lnum, int offs, int hmac_offs) ubifs_write_node_hmac() argument
|
H A D | ubifs.h | 1728 int offs, int hmac_offs); 1735 int hmac_offs, int pad);
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A 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()
|
H A D | io.c | 412 * @hmac_offs: offset of the HMAC in the node 417 * the next minimum I/O unit if @pad is not zero. if @hmac_offs is positive then 423 int hmac_offs, int pad) in ubifs_prepare_node_hmac() 429 if (hmac_offs > 0) { in ubifs_prepare_node_hmac() 430 err = ubifs_node_insert_hmac(c, node, len, hmac_offs); in ubifs_prepare_node_hmac() 949 * @hmac_offs: offset of the HMAC within the node 958 int offs, int hmac_offs) in ubifs_write_node_hmac() 973 err = ubifs_prepare_node_hmac(c, buf, len, hmac_offs, 1); in ubifs_write_node_hmac() 422 ubifs_prepare_node_hmac(struct ubifs_info *c, void *node, int len, int hmac_offs, int pad) ubifs_prepare_node_hmac() argument 957 ubifs_write_node_hmac(struct ubifs_info *c, void *buf, int len, int lnum, int offs, int hmac_offs) ubifs_write_node_hmac() argument
|
H A D | ubifs.h | 1757 int offs, int hmac_offs); 1764 int hmac_offs, int pad);
|
Completed in 12 milliseconds