OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedEVPAEADCtx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
scoped_evp_aead_ctx.cc
9
ScopedEVPAEADCtx
::
ScopedEVPAEADCtx
() {
13
ScopedEVPAEADCtx
::~
ScopedEVPAEADCtx
() {
19
EVP_AEAD_CTX*
ScopedEVPAEADCtx
::get() {
scoped_evp_aead_ctx.h
14
//
ScopedEVPAEADCtx
manages an EVP_AEAD_CTX object and calls the needed cleanup
16
class
ScopedEVPAEADCtx
{
18
ScopedEVPAEADCtx
();
19
~
ScopedEVPAEADCtx
();
26
DISALLOW_COPY_AND_ASSIGN(
ScopedEVPAEADCtx
);
aead_base_decrypter.h
99
ScopedEVPAEADCtx
ctx_;
aead_base_encrypter.h
102
ScopedEVPAEADCtx
ctx_;
Completed in 150 milliseconds