nRF Connect SDK API 2.8.99
|
Utility functions for serial LTE modem native TLS socket. More...
Go to the source code of this file.
Functions | |
int | slm_native_tls_store_credential (sec_tag_t sec_tag, uint16_t type, const void *data, size_t len) |
Store credential to Zephyr settings storage. | |
int | slm_native_tls_list_credentials (void) |
List credential sec_tags and types from Zephyr settings storage. | |
int | slm_native_tls_load_credentials (sec_tag_t sec_tag) |
Load credentials from Zephyr settings storage to TLS credentials storage for Mbed TLS. | |
int | slm_native_tls_delete_credential (sec_tag_t sec_tag, uint16_t type) |
Delete credential from Zephyr settings storage. | |
Utility functions for serial LTE modem native TLS socket.