HomeSort by relevance Sort by last modified time
    Searched defs:ScopedEVPAEADCtx (Results 1 - 2 of 2) 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);

Completed in 71 milliseconds