Home
last modified time | relevance | path

Searched refs:hmac_wkm (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dsb.c183 err = ubifs_hmac_wkm(c, sup->hmac_wkm); in create_default_filesystem()
541 u8 hmac_wkm[UBIFS_HMAC_ARR_SZ]; in authenticate_sb_node() local
587 err = ubifs_hmac_wkm(c, hmac_wkm); in authenticate_sb_node()
590 if (ubifs_check_hmac(c, hmac_wkm, sup->hmac_wkm)) { in authenticate_sb_node()
H A Dubifs-media.h646 * @hmac_wkm: HMAC of a well known message (the string "UBIFS") as a convenience
679 __u8 hmac_wkm[UBIFS_MAX_HMAC_LEN]; member
H A Dsuper.c1435 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsb.c186 err = ubifs_hmac_wkm(c, sup->hmac_wkm); in create_default_filesystem()
544 u8 hmac_wkm[UBIFS_HMAC_ARR_SZ]; in authenticate_sb_node() local
590 err = ubifs_hmac_wkm(c, hmac_wkm); in authenticate_sb_node()
593 if (ubifs_check_hmac(c, hmac_wkm, sup->hmac_wkm)) { in authenticate_sb_node()
H A Dubifs-media.h646 * @hmac_wkm: HMAC of a well known message (the string "UBIFS") as a convenience
679 __u8 hmac_wkm[UBIFS_MAX_HMAC_LEN]; member
H A Dsuper.c1438 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()

Completed in 11 milliseconds