Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dauth.c543 bool ubifs_hmac_zero(struct ubifs_info *c, const u8 *hmac) in ubifs_hmac_zero() function
H A Dmaster.c135 if (ubifs_hmac_zero(c, c->mst_node->hmac)) { in scan_for_master()
H A Dsb.c587 if (ubifs_hmac_zero(c, sup->hmac)) { in authenticate_sb_node()
H A Dubifs.h1721 bool ubifs_hmac_zero(struct ubifs_info *c, const u8 *hmac);
H A Dsuper.c1437 if (ubifs_authenticated(c) && ubifs_hmac_zero(c, c->sup_node->hmac)) { in mount_ubifs()