Searched refs:ctx_otoken (Results 1 – 2 of 2) sorted by relevance
360 if (ctx->ctx_otoken != NULL) in smbd_authctx_destroy()361 spnegoFreeData(ctx->ctx_otoken); in smbd_authctx_destroy()736 if (ctx->ctx_otoken != NULL) { in smbd_authsvc_escmn()737 spnegoFreeData(ctx->ctx_otoken); in smbd_authsvc_escmn()738 ctx->ctx_otoken = NULL; in smbd_authsvc_escmn()812 &ctx->ctx_otoken); in smbd_authsvc_escmn()819 rc = spnegoTokenGetBinary(ctx->ctx_otoken, in smbd_authsvc_escmn()
43 void *ctx_otoken; member