Searched refs:hmac_desc_len (Results 1 – 3 of 3) sorted by relevance
349 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()
1471 int hmac_desc_len; member1591 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()
610 hmac = kmalloc(c->hmac_desc_len, GFP_NOFS); in authenticate_sleb()