Home
last modified time | relevance | path

Searched refs:UBIFS_HASH_ARR_SZ (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ubifs/
H A Dauth.c66 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_prepare_auth_node()
143 u8 calc[UBIFS_HASH_ARR_SZ]; in ubifs_bad_hash()
165 u8 calc[UBIFS_HASH_ARR_SZ]; in __ubifs_node_check_hash()
310 if (c->hash_len > UBIFS_HASH_ARR_SZ) { in ubifs_init_authentication()
312 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
H A Dubifs.h146 #define UBIFS_HASH_ARR_SZ UBIFS_MAX_HASH_LEN macro
149 #define UBIFS_HASH_ARR_SZ 0 macro
756 u8 hash[UBIFS_HASH_ARR_SZ];
H A Dsb.c91 u8 hash[UBIFS_HASH_ARR_SZ]; in create_default_filesystem()
92 u8 hash_lpt[UBIFS_HASH_ARR_SZ]; in create_default_filesystem()
H A Dtnc_commit.c29 u8 hash[UBIFS_HASH_ARR_SZ]; in make_idx_node()
859 u8 hash[UBIFS_HASH_ARR_SZ]; in write_index()
H A Dlpt.c1751 u8 hash[UBIFS_HASH_ARR_SZ]; in lpt_check_hash()