Home | History | Annotate | Download | only in crypto

Lines Matching refs:EncryptorTest

14 TEST(EncryptorTest, EncryptDecrypt) {
38 TEST(EncryptorTest, DecryptWrongKey) {
251 TEST(EncryptorTest, EncryptAES128CTR) {
259 TEST(EncryptorTest, EncryptAES256CTR) {
267 TEST(EncryptorTest, EncryptAES128CTR_MultipleDecrypt) {
275 TEST(EncryptorTest, EncryptAES256CTR_MultipleDecrypt) {
283 TEST(EncryptorTest, EncryptDecryptCTR) {
314 TEST(EncryptorTest, CTRCounter) {
362 TEST(EncryptorTest, EncryptAES256CBC) {
432 TEST(EncryptorTest, EncryptAES128CBCRegression) {
460 TEST(EncryptorTest, EncryptAES192CBCRegression) {
488 TEST(EncryptorTest, UnsupportedKeySize) {
502 TEST(EncryptorTest, UnsupportedIV) {
513 TEST(EncryptorTest, EmptyEncrypt) {
534 TEST(EncryptorTest, CipherTextNotMultipleOfBlockSize) {