Searched refs:CheckKm0CryptoParam (Results 1 – 1 of 1) sorted by relevance
859 void CheckKm0CryptoParam(TypedTag<tag_type, tag> ttag, ValueT expected) { in CheckKm0CryptoParam() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest2348 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()