Home
last modified time | relevance | path

Searched refs:ScopedEVP_CIPHER_CTX (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/test/
Dscoped_types.h124 using ScopedEVP_CIPHER_CTX = ScopedOpenSSLContext<EVP_CIPHER_CTX, int, variable
/external/boringssl/src/crypto/cipher/
Dcipher_test.cc130 ScopedEVP_CIPHER_CTX ctx; in TestOperation()