INNER CODE UNIT · C

passphrase

wolfSSL/wolfssh · src/agent.c:1323

        passphrase = buf + begin;
        begin += passphraseSz;

        ret = PostLock(agent, passphrase, passphraseSz);
    }

    if (ret == WS_SUCCESS)
        *idx = begin;

    WLOG(WS_LOG_AGENT, "Leaving DoAgentLock(), ret = %d", ret);
    return ret;
}


static int DoAgentUnlock(WOLFSSH_AGENT_CTX* agent,
        byte* buf, word32 len, word32* idx)
{
    int ret = WS_SUCCESS;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…