Layer 3 transfer functions declarations. More...
#include "libtropic_common.h"
Functions | |
| lt_ret_t | lt_l3_encrypt_request (lt_l3_state_t *s3) |
| Encrypts content of L3 buffer and fills it with cyphertext ready to be sent to TROPIC01. | |
| lt_ret_t | lt_l3_decrypt_response (lt_l3_state_t *s3) |
| Decrypts response from TROPIC01 and fills L3 buffer with decrypted data. | |
| void | lt_l3_invalidate_host_session_data (lt_l3_state_t *s3) |
| Invalidates host's session data. | |