INNER CODE UNIT · C
ret
wolfSSL/wolfssh · src/agent.c:1094
ret = GetStringRef(&sigSz, (const byte**)&sig, buf, len, idx);
if (ret == WS_SUCCESS) {
agent->msg = sig;
agent->msgSz = sigSz;
}
WLOG(WS_LOG_AGENT, "Leaving DoSignResponse(), ret = %d", ret);
return ret;
}
static int DoAddIdentity(WOLFSSH_AGENT_CTX* agent,
byte* buf, word32 len, word32* idx)
{
int ret = WS_SUCCESS;
word32 begin;
word32 sz;