ofs_hmac          402 fs/ubifs/auth.c 				int len, int ofs_hmac, void *hmac)
ofs_hmac          408 fs/ubifs/auth.c 	ubifs_assert(c, ofs_hmac > 8);
ofs_hmac          409 fs/ubifs/auth.c 	ubifs_assert(c, ofs_hmac + hmac_len < len);
ofs_hmac          418 fs/ubifs/auth.c 	err = crypto_shash_update(shash, node + 8, ofs_hmac - 8);
ofs_hmac          423 fs/ubifs/auth.c 	if (len - ofs_hmac - hmac_len > 0) {
ofs_hmac          424 fs/ubifs/auth.c 		err = crypto_shash_update(shash, node + ofs_hmac + hmac_len,
ofs_hmac          425 fs/ubifs/auth.c 			    len - ofs_hmac - hmac_len);
ofs_hmac          446 fs/ubifs/auth.c 			    int ofs_hmac)
ofs_hmac          448 fs/ubifs/auth.c 	return ubifs_node_calc_hmac(c, node, len, ofs_hmac, node + ofs_hmac);
ofs_hmac          462 fs/ubifs/auth.c 			     int len, int ofs_hmac)
ofs_hmac          472 fs/ubifs/auth.c 	err = ubifs_node_calc_hmac(c, node, len, ofs_hmac, hmac);
ofs_hmac          478 fs/ubifs/auth.c 	err = crypto_memneq(hmac, node + ofs_hmac, hmac_len);
ofs_hmac         1646 fs/ubifs/ubifs.h 			      int len, int ofs_hmac);
ofs_hmac         1648 fs/ubifs/ubifs.h 					  int len, int ofs_hmac)
ofs_hmac         1651 fs/ubifs/ubifs.h 		return __ubifs_node_insert_hmac(c, buf, len, ofs_hmac);
ofs_hmac         1657 fs/ubifs/ubifs.h 			     int len, int ofs_hmac);
ofs_hmac         1659 fs/ubifs/ubifs.h 					 const void *buf, int len, int ofs_hmac)
ofs_hmac         1662 fs/ubifs/ubifs.h 		return __ubifs_node_verify_hmac(c, buf, len, ofs_hmac);