libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_get_st_pub | ( | const struct lt_cert_store_t * | store, |
uint8_t * | stpub, | ||
int | stpub_len | ||
) |
store | Certificate store handle |
stpub | TROPIC01 STPUB to be filled, unique for each device |
stpub_len | Length of buffer for STPub |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |