Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2082 string plaintext = DecryptMessage(ciphertext, params); in TEST_P() local
2083 EXPECT_EQ(message, plaintext); in TEST_P()
2185 string plaintext = DecryptMessage(ciphertext, params); in TEST_P() local
2186 EXPECT_EQ(message, plaintext); in TEST_P()
2278 string plaintext = DecryptMessage(ciphertext, params); in TEST_P() local
2280 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()
2493 string plaintext = DecryptMessage(ciphertext1, params); in TEST_P() local
2494 EXPECT_EQ(message, plaintext); in TEST_P()
2590 string plaintext = DecryptMessage(ciphertext1, params); in TEST_P() local
2591 EXPECT_EQ(message, plaintext); in TEST_P()
[all …]
DKeymasterHidlTest.cpp607 string plaintext = in DecryptMessage() local
610 return plaintext; in DecryptMessage()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp847 string plaintext = in DecryptMessage() local
850 return plaintext; in DecryptMessage()
2500 string plaintext = DecryptMessage(ciphertext, params); in TEST_P() local
2501 EXPECT_EQ(message, plaintext); in TEST_P()
2571 string plaintext = DecryptMessage(ciphertext, params); in TEST_P() local
2573 EXPECT_EQ(expected_plaintext, plaintext); in TEST_P()
2785 string plaintext = DecryptMessage(ciphertext1, params); in TEST_P() local
2786 EXPECT_EQ(message, plaintext); in TEST_P()
2886 string plaintext = DecryptMessage(ciphertext1, params); in TEST_P() local
2887 EXPECT_EQ(message, plaintext); in TEST_P()
[all …]
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal40 * plaintext.
76 * @param providedPassword The plaintext password to be verified against the
/hardware/interfaces/keymaster/4.1/
Dtypes.hal57 * without software having access to or the ability to set the plaintext keys. Instead, software
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal97 * plaintext connections, this state is entered when an association
/hardware/interfaces/keymaster/3.0/
Dtypes.hal187 * Padding modes that may be applied to plaintext for encryption operations. This list includes
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal533 * o keyFormat is an integer from the KeyFormat enum, defining the format of the plaintext
1277 * o BlockMode::GCM. During encryption, after processing all plaintext, compute the tag
Dtypes.hal904 * Padding modes that may be applied to plaintext for encryption operations. This list includes