Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libkeymaster/
Dkeymaster_mobicore.cpp38 #define RSA_KEY_BUFFER_SIZE 1536 macro
117 UniquePtr<uint8_t> keyDataPtr(reinterpret_cast<uint8_t*>(malloc(RSA_KEY_BUFFER_SIZE))); in exynos_km_generate_keypair()
123 ret = TEE_RSAGenerateKeyPair(TEE_KEYPAIR_RSACRT, keyDataPtr.get(), RSA_KEY_BUFFER_SIZE, in exynos_km_generate_keypair()
139 uint8_t kbuf[RSA_KEY_BUFFER_SIZE]; in exynos_km_import_keypair()
213 UniquePtr<uint8_t> outPtr(reinterpret_cast<uint8_t*>(malloc(RSA_KEY_BUFFER_SIZE))); in exynos_km_import_keypair()
219 *key_blob_length = RSA_KEY_BUFFER_SIZE; in exynos_km_import_keypair()