OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x509key
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vnc-tls.h
53
char *
x509key
;
member in struct:VncDisplayTLS
/external/chromium_org/third_party/tlslite/scripts/
tls.py
198
x509Key
= parsePEMKey(s, private=True)
201
connection.handshakeClientCert(x509Chain,
x509Key
)
211
connection.handshakeClientCert(x509Chain,
x509Key
, settings=settings)
221
connection.handshakeClientCert(x509Chain,
x509Key
)
478
x509Key
= parsePEMKey(s, private=True)
482
certChain=x509Chain, privateKey=
x509Key
)
492
certChain=x509Chain, privateKey=
x509Key
)
522
connection.handshakeServer(certChain=x509Chain, privateKey=
x509Key
)
531
connection.handshakeServer(certChain=x509Chain, privateKey=
x509Key
, settings=settings)
540
connection.handshakeServer(certChain=x509Chain, privateKey=
x509Key
)
[
all
...]
Completed in 45 milliseconds