Home
last modified time | relevance | path

Searched refs:ubifs_hmac_zero (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dauth.c565 bool ubifs_hmac_zero(struct ubifs_info *c, const u8 *hmac) in ubifs_hmac_zero() function
Dmaster.c138 if (ubifs_hmac_zero(c, c->mst_node->hmac)) { in scan_for_master()
Dsb.c586 if (ubifs_hmac_zero(c, sup->hmac)) { in authenticate_sb_node()
Dubifs.h1684 bool ubifs_hmac_zero(struct ubifs_info *c, const u8 *hmac);
Dsuper.c1386 if (ubifs_authenticated(c) && ubifs_hmac_zero(c, c->sup_node->hmac)) { in mount_ubifs()