Home | History | Annotate | Download | only in os_crypt

Lines Matching refs:encryptor

10 #include "crypto/encryptor.h"
89 crypto::Encryptor encryptor;
90 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv))
93 if (!encryptor.Encrypt(plaintext, ciphertext))
131 crypto::Encryptor encryptor;
132 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv))
135 if (!encryptor.Decrypt(raw_ciphertext, plaintext))