Searched defs:krb5_ctx (Results 1 – 1 of 1) sorted by relevance
60 struct krb5_ctx { struct61 int initiate; /* 1 = initiating, 0 = accepting */62 u32 enctype;63 u32 flags;87 u32 gss_krb5_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, argument