5 #ifndef OPENTITAN_SW_DEVICE_TESTS_PENETRATIONTESTS_FIRMWARE_SCA_ECC256_KEYGEN_SCA_H_
6 #define OPENTITAN_SW_DEVICE_TESTS_PENETRATIONTESTS_FIRMWARE_SCA_ECC256_KEYGEN_SCA_H_
8 #include "sw/device/lib/crypto/drivers/otbn.h"
23 extern const otbn_app_t kOtbnAppP256KeyFromSeed;
25 static const otbn_addr_t kOtbnVarMode;
26 static const otbn_addr_t kOtbnVarSeed0;
27 static const otbn_addr_t kOtbnVarSeed1;
28 static const otbn_addr_t kOtbnVarD0;
29 static const otbn_addr_t kOtbnVarD1;