Searched refs:xdr_extend_head (Results 1 – 3 of 3) sorted by relevance
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_wrap.c | 107 if (xdr_extend_head(buf, offset, GSS_KRB5_TOK_HDR_LEN)) in gss_krb5_wrap_v2()
|
H A D | gss_krb5_crypto.c | 572 xdr_extend_head(struct xdr_buf *buf, unsigned int base, unsigned int shiftlen) in xdr_extend_head() function 805 if (xdr_extend_head(buf, offset, conflen)) in gss_krb5_aes_encrypt() 1034 if (xdr_extend_head(buf, offset, conflen)) in krb5_etm_encrypt()
|
H A D | gss_krb5_internal.h | 172 int xdr_extend_head(struct xdr_buf *buf, unsigned int base,
|