/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 3081 .auth_info = { 3104 .auth_info = { 3127 .auth_info = { 3150 .auth_info = { 3173 .auth_info = { 3198 .auth_info = { 3223 .auth_info = { 3248 .auth_info = { 3273 .auth_info = { 3298 .auth_info [all...] |
H A D | cipher.h | 112 struct auth_op auth_info; member
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 3042 .auth_info = { 3065 .auth_info = { 3088 .auth_info = { 3111 .auth_info = { 3134 .auth_info = { 3159 .auth_info = { 3184 .auth_info = { 3209 .auth_info = { 3234 .auth_info = { 3259 .auth_info [all...] |
H A D | cipher.h | 113 struct auth_op auth_info; member
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fs_context.c | 309 * Add 'flavor' to 'auth_info' if not already present. 313 struct nfs_auth_info *auth_info, in nfs_auth_info_add() 317 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add() 320 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_add() 321 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add() 325 if (auth_info->flavor_len + 1 >= max_flavor_len) in nfs_auth_info_add() 328 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add() 386 ret = nfs_auth_info_add(fc, &ctx->auth_info, pseudoflavor); in nfs_parse_security_flavors() 312 nfs_auth_info_add(struct fs_context *fc, struct nfs_auth_info *auth_info, rpc_authflavor_t flavor) nfs_auth_info_add() argument
|
H A D | super.c | 728 * Return true if 'match' is in auth_info or auth_info is empty. 731 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info, in nfs_auth_info_match() argument 736 if (!auth_info->flavor_len) in nfs_auth_info_match() 739 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_match() 740 if (auth_info->flavors[i] == match) in nfs_auth_info_match() 748 * Ensure that a specified authtype in ctx->auth_info is supported by 775 if (nfs_auth_info_match(&ctx->auth_info, flavor)) in nfs_verify_authflavors() 783 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors() 880 if (ctx->auth_info in nfs_try_mount_request() [all...] |
H A D | nfs4client.c | 1105 server->auth_info = ctx->auth_info; in nfs4_init_server() 1110 if (ctx->auth_info.flavor_len >= 1) in nfs4_init_server() 1111 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server() 1161 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server() 1241 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
|
H A D | client.c | 722 server->auth_info = ctx->auth_info; in nfs_init_server() 872 target->auth_info = source->auth_info; in nfs_server_copy_userdata()
|
H A D | nfs4namespace.c | 222 nfs_auth_info_match(&server->auth_info, pflavor)) { in nfs_find_best_sec()
|
H A D | internal.h | 107 struct nfs_auth_info auth_info; member
|
H A D | nfs4proc.c | 4032 if (server->auth_info.flavor_len > 0) { in nfs4_find_root_sec() 4034 for (i = 0; i < server->auth_info.flavor_len; i++) { in nfs4_find_root_sec() 4036 server->auth_info.flavors[i]); in nfs4_find_root_sec() 9990 if (!nfs_auth_info_match(&server->auth_info, flavor)) in nfs41_find_root_sec()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | super.c | 748 * Return true if 'match' is in auth_info or auth_info is empty. 751 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info, in nfs_auth_info_match() argument 756 if (!auth_info->flavor_len) in nfs_auth_info_match() 759 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_match() 760 if (auth_info->flavors[i] == match) in nfs_auth_info_match() 768 * Ensure that a specified authtype in ctx->auth_info is supported by 795 if (nfs_auth_info_match(&ctx->auth_info, flavor)) in nfs_verify_authflavors() 803 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors() 899 if (ctx->auth_info in nfs_try_mount_request() [all...] |
H A D | fs_context.c | 379 * Add 'flavor' to 'auth_info' if not already present. 383 struct nfs_auth_info *auth_info, in nfs_auth_info_add() 387 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add() 390 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_add() 391 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add() 395 if (auth_info->flavor_len + 1 >= max_flavor_len) in nfs_auth_info_add() 398 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add() 456 ret = nfs_auth_info_add(fc, &ctx->auth_info, pseudoflavor); in nfs_parse_security_flavors() 382 nfs_auth_info_add(struct fs_context *fc, struct nfs_auth_info *auth_info, rpc_authflavor_t flavor) nfs_auth_info_add() argument
|
H A D | nfs4client.c | 1160 server->auth_info = ctx->auth_info; in nfs4_init_server() 1165 if (ctx->auth_info.flavor_len >= 1) in nfs4_init_server() 1166 ctx->selected_flavor = ctx->auth_info.flavors[0]; in nfs4_init_server() 1218 auth_probe = ctx->auth_info.flavor_len < 1; in nfs4_create_server() 1305 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
|
H A D | client.c | 740 server->auth_info = ctx->auth_info; in nfs_init_server() 923 target->auth_info = source->auth_info; in nfs_server_copy_userdata()
|
H A D | nfs4namespace.c | 223 nfs_auth_info_match(&server->auth_info, pflavor)) { in nfs_find_best_sec()
|
H A D | internal.h | 105 struct nfs_auth_info auth_info; member
|
H A D | nfs4proc.c | 4161 if (server->auth_info.flavor_len > 0) { in nfs4_find_root_sec() 4163 for (i = 0; i < server->auth_info.flavor_len; i++) { in nfs4_find_root_sec() 4165 server->auth_info.flavors[i]); in nfs4_find_root_sec() 10197 if (!nfs_auth_info_match(&server->auth_info, flavor)) in nfs41_find_root_sec()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 187 struct nfs_auth_info auth_info; /* parsed auth flavors */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 195 struct nfs_auth_info auth_info; /* parsed auth flavors */ member
|
H A D | efi.h | 196 struct win_cert_uefi_guid auth_info; member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pfr_update.c | 306 size += sizeof(u64) + auth->auth_info.hdr.len; in applicable_image()
|