A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

pki/pri-key.h

Committer:
andrewboyson
Date:
2019-10-02
Revision:
14:03a0b8fd6ddc
Parent:
12:2c342345b3db
Child:
17:93feb2a51d58

File content as of revision 14:03a0b8fd6ddc:

#include <stdbool.h>

extern int      PriKeyDecryptStart   (uint8_t* message);
extern bool     PriKeyDecryptFinished(int slot);
extern uint8_t* PriKeyDecryptResult  (int slot);
extern void     PriKeyDecryptClear   (int slot);

extern void     PriKeyInit            (void);