Home
last modified time | relevance | path

Searched refs:KM_ERROR_INCOMPATIBLE_MGF_DIGEST (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h509 KM_ERROR_INCOMPATIBLE_MGF_DIGEST = -78, enumerator
/aosp12/system/keymaster/km_openssl/
H A Drsa_operation.cpp152 return KM_ERROR_INCOMPATIBLE_MGF_DIGEST; in GetAndValidateMgfDigest()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp2047 EXPECT_EQ(KM_ERROR_INCOMPATIBLE_MGF_DIGEST, BeginOperation(KM_PURPOSE_ENCRYPT, begin_params)); in TEST_P()