Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A 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()
H A Dubifs.h154 #define UBIFS_HMAC_ARR_SZ UBIFS_MAX_HMAC_LEN macro
157 #define UBIFS_HMAC_ARR_SZ 0 macro
H A Dsb.c544 u8 hmac_wkm[UBIFS_HMAC_ARR_SZ]; in authenticate_sb_node()
H A Dreplay.c599 u8 hmac[UBIFS_HMAC_ARR_SZ]; in authenticate_sleb()