Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dauth.c262 if (!c->auth_hash_name) { in ubifs_init_authentication()
268 c->auth_hash_name); in ubifs_init_authentication()
271 c->auth_hash_name); in ubifs_init_authentication()
276 c->auth_hash_name); in ubifs_init_authentication()
301 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication()
305 c->auth_hash_name, err); in ubifs_init_authentication()
312 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
H A Dsuper.c1020 char *auth_hash_name; member
1091 kfree(ctx->auth_hash_name); in ubifs_parse_param()
1092 ctx->auth_hash_name = param->string; in ubifs_parse_param()
1111 kfree(c->auth_hash_name); in ubifs_release_options()
1112 c->auth_hash_name = NULL; in ubifs_release_options()
2149 c->auth_hash_name = ctx->auth_hash_name; in ubifs_fill_super()
2157 ctx->auth_hash_name = NULL; in ubifs_fill_super()
2323 kfree(ctx->auth_hash_name); in ubifs_free_fc()
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 Dubifs.h1492 char *auth_hash_name; member
/linux/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst87 auth_hash_name= 用于身份验证的哈希算法。同时用于哈希计算和 HMAC
/linux/Documentation/filesystems/
H A Dubifs.rst105 auth_hash_name= The hash algorithm used for authentication. Used for