ESP-IDF
tlsv1_record_layer::iv_size
is only used within ESP-IDF.
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
ESP-IDF
tlsv1_record_layer::iv_size
tlsv1_record_layer::iv_size field
Syntax
Show:
Summary
Declaration
from
tlsv1_record.h:43
size_t
iv_size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
iv_size
;
/* also block_size */
tlsv1_record.h:43
key_block_len
+=
2
*
conn
->
rl
.
iv_size
;
tlsv1_client.c:105
tls_derive_keys()
os_memcpy
(
conn
->
rl
.
write_iv
,
pos
,
conn
->
rl
.
iv_size
)
;
tlsv1_client.c:134
tls_derive_keys()
pos
+=
conn
->
rl
.
iv_size
;
tlsv1_client.c:135
tls_derive_keys()
os_memcpy
(
conn
->
rl
.
read_iv
,
pos
,
conn
->
rl
.
iv_size
)
;
tlsv1_client.c:137
tls_derive_keys()
os_memset
(
conn
->
rl
.
write_iv
,
0
,
conn
->
rl
.
iv_size
)
;
tlsv1_client.c:144
tls_derive_keys()
conn
->
rl
.
iv_size
)
;
tlsv1_client.c:809
tlsv1_client_get_keyblock_size()
rl
->
iv_size
=
data
->
block_size
;
tlsv1_record.c:60
tlsv1_record_set_cipher_suite()
rl
->
iv_size
&&
rl
->
tls_version
>=
TLS_VERSION_1_1
;
tlsv1_record.c:176
tlsv1_record_send()
if
(
pos
+
rl
->
iv_size
>
buf
+
buf_size
)
tlsv1_record.c:179
tlsv1_record_send()
if
(
os_get_random
(
pos
,
rl
->
iv_size
)
)
tlsv1_record.c:187
tlsv1_record_send()
pos
+=
rl
->
iv_size
;
tlsv1_record.c:189
tlsv1_record_send()
if
(
rl
->
iv_size
)
{
tlsv1_record.c:234
tlsv1_record_send()
pad
=
(
len
+
1
)
%
rl
->
iv_size
;
tlsv1_record.c:237
tlsv1_record_send()
pad
=
rl
->
iv_size
-
pad
;
tlsv1_record.c:239
tlsv1_record_send()
if
(
rl
->
iv_size
)
{
tlsv1_record.c:366
tlsv1_record_receive()
if
(
plen
<
rl
->
iv_size
)
{
tlsv1_record.c:380
tlsv1_record_receive()
os_memmove
(
out_data
,
out_data
+
rl
->
iv_size
,
tlsv1_record.c:386
tlsv1_record_receive()
plen
-
rl
->
iv_size
)
;
tlsv1_record.c:387
tlsv1_record_receive()
plen
-=
rl
->
iv_size
;
tlsv1_record.c:388
tlsv1_record_receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_record_layer::iv_size
is written by 1 function and is read by 4 functions:
tlsv1_record_set_cipher_suite()
All items filtered out
tlsv1_record_layer::iv_size
tls_derive_keys()
tlsv1_client_get_keyblock_size()
tlsv1_record_send()
tlsv1_record_receive()
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