Searched refs:ubifs_node_calc_hmac (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/ubifs/ | 
| D | auth.c | 410 static int ubifs_node_calc_hmac(const struct ubifs_info *c, const void *node,  in ubifs_node_calc_hmac()  function 457 	return ubifs_node_calc_hmac(c, node, len, ofs_hmac, node + ofs_hmac);  in __ubifs_node_insert_hmac() 481 	err = ubifs_node_calc_hmac(c, node, len, ofs_hmac, hmac);  in __ubifs_node_verify_hmac()
  |