Searched refs:auth_hash_name (Results 1 – 4 of 4) sorted by relevance
264 if (!c->auth_hash_name) { in ubifs_init_authentication()270 c->auth_hash_name); in ubifs_init_authentication()273 c->auth_hash_name); in ubifs_init_authentication()278 c->auth_hash_name); in ubifs_init_authentication()303 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication()307 c->auth_hash_name, err); in ubifs_init_authentication()314 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
572 if (strcmp(hash_algo_name[hash_algo], c->auth_hash_name)) { in authenticate_sb_node()575 c->auth_hash_name); in authenticate_sb_node()
1134 c->auth_hash_name = kstrdup(args[0].from, in ubifs_parse_options()1136 if (!c->auth_hash_name) in ubifs_parse_options()1170 kfree(c->auth_hash_name); in ubifs_release_options()1171 c->auth_hash_name = NULL; in ubifs_release_options()
1475 char *auth_hash_name; member