Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A Decdh_operation.cpp90 const EcKey& ecdh_key = static_cast<EcKey&>(key); in CreateOperation() local
97 if (!ecdh_key.InternalToEvp(pkey.get())) { in CreateOperation()