Searched refs:hmac_name (Results 1 – 1 of 1) sorted by relevance
| /fs/ubifs/ |
| A D | auth.c | 260 char hmac_name[CRYPTO_MAX_ALG_NAME]; in ubifs_init_authentication() local 275 snprintf(hmac_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", in ubifs_init_authentication() 317 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication() 320 ubifs_err(c, "Can not allocate %s: %d", hmac_name, err); in ubifs_init_authentication() 327 hmac_name, c->hmac_desc_len, UBIFS_HMAC_ARR_SZ); in ubifs_init_authentication()
|
Completed in 3 milliseconds