Home
last modified time | relevance | path

Searched defs:public_rsa (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore-engine/
H A Dkeystore2_engine.cpp136 const RSA* public_rsa) { in wrap_rsa()
427 RSA* public_rsa = EVP_PKEY_get0_RSA(pkey.get()); in EVP_PKEY_from_keystore2() local
/aosp_15_r20/system/keymaster/legacy_support/
H A Dkeymaster1_engine.cpp150 unique_ptr<RSA, RSA_Delete> public_rsa(EVP_PKEY_get1_RSA(pkey.get())); in BuildRsaKey() local