Home
last modified time | relevance | path

Searched refs:ubifs_hmac_wkm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dauth.c509 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac) in ubifs_hmac_wkm() function
H A Dsb.c186 err = ubifs_hmac_wkm(c, sup->hmac_wkm); in create_default_filesystem()
590 err = ubifs_hmac_wkm(c, hmac_wkm); in authenticate_sb_node()
H A Dubifs.h1723 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac);
H A Dsuper.c1438 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()