Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dcurve25519_key.cpp39 return (EvpKeyToKeyMaterial(pkey, &key_material_) == KM_ERROR_OK); in EvpToInternal()
Dopenssl_utils.cpp117 keymaster_error_t EvpKeyToKeyMaterial(const EVP_PKEY* pkey, KeymasterKeyBlob* key_blob) { in EvpKeyToKeyMaterial() function
Dec_key_factory.cpp163 error = EvpKeyToKeyMaterial(pkey.get(), &key_material); in GenerateKey()
338 keymaster_error_t error = EvpKeyToKeyMaterial(pkey.get(), &pkcs8_key_material); in ImportRawKey()
Drsa_key_factory.cpp94 keymaster_error_t error = EvpKeyToKeyMaterial(pkey.get(), &key_material); in GenerateKey()
/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h98 keymaster_error_t EvpKeyToKeyMaterial(const EVP_PKEY* evp_pkey, KeymasterKeyBlob* key_blob);