OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProofSource
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/crypto/
proof_source.h
15
//
ProofSource
is an interface by which a QUIC server can obtain certificate
17
class NET_EXPORT_PRIVATE
ProofSource
{
19
virtual ~
ProofSource
() {}
36
// the
ProofSource
retains ownership of the contents of |out_certs|. The
40
// somewhat static. However, since they aren't bounded, the
ProofSource
may
proof_source_chromium.h
18
// ProofSourceChromium implements the QUIC
ProofSource
interface.
20
class NET_EXPORT_PRIVATE ProofSourceChromium : public
ProofSource
{
25
//
ProofSource
interface
quic_crypto_server_config.h
27
class
ProofSource
;
195
// SetProofSource installs |proof_source| as the
ProofSource
for handshakes.
197
void SetProofSource(
ProofSource
* proof_source);
407
scoped_ptr<
ProofSource
> proof_source_;
proof_test.cc
31
scoped_ptr<
ProofSource
> source(CryptoTestUtils::ProofSourceForTesting());
170
//
ProofSource
.
173
// and dumping the bytes of the |signature| output of
ProofSource
::GetProof().
295
//
ProofSource
.
305
// |signature| output of
ProofSource
::GetProof().
quic_crypto_server_config.cc
[
all
...]
/external/chromium_org/net/quic/test_tools/
crypto_test_utils_chromium.cc
40
ProofSource
* CryptoTestUtils::ProofSourceForTesting() {
crypto_test_utils.h
23
class
ProofSource
;
92
// Returns a |
ProofSource
| that serves up test certificates.
93
static
ProofSource
* ProofSourceForTesting();
Completed in 4924 milliseconds