Searched refs:auth_hash_name (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dauth.c262 if (!c->auth_hash_name) {
268 c->auth_hash_name);
271 c->auth_hash_name);
276 c->auth_hash_name);
301 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0);
305 c->auth_hash_name, err);
312 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ);
H A Dsb.c575 if (strcmp(hash_algo_name[hash_algo], c->auth_hash_name)) {
578 c->auth_hash_name);
H A Dsuper.c996 {Opt_auth_hash_name, "auth_hash_name=%s"},
1132 c->auth_hash_name = kstrdup(args[0].from,
1134 if (!c->auth_hash_name)
1168 kfree(c->auth_hash_name);
1169 c->auth_hash_name = NULL;
H A Dubifs.h1255 * @auth_hash_name: the name of the hash algorithm used for authentication
1507 char *auth_hash_name; member in struct:ubifs_info

Completed in 262 milliseconds