Home
last modified time | relevance | path

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

/hardware/qcom/keymaster/
Dkeymaster_qcom.cpp90 typedef UniquePtr<RSA, RSA_Delete> Unique_RSA; typedef
138 Unique_RSA rsa(RSA_new()); in qcom_km_get_keypair_public()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp188 typedef UniquePtr<RSA, RSA_Delete> Unique_RSA; typedef
427 Unique_RSA rsa(EVP_PKEY_get1_RSA(actual.get())); in TEST_P()