mbedTLS
MBEDTLS_MAX_IV_LENGTH
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_MAX_IV_LENGTH
MBEDTLS_MAX_IV_LENGTH macro
Maximum length of any IV, in Bytes.
Syntax
Show:
Summary
Declaration
from
cipher.h:220
#define
MBEDTLS_MAX_IV_LENGTH
16
Examples
References
from
examples
Code
Location
#define
MBEDTLS_MAX_IV_LENGTH
16
cipher.h:220
if
(
iv_len
>
MBEDTLS_MAX_IV_LENGTH
)
{
cipher.c:431
unsigned
char
MBEDTLS_PRIVATE
(
iv
)
[
MBEDTLS_MAX_IV_LENGTH
]
;
cipher.h:344
#define
MBEDTLS_SSL_PAYLOAD_OVERHEAD
(
MBEDTLS_MAX_IV_LENGTH
+
\
ssl_misc.h:315
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