Searched refs:hmac_offs (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dio.c412 * @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)
429 if (hmac_offs > 0) {
430 err = ubifs_node_insert_hmac(c, node, len, hmac_offs);
949 * @hmac_offs: offset of the HMAC within the node
958 int offs, int hmac_offs)
973 err = ubifs_prepare_node_hmac(c, buf, len, hmac_offs, 1);
422 ubifs_prepare_node_hmac(struct ubifs_info *c, void *node, int len, int hmac_offs, int pad) argument
957 ubifs_write_node_hmac(struct ubifs_info *c, void *buf, int len, int lnum, int offs, int hmac_offs) argument
H A Dmaster.c28 int hmac_offs = offsetof(struct ubifs_mst_node, hmac); local
35 hmac_offs - UBIFS_CH_SZ);
43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN;
H A Dubifs.h1761 int offs, int hmac_offs);
1768 int hmac_offs, int pad);

Completed in 116 milliseconds