![]() |
Contiki-NG
|
edhoc-export an implementation to export keys from the EDHOC shared secret More...
Go to the source code of this file.
Functions | |
| void | print_oscore_ctx (oscore_ctx_t *osc) |
| Print OSCORE Security Context contents for debugging. | |
| int8_t | edhoc_exporter (const uint8_t *in_key, uint8_t exporter_label, const uint8_t *context, uint8_t context_sz, uint16_t length, uint8_t *result) |
| Derive an application-specific key from EDHOC. | |
| int8_t | edhoc_exporter_oscore (oscore_ctx_t *osc, edhoc_context_t *ctx) |
| Derive an OSCORE Context from EDHOC. | |
edhoc-export an implementation to export keys from the EDHOC shared secret
Definition in file edhoc-exporter.c.