Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dauth.c509 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac) in ubifs_hmac_wkm() function
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()
Dubifs.h1718 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac);
Dsuper.c1429 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()