Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c3209 .auth_info = {
3232 .auth_info = {
3255 .auth_info = {
3278 .auth_info = {
3301 .auth_info = {
3324 .auth_info = {
3347 .auth_info = {
3370 .auth_info = {
3393 .auth_info = {
3416 .auth_info = {
[all …]
Dcipher.h123 struct auth_op auth_info; member
/Linux-v4.19/fs/nfs/
Dsuper.c1027 static bool nfs_auth_info_add(struct nfs_auth_info *auth_info, in nfs_auth_info_add() argument
1031 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors); in nfs_auth_info_add()
1034 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_add()
1035 if (flavor == auth_info->flavors[i]) in nfs_auth_info_add()
1039 if (auth_info->flavor_len + 1 >= max_flavor_len) { in nfs_auth_info_add()
1044 auth_info->flavors[auth_info->flavor_len++] = flavor; in nfs_auth_info_add()
1052 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info, in nfs_auth_info_match() argument
1057 if (!auth_info->flavor_len) in nfs_auth_info_match()
1060 for (i = 0; i < auth_info->flavor_len; i++) { in nfs_auth_info_match()
1061 if (auth_info->flavors[i] == match) in nfs_auth_info_match()
[all …]
Dnfs4client.c1050 server->auth_info = data->auth_info; in nfs4_init_server()
1055 if (data->auth_info.flavor_len >= 1) in nfs4_init_server()
1056 data->selected_flavor = data->auth_info.flavors[0]; in nfs4_init_server()
1105 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server()
1178 auth_probe = parent_server->auth_info.flavor_len < 1; in nfs4_create_referral_server()
Dclient.c699 server->auth_info = data->auth_info; in nfs_init_server()
832 target->auth_info = source->auth_info; in nfs_server_copy_userdata()
Dnfs4namespace.c173 nfs_auth_info_match(&server->auth_info, pflavor)) { in nfs_find_best_sec()
Dinternal.h100 struct nfs_auth_info auth_info; member
Dnfs4proc.c3743 if (server->auth_info.flavor_len > 0) { in nfs4_find_root_sec()
3745 for (i = 0; i < server->auth_info.flavor_len; i++) { in nfs4_find_root_sec()
3747 server->auth_info.flavors[i]); in nfs4_find_root_sec()
9323 if (!nfs_auth_info_match(&server->auth_info, flavor)) in nfs41_find_root_sec()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h167 struct nfs_auth_info auth_info; /* parsed auth flavors */ member