Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dauth.c264 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()
H A Dsb.c572 if (strcmp(hash_algo_name[hash_algo], c->auth_hash_name)) { in authenticate_sb_node()
575 c->auth_hash_name); in authenticate_sb_node()
H A Dsuper.c998 {Opt_auth_hash_name, "auth_hash_name=%s"},
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()
H A Dubifs.h1232 * @auth_hash_name: the name of the hash algorithm used for authentication
1475 char *auth_hash_name; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dauth.c263 if (!c->auth_hash_name) { in ubifs_init_authentication()
269 c->auth_hash_name); in ubifs_init_authentication()
272 c->auth_hash_name); in ubifs_init_authentication()
277 c->auth_hash_name); in ubifs_init_authentication()
302 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication()
306 c->auth_hash_name, err); in ubifs_init_authentication()
313 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
H A Dsb.c575 if (strcmp(hash_algo_name[hash_algo], c->auth_hash_name)) { in authenticate_sb_node()
578 c->auth_hash_name); in authenticate_sb_node()
H A Dsuper.c998 {Opt_auth_hash_name, "auth_hash_name=%s"},
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()
H A Dubifs.h1253 * @auth_hash_name: the name of the hash algorithm used for authentication
1503 char *auth_hash_name; member

Completed in 16 milliseconds