Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/
Dauth.c326 if (c->hmac_desc_len > UBIFS_HMAC_ARR_SZ) { in ubifs_init_authentication()
328 hmac_name, c->hmac_desc_len, UBIFS_HMAC_ARR_SZ); in ubifs_init_authentication()
Dubifs.h154 #define UBIFS_HMAC_ARR_SZ UBIFS_MAX_HMAC_LEN macro
157 #define UBIFS_HMAC_ARR_SZ 0 macro
Dsb.c544 u8 hmac_wkm[UBIFS_HMAC_ARR_SZ]; in authenticate_sb_node()
Dreplay.c599 u8 hmac[UBIFS_HMAC_ARR_SZ]; in authenticate_sleb()