24#ifndef PROTOCORE_SPNEGO_H
25#define PROTOCORE_SPNEGO_H
39size_t pc_spnego_wrap_negotiate(
const uint8_t *ntlm,
size_t pc_ntlm_len, uint8_t *out,
size_t cap);
46bool pc_spnego_parse_response(
const uint8_t *blob,
size_t len,
const uint8_t **pc_resp_token,
size_t *pc_resp_len);
53size_t pc_spnego_wrap_authenticate(
const uint8_t *ntlm,
size_t pc_ntlm_len, uint8_t *out,
size_t cap);
User-facing configuration for ProtoCore.