Searched refs:hmac_wkm (Results 1 – 2 of 2) sorted by relevance
186 err = ubifs_hmac_wkm(c, sup->hmac_wkm); in create_default_filesystem()544 u8 hmac_wkm[UBIFS_HMAC_ARR_SZ]; in authenticate_sb_node() local590 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()
679 __u8 hmac_wkm[UBIFS_MAX_HMAC_LEN]; member