Select one of the symbols to view example projects that use it.
 
Outline
#include <protocomm_security.h>
protocomm_security2;
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/protocomm/include/security/protocomm_security2.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #pragma once #include <protocomm_security.h> #ifdef __cplusplus extern "C" { #endif #if CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 /** * @brief Protocomm security version 2 implementation * * This is a full fledged security implementation using * key exchange based on SRP6a (RFC 5054) * and AES-GCM encryption/decryption *//* ... */ extern const protocomm_security_t protocomm_security2;/* ... */ #endif #ifdef __cplusplus }{...} #endif
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.