Searched refs:auth_info (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dcipher.c3042 .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 Dcipher.h113 struct auth_op auth_info; member in struct:iproc_alg_s
/linux-master/fs/nfs/
H A Dsuper.c761 * Return true if 'match' is in auth_info or auth_info is empty.
764 bool nfs_auth_info_match(const struct nfs_auth_info *auth_info, argument
769 if (!auth_info->flavor_len)
772 for (i = 0; i < auth_info->flavor_len; i++) {
773 if (auth_info->flavors[i] == match)
781 * Ensure that a specified authtype in ctx->auth_info is supported by
808 if (nfs_auth_info_match(&ctx->auth_info, flavor))
816 flavor = ctx->auth_info.flavors[0];
912 if (ctx->auth_info
[all...]
H A Dfs_context.c379 * Add 'flavor' to 'auth_info' if not already present.
383 struct nfs_auth_info *auth_info,
387 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors);
390 for (i = 0; i < auth_info->flavor_len; i++) {
391 if (flavor == auth_info->flavors[i])
395 if (auth_info->flavor_len + 1 >= max_flavor_len)
398 auth_info->flavors[auth_info->flavor_len++] = flavor;
456 ret = nfs_auth_info_add(fc, &ctx->auth_info, pseudoflavor);
382 nfs_auth_info_add(struct fs_context *fc, struct nfs_auth_info *auth_info, rpc_authflavor_t flavor) argument
H A Dnfs4client.c1162 server->auth_info = ctx->auth_info;
1167 if (ctx->auth_info.flavor_len >= 1)
1168 ctx->selected_flavor = ctx->auth_info.flavors[0];
1220 auth_probe = ctx->auth_info.flavor_len < 1;
1307 auth_probe = parent_server->auth_info.flavor_len < 1;
H A Dclient.c737 server->auth_info = ctx->auth_info;
920 target->auth_info = source->auth_info;
H A Dnfs4namespace.c223 nfs_auth_info_match(&server->auth_info, pflavor)) {
H A Dinternal.h105 struct nfs_auth_info auth_info; member in struct:nfs_fs_context
H A Dnfs4proc.c4181 if (server->auth_info.flavor_len > 0) {
4183 for (i = 0; i < server->auth_info.flavor_len; i++) {
4185 server->auth_info.flavors[i]);
10225 if (!nfs_auth_info_match(&server->auth_info, flavor))
/linux-master/include/linux/
H A Dnfs_fs_sb.h196 struct nfs_auth_info auth_info; /* parsed auth flavors */ member in struct:nfs_server
H A Defi.h197 struct win_cert_uefi_guid auth_info; member in struct:efi_image_auth
/linux-master/drivers/acpi/
H A Dpfr_update.c306 size += sizeof(u64) + auth->auth_info.hdr.len;

Completed in 218 milliseconds