Searched refs:ubifs_hmac_wkm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | sb.c | 183 err = ubifs_hmac_wkm(c, sup->hmac_wkm); in create_default_filesystem() 587 err = ubifs_hmac_wkm(c, hmac_wkm); in authenticate_sb_node()
|
H A D | auth.c | 499 * ubifs_hmac_wkm - Create a HMAC of the well known message 510 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac) in ubifs_hmac_wkm() function
|
H A D | ubifs.h | 1694 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac);
|
H A D | super.c | 1435 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | sb.c | 186 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 D | auth.c | 498 * ubifs_hmac_wkm - Create a HMAC of the well known message 509 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac) in ubifs_hmac_wkm() function
|
H A D | ubifs.h | 1723 int ubifs_hmac_wkm(struct ubifs_info *c, u8 *hmac);
|
H A D | super.c | 1438 err = ubifs_hmac_wkm(c, c->sup_node->hmac_wkm); in mount_ubifs()
|
Completed in 16 milliseconds