rpc_credops
Regular
4.4
: Absent ⚠️
4.8
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
bool (*crkey_to_expire)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
};
4.10
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
bool (*crkey_to_expire)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
};
4.13
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
bool (*crkey_to_expire)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
};
4.15
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
bool (*crkey_to_expire)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
};
4.18
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
bool (*crkey_to_expire)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
};
5.0
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
__be32 * (*crmarshal)(struct rpc_task *, __be32 *);
int (*crrefresh)(struct rpc_task *);
__be32 * (*crvalidate)(struct rpc_task *, __be32 *);
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *);
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
5.3
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
5.4
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
5.15
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
5.19
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
6.2
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
6.5
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
6.8
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
arm64
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
armhf
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
ppc64el
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
riscv64
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
aws
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
azure
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
gcp
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
lowlatency
: ✅struct rpc_credops {
const char *cr_name;
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
void (*crdestroy)(struct rpc_cred *);
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
int (*crmarshal)(struct rpc_task *, struct xdr_stream *);
int (*crrefresh)(struct rpc_task *);
int (*crvalidate)(struct rpc_task *, struct xdr_stream *);
int (*crwrap_req)(struct rpc_task *, struct xdr_stream *);
int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *);
int (*crkey_timeout)(struct rpc_cred *);
char * (*crstringify_acceptor)(struct rpc_cred *);
bool (*crneed_reencode)(struct rpc_task *);
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️bool (*crneed_reencode)(struct rpc_task *)
struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int)
bool (*crkey_to_expire)(struct rpc_cred *)
5.0
and 5.3
⚠️__be32 * (*crmarshal)(struct rpc_task *, __be32 *)
➡️ int (*crmarshal)(struct rpc_task *, struct xdr_stream *)
__be32 * (*crvalidate)(struct rpc_task *, __be32 *)
➡️ int (*crvalidate)(struct rpc_task *, struct xdr_stream *)
int (*crwrap_req)(struct rpc_task *, kxdreproc_t, void *, __be32 *, void *)
➡️ int (*crwrap_req)(struct rpc_task *, struct xdr_stream *)
int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t, void *, __be32 *, void *)
➡️ int (*crunwrap_resp)(struct rpc_task *, struct xdr_stream *)
5.3
and 5.4
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅