HomeSort by relevance Sort by last modified time
    Searched refs:ScopedEVPCipherCtx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/crypto/
scoped_evp_cipher_ctx.cc 11 ScopedEVPCipherCtx::ScopedEVPCipherCtx()
14 ScopedEVPCipherCtx::~ScopedEVPCipherCtx() {
18 EVP_CIPHER_CTX* ScopedEVPCipherCtx::get() const {
scoped_evp_cipher_ctx.h 17 class ScopedEVPCipherCtx {
19 ScopedEVPCipherCtx();
20 ~ScopedEVPCipherCtx();
aes_128_gcm_12_decrypter.h 63 ScopedEVPCipherCtx ctx_;
aes_128_gcm_12_encrypter.h 68 ScopedEVPCipherCtx ctx_;

Completed in 134 milliseconds