OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextProto
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/tlslite/tlslite/
tlsconnection.py
520
nextProto
= self._clientSelectNextProto(nextProtos, serverHello)
526
nextProto
):
578
nextProto
):
718
cipherImplementations,
nextProto
):
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
[
all
...]
ssl3ext.c
675
SECITEM_FreeItem(&ss->ssl3.
nextProto
, PR_FALSE);
676
return SECITEM_CopyItem(NULL, &ss->ssl3.
nextProto
, &result);
710
SECITEM_FreeItem(&ss->ssl3.
nextProto
, PR_FALSE);
713
return SECITEM_CopyItem(NULL, &ss->ssl3.
nextProto
, &protocol_name);
[
all
...]
sslimpl.h
[
all
...]
ssl3con.c
[
all
...]
Completed in 6953 milliseconds