mbedTLS
ssl_build_record_nonce()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ssl_build_record_nonce()
ssl_build_record_nonce() function
Syntax
Show:
Summary
Declaration
from
ssl_msg.c:885
static
void
ssl_build_record_nonce
(
unsigned
char
*
dst_iv
,
size_t
dst_iv_len
,
unsigned
char
const
*
fixed_iv
,
size_t
fixed_iv_len
,
unsigned
char
const
*
dynamic_iv
,
size_t
dynamic_iv_len
)
;
Arguments
Argument
dst_iv
dst_iv_len
fixed_iv
fixed_iv_len
dynamic_iv
dynamic_iv_len
Examples
References
from
examples
Code
Location
Referrer
static
void
ssl_build_record_nonce
(
unsigned
char
*
dst_iv
,
ssl_msg.c:885
ssl_build_record_nonce
(
iv
,
sizeof
(
iv
)
,
ssl_msg.c:1168
mbedtls_ssl_encrypt_buf()
ssl_build_record_nonce
(
iv
,
sizeof
(
iv
)
,
ssl_msg.c:1594
mbedtls_ssl_decrypt_buf()
Call Tree
from
examples
ssl_build_record_nonce()
is called by 2 functions and calls 1 function:
mbedtls_ssl_encrypt_buf()
mbedtls_ssl_decrypt_buf()
All items filtered out
ssl_build_record_nonce()
mbedtls_xor()
All items filtered out
Data Use
from
examples
ssl_build_record_nonce()
:
All items filtered out
ssl_build_record_nonce()
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