Searched refs:hmac_name (Results 1 – 1 of 1) sorted by relevance
/fs/ubifs/ |
D | auth.c | 262 char hmac_name[CRYPTO_MAX_ALG_NAME]; in ubifs_init_authentication() local 277 snprintf(hmac_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", in ubifs_init_authentication() 319 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication() 322 ubifs_err(c, "Can not allocate %s: %d", hmac_name, err); in ubifs_init_authentication() 329 hmac_name, c->hmac_desc_len, UBIFS_HMAC_ARR_SZ); in ubifs_init_authentication()
|