Searched refs:xdr_stream_decode_opaque_auth (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 771 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_null_accept() 850 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_tls_accept() 973 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_unix_accept()
|
| H A D | xdr.c | 2264 ssize_t xdr_stream_decode_opaque_auth(struct xdr_stream *xdr, u32 *flavor, in xdr_stream_decode_opaque_auth() function 2278 EXPORT_SYMBOL_GPL(xdr_stream_decode_opaque_auth);
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 721 if (xdr_stream_decode_opaque_auth(xdr, &flavor, in svcauth_gss_verify_header() 1383 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_gss_proc_init()
|