Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libkeymaster/
Dkeymaster_mobicore.cpp67 typedef UniquePtr<RSA, RSA_Delete> Unique_RSA; typedef
168 Unique_RSA rsa(EVP_PKEY_get1_RSA(pkey.get())); in exynos_km_import_keypair()
282 Unique_RSA rsa(RSA_new()); in exynos_km_get_keypair_public()
/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()