Home
last modified time | relevance | path

Searched refs:hmac_desc_len (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dauth.c349 c->hmac_desc_len = crypto_shash_digestsize(c->hmac_tfm); in ubifs_init_authentication()
350 if (c->hmac_desc_len > UBIFS_HMAC_ARR_SZ) { in ubifs_init_authentication()
352 hmac_name, c->hmac_desc_len, UBIFS_HMAC_ARR_SZ); in ubifs_init_authentication()
414 int hmac_len = c->hmac_desc_len; in ubifs_node_calc_hmac()
473 int hmac_len = c->hmac_desc_len; in __ubifs_node_verify_hmac()
567 return !memchr_inv(hmac, 0, c->hmac_desc_len); in ubifs_hmac_zero()
Dubifs.h1471 int hmac_desc_len; member
1591 return crypto_memneq(expected, got, c->hmac_desc_len); in ubifs_check_hmac()
1678 return sizeof(struct ubifs_auth_node) + c->hmac_desc_len; in ubifs_auth_node_sz()
Dreplay.c610 hmac = kmalloc(c->hmac_desc_len, GFP_NOFS); in authenticate_sleb()