Home
last modified time | relevance | path

Searched refs:auth_info (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dcipher.c3144 .auth_info = {
3167 .auth_info = {
3190 .auth_info = {
3213 .auth_info = {
3236 .auth_info = {
3259 .auth_info = {
3282 .auth_info = {
3305 .auth_info = {
3328 .auth_info = {
3351 .auth_info = {
[all …]
Dcipher.h110 struct auth_op auth_info; member
/Linux-v5.4/fs/nfs/
Dsuper.c1048 static bool nfs_auth_info_add(struct nfs_auth_info *auth_info, in nfs_auth_info_add() argument
1052 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
1055 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_add()
1056 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
1060 if (auth_info->flavor_len + 1 >= max_flavor_len) { in nfs_auth_info_add()
1065 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
1073 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info, in nfs_auth_info_match() argument
1078 if (!auth_info->flavor_len) in nfs_auth_info_match()
1081 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_match()
1082 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
[all …]
Dnfs4client.c1067 server->auth_info = data->auth_info; in nfs4_init_server()
1072 if (data->auth_info.flavor_len >= 1) in nfs4_init_server()
1073 data->selected_flavor = data->auth_info.flavors[0]; in nfs4_init_server()
1125 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server()
1202 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
Dclient.c704 server->auth_info = data->auth_info; in nfs_init_server()
837 target->auth_info = source->auth_info; in nfs_server_copy_userdata()
Dnfs4namespace.c174 nfs_auth_info_match(&server->auth_info, pflavor)) { in nfs_find_best_sec()
Dinternal.h94 struct nfs_auth_info auth_info; member
Dnfs4proc.c3896 if (server->auth_info.flavor_len > 0) { in nfs4_find_root_sec()
3898 for (i = 0; i < server->auth_info.flavor_len; i++) { in nfs4_find_root_sec()
3900 server->auth_info.flavors[i]); in nfs4_find_root_sec()
9553 if (!nfs_auth_info_match(&server->auth_info, flavor)) in nfs41_find_root_sec()
/Linux-v5.4/include/linux/
Dnfs_fs_sb.h178 struct nfs_auth_info auth_info; /* parsed auth flavors */ member