Searched defs:fctx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_auth.c202 grow_find_authdata(krb5_context context, struct find_authdata_context *fctx, argument
206 if (fctx->length == fctx->space) {
208 if (fctx->space >= 256) {
213 new = realloc(fctx->out,
214 sizeof (krb5_authdata *)*(2*fctx->space+1));
217 fctx->out = new;
218 fctx->space *=2;
220 fctx->out[fctx
229 find_authdata_1(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdatatype ad_type, struct find_authdata_context *fctx, int from_ap_req) argument
278 struct find_authdata_context fctx; local
[all...]

Completed in 41 milliseconds