Loading keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -751,6 +751,7 @@ TEST_F(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) { * presented. */ TEST_F(SigningOperationsTest, NoUserConfirmation) { if (SecLevel() == SecurityLevel::STRONGBOX) return; ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder() .RsaSigningKey(1024, 65537) .Digest(Digest::NONE) Loading Loading
keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -751,6 +751,7 @@ TEST_F(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) { * presented. */ TEST_F(SigningOperationsTest, NoUserConfirmation) { if (SecLevel() == SecurityLevel::STRONGBOX) return; ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder() .RsaSigningKey(1024, 65537) .Digest(Digest::NONE) Loading