Searched refs:cfx (Results 1 – 7 of 7) sorted by relevance
949 * krb5/cfx.c (_gssapi_verify_mic_cfx): always free crypto context.1228 * krb5/cfx.c: Redo the wrap length calculations.1230 * krb5/test_cfx.c: test max_wrap_size in cfx.c1434 * cfx.c: Less pointer signedness warnings.1457 * cfx.c: Less pointer signedness warnings.1777 * cfx.c: s/CTXAcceptorSubkey/CFXAcceptorSubkey/1827 * wrap.c: support cfx, try to handle acceptor asserted subkey1829 * unwrap.c: support cfx, try to handle acceptor asserted subkey1831 * verify_mic.c: support cfx1833 * get_mic.c: support cfx[all …]
32 krb5/cfx.c \33 krb5/cfx.h \
139 krb5/cfx.lo krb5/compare_name.lo krb5/compat.lo \570 krb5/cfx.c \571 krb5/cfx.h \925 krb5/cfx.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)1329 -rm -f krb5/cfx.$(OBJEXT)1330 -rm -f krb5/cfx.lo1663 @AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/cfx.Plo@am__quote@
19 cfx.c \
11504 Jim_CallFrame *cf, *cfx; in Jim_FreeInterp() local11511 for (cf = i->framePtr; cf; cf = cfx) { in Jim_FreeInterp()11514 cfx = cf->parent; in Jim_FreeInterp()11584 for (cf = i->freeFramesList; cf; cf = cfx) { in Jim_FreeInterp()11585 cfx = cf->next; in Jim_FreeInterp()
619 * lib/krb5/krb5.h: cfx-01 use diffrent usage numbers
826 * lib/krb5/rd_req.c: disable ETypeList parsing usage for now, cfx