Home
last modified time | relevance | path

Searched refs:getChannelIDArg (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dchannelid.patch47 + rv = ss->getChannelID(ss->getChannelIDArg, ss->fd,
391 + ss->getChannelIDArg = arg;
485 + void *getChannelIDArg;
555 + ss->getChannelIDArg = os->getChannelIDArg;
565 + if (sm->getChannelIDArg)
566 + ss->getChannelIDArg = sm->getChannelIDArg;
575 + ss->getChannelIDArg = NULL;
Dcanfalsestart.patch819 ss->getChannelIDArg = os->getChannelIDArg;
/external/chromium_org/net/third_party/nss/ssl/
Dsslauth.c232 ss->getChannelIDArg = arg; in SSL_SetClientChannelIDCallback()
Dsslsock.c375 ss->getChannelIDArg = os->getChannelIDArg; in ssl_DupSocket()
1838 if (sm->getChannelIDArg) in SSL_ReconfigFD()
1839 ss->getChannelIDArg = sm->getChannelIDArg; in SSL_ReconfigFD()
3174 ss->getChannelIDArg = NULL; in ssl_NewSocket()
Dsslimpl.h1259 void *getChannelIDArg; member
Dssl3con.c6680 rv = ss->getChannelID(ss->getChannelIDArg, ss->fd, in ssl3_HandleServerHello()