Searched refs:CheckCryptoParam (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1848 void CheckCryptoParam(TypedTag<tag_type, tag> ttag, ValueT expected) { in CheckCryptoParam() function in android::hardware::keymaster::V4_0::test::ImportKeyTest 1888 CheckCryptoParam(TAG_ALGORITHM, Algorithm::RSA); in TEST_P() 1889 CheckCryptoParam(TAG_KEY_SIZE, 1024U); in TEST_P() 1890 CheckCryptoParam(TAG_RSA_PUBLIC_EXPONENT, 65537U); in TEST_P() 1891 CheckCryptoParam(TAG_DIGEST, Digest::SHA_2_256); in TEST_P() 1892 CheckCryptoParam(TAG_PADDING, PaddingMode::RSA_PSS); in TEST_P() 1943 CheckCryptoParam(TAG_ALGORITHM, Algorithm::EC); in TEST_P() 1944 CheckCryptoParam(TAG_KEY_SIZE, 256U); in TEST_P() 1945 CheckCryptoParam(TAG_DIGEST, Digest::SHA_2_256); in TEST_P() 1946 CheckCryptoParam(TAG_EC_CURVE, EcCurve::P_256); in TEST_P() [all …]
|