Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc114 static void TestOperation(FileTest *t, const EVP_CIPHER *cipher, bool encrypt, in TestOperation() function
235 TestOperation(t, cipher, true /* encrypt */, chunk_size, key, iv, in TestCipher()
241 TestOperation(t, cipher, false /* decrypt */, chunk_size, key, iv, in TestCipher()