H A D | android_keymaster_test.cpp | 1837 string ciphertext = EncryptMessage(message, KM_MODE_ECB, KM_PAD_PKCS7); local 1838 string plaintext = DecryptMessage(ciphertext, KM_MODE_ECB, KM_PAD_PKCS7); 1891 string ciphertext = EncryptMessage(message, KM_PAD_NONE); local 1892 EXPECT_EQ(256U / 8, ciphertext.size()); 1895 string plaintext = DecryptMessage(ciphertext, KM_PAD_NONE); 1992 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); local 1993 EXPECT_EQ(key_size / 8, ciphertext.size()); 1995 string plaintext = DecryptMessage(ciphertext, KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); 2043 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); local 2051 EXPECT_EQ(KM_ERROR_OK, UpdateOperation(ciphertext, 2087 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); local 2128 string ciphertext = EncryptMessage(string(message), KM_PAD_RSA_PKCS1_1_5_ENCRYPT); local 2177 string ciphertext = EncryptMessage(string(message), KM_PAD_RSA_PKCS1_1_5_ENCRYPT); local 2279 string ciphertext; local 2297 string ciphertext = EncryptMessage(message, KM_MODE_ECB, KM_PAD_PKCS7); local 2331 string ciphertext = EncryptMessage(message, KM_MODE_ECB, KM_PAD_PKCS7); local 2389 string ciphertext; local 2420 const char* ciphertext; member in struct:keymaster::test::AesCtrSp80038aTestVector 2459 const string ciphertext = hex2str(test.ciphertext); local 2607 string ciphertext; local 2644 string ciphertext = EncryptMessage(message, KM_MODE_CBC, KM_PAD_PKCS7, &iv); local 2672 string ciphertext; local 2738 string ciphertext; local 2764 uint8_t ciphertext[] = { local 2837 string ciphertext; local 2878 string ciphertext; local 2950 string ciphertext; local 3004 string ciphertext; local 3048 string ciphertext; local 3090 string ciphertext; local [all...] |