Home
last modified time | relevance | path

Searched refs:auth_hash_name (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dauth.c287 if (!c->auth_hash_name) { in ubifs_init_authentication()
293 c->auth_hash_name); in ubifs_init_authentication()
296 c->auth_hash_name); in ubifs_init_authentication()
301 c->auth_hash_name); in ubifs_init_authentication()
326 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication()
330 c->auth_hash_name, err); in ubifs_init_authentication()
337 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
Dsb.c574 if (strcmp(hash_algo_name[hash_algo], c->auth_hash_name)) { in authenticate_sb_node()
577 c->auth_hash_name); in authenticate_sb_node()
Dsuper.c1100 c->auth_hash_name = kstrdup(args[0].from, GFP_KERNEL); in ubifs_parse_options()
1101 if (!c->auth_hash_name) in ubifs_parse_options()
1635 kfree(c->auth_hash_name); in ubifs_umount()
Dubifs.h1473 char *auth_hash_name; member
/Linux-v5.4/Documentation/filesystems/
Dubifs.txt98 auth_hash_name= The hash algorithm used for authentication. Used for