Searched defs:rpc_authops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | auth.h | 106 struct rpc_authops { struct 107 struct module *owner; 108 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ 109 char * au_name; 110 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, 112 void (*destroy)(struct rpc_auth *); 114 int (*hash_cred)(struct auth_cred *, unsigned int); 115 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 116 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t); 117 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *); [all …]
|
| /kernel/linux/linux-4.19/include/linux/sunrpc/ |
| D | auth.h | 124 struct rpc_authops { struct 125 struct module *owner; 126 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ 127 char * au_name; 128 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, 130 void (*destroy)(struct rpc_auth *); 132 int (*hash_cred)(struct auth_cred *, unsigned int); 133 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 134 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t); 135 int (*list_pseudoflavors)(rpc_authflavor_t *, int); [all …]
|