Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp859 void CheckKm0CryptoParam(TypedTag<tag_type, tag> ttag, ValueT expected) { in CheckKm0CryptoParam() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
2348 CheckKm0CryptoParam(TAG_ALGORITHM, Algorithm::RSA); in TEST_P()
2349 CheckKm0CryptoParam(TAG_KEY_SIZE, 1024U); in TEST_P()
2350 CheckKm0CryptoParam(TAG_RSA_PUBLIC_EXPONENT, 65537U); in TEST_P()
2404 CheckKm0CryptoParam(TAG_ALGORITHM, Algorithm::EC); in TEST_P()
2405 CheckKm0CryptoParam(TAG_KEY_SIZE, 256U); in TEST_P()
2430 CheckKm0CryptoParam(TAG_ALGORITHM, Algorithm::EC); in TEST_P()
2431 CheckKm0CryptoParam(TAG_KEY_SIZE, 521U); in TEST_P()