Searched refs:get_mic (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/heimdal/lib/gssapi/spnego/ |
| H A D | accept_sec_context.c | 407 int *get_mic, in acceptor_complete() argument 429 *get_mic = 0; in acceptor_complete() 432 *get_mic = verify_mic = 1; in acceptor_complete() 435 *get_mic = 1; in acceptor_complete() 438 if (verify_mic || *get_mic) { in acceptor_complete() 456 if (*get_mic) in acceptor_complete() 463 *get_mic = 0; in acceptor_complete() 494 int get_mic = 0; in acceptor_start() local 589 &get_mic, in acceptor_start() 641 get_mic ? &mech_buf : NULL, in acceptor_start() [all …]
|
| /src/kerberos5/lib/libgssapi_krb5/ |
| H A D | Makefile | 34 get_mic.c \
|
| /src/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 241 * spnego/accept_sec_context.c: Init get_mic to 0. 688 * ntlm/get_mic.c: return GSS_S_UNAVAILABLE 1448 * get_mic.c (mic_des3): make sure message_buffer doesn't point to 1486 * get_mic.c (get_mic*)_: make sure message_token is cleaned on 1735 * get_mic.c: use gss_krb5_get_subkey() instead 1833 * get_mic.c: support cfx 2063 * get_mic.c: switch from the des_ to the DES_ api 2114 * wrap.c,unwrap.c,get_mic.c,verify_mic.c,cfx.c,cfx.h: 2150 * get_mic.c: hook in arcfour get_mic 2167 * arcfour.c: arcfour gss-api mech, get_mic/verify_mic working [all …]
|
| H A D | Makefile.am | 47 krb5/get_mic.c \
|
| H A D | Makefile.in | 144 krb5/export_sec_context.lo krb5/external.lo krb5/get_mic.lo \ 585 krb5/get_mic.c \ 950 krb5/get_mic.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp) 1359 -rm -f krb5/get_mic.$(OBJEXT) 1360 -rm -f krb5/get_mic.lo 1678 @AMDEP_TRUE@@am__include@ @am__quote@krb5/$(DEPDIR)/get_mic.Plo@am__quote@
|
| /src/sys/kgssapi/ |
| H A D | kgss_if.m | 54 METHOD OM_uint32 get_mic {
|
| /src/lib/libgssapi/ |
| H A D | gss_mech_switch.c | 259 SYM(get_mic); in _gss_load_mech()
|
| /src/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_mech_switch.c | 338 SYM(get_mic); in _gss_load_mech()
|
| /src/crypto/heimdal/appl/gssmask/ |
| H A D | gssmaestro.c | 216 get_mic(struct client *client, int32_t hContext, in get_mic() function 420 val = get_mic(c1, hc1, &msg, &mic); in test_mic()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 2784 * lib/gssapi/get_mic.c, verify_mic.c: Add sequence number.
|