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 std::unique_ptr<RSA, RSA_Delete> Unique_RSA; typedef
138 Unique_RSA rsa(RSA_new()); in qcom_km_get_keypair_public()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp187 typedef std::unique_ptr<RSA, RSA_Delete> Unique_RSA; typedef
426 Unique_RSA rsa(EVP_PKEY_get1_RSA(actual.get())); in TEST_P()