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