Searched refs:mic_offset (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dheimntlm-protos.h118 size_t *mic_offset);
H A Dheimntlm.h157 size_t mic_offset; member in struct:ntlm_type3
H A Dntlm.c1011 type3->mic_offset = 52 + 8 + 4 + 8;
1014 type3->mic_offset = 0;
1046 heim_ntlm_encode_type3(const struct ntlm_type3 *type3, struct ntlm_buf *data, size_t *mic_offset) argument
1068 if (mic_offset) {
1069 *mic_offset = base;
1122 if (mic_offset) {
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Daccept_sec_context.c424 if ((avflags & NTLM_TI_AV_FLAG_MIC) && type3.mic_offset == 0) {
430 if (session.length && type3.mic_offset) {
431 uint8_t *p = (uint8_t *)ctx->type3.data + type3.mic_offset;
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1938 size_t mic_offset = 0; local
2168 ret = heim_ntlm_encode_type3(&type3, &ndata, &mic_offset);
2176 if (mic_offset && mic_offset < ndata.length - CC_MD5_DIGEST_LENGTH) {
2178 uint8_t *p = (uint8_t *)ndata.data + mic_offset;

Completed in 134 milliseconds