Searched refs:ubifs_node_calc_hmac (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ubifs/ |
D | auth.c | 387 static int ubifs_node_calc_hmac(const struct ubifs_info *c, const void *node, in ubifs_node_calc_hmac() function 434 return ubifs_node_calc_hmac(c, node, len, ofs_hmac, node + ofs_hmac); in __ubifs_node_insert_hmac() 458 err = ubifs_node_calc_hmac(c, node, len, ofs_hmac, hmac); in __ubifs_node_verify_hmac()
|