mbedTLS
MBEDTLS_PSK_MAX_LEN
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_PSK_MAX_LEN
MBEDTLS_PSK_MAX_LEN macro
Syntax
Show:
Summary
Declaration
from
ssl.h:650
#define
MBEDTLS_PSK_MAX_LEN
32
Examples
References
from
examples
Code
Location
#define
MBEDTLS_PSK_MAX_LEN
32
/* 256 bits */
ssl.h:650
unsigned
char
_pms_psk
[
4
+
2
*
MBEDTLS_PSK_MAX_LEN
]
;
/* RFC 4279 2 */
ssl.h:670
unsigned
char
_pms_rsa_psk
[
52
+
MBEDTLS_PSK_MAX_LEN
]
;
/* RFC 4279 4 */
ssl.h:677
+
MBEDTLS_PSK_MAX_LEN
]
;
/* RFC 5489 2 */
ssl.h:681
if
(
psk_len
>
MBEDTLS_PSK_MAX_LEN
)
{
ssl_tls.c:2187
if
(
psk_len
>
MBEDTLS_PSK_MAX_LEN
)
{
ssl_tls.c:2242
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out