mbedTLS
mbedtls_psa_pake_operation_t::buffer_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_psa_pake_operation_t::buffer_length
mbedtls_psa_pake_operation_t::buffer_length field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:199
size_t
MBEDTLS_PRIVATE
(
buffer_length
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
buffer_length
)
;
crypto_builtin_composites.h:199
operation
->
buffer_length
=
0
;
psa_crypto_pake.c:252
mbedtls_psa_pake_setup()
&
operation
->
buffer_length
,
psa_crypto_pake.c:314
mbedtls_psa_pake_output_internal()
&
operation
->
buffer_length
,
psa_crypto_pake.c:326
mbedtls_psa_pake_output_internal()
if
(
operation
->
buffer_offset
+
length
>
operation
->
buffer_length
)
{
psa_crypto_pake.c:357
mbedtls_psa_pake_output_internal()
operation
->
buffer_length
=
0
;
psa_crypto_pake.c:376
mbedtls_psa_pake_output_internal()
if
(
operation
->
buffer_length
+
sizeof
(
ecparameters
)
>
psa_crypto_pake.c:447
mbedtls_psa_pake_input_internal()
memcpy
(
operation
->
buffer
+
operation
->
buffer_length
,
psa_crypto_pake.c:452
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
+=
sizeof
(
ecparameters
)
;
psa_crypto_pake.c:454
mbedtls_psa_pake_input_internal()
if
(
operation
->
buffer_length
+
input_length
+
1
>
sizeof
(
operation
->
buffer
)
)
{
psa_crypto_pake.c:462
mbedtls_psa_pake_input_internal()
operation
->
buffer
[
operation
->
buffer_length
]
=
(
uint8_t
)
input_length
;
psa_crypto_pake.c:467
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
+=
1
;
psa_crypto_pake.c:468
mbedtls_psa_pake_input_internal()
memcpy
(
operation
->
buffer
+
operation
->
buffer_length
,
psa_crypto_pake.c:471
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
+=
input_length
;
psa_crypto_pake.c:473
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
)
;
psa_crypto_pake.c:479
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
=
0
;
psa_crypto_pake.c:482
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
)
;
psa_crypto_pake.c:490
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
=
0
;
psa_crypto_pake.c:493
mbedtls_psa_pake_input_internal()
operation
->
buffer_length
=
0
;
psa_crypto_pake.c:558
mbedtls_psa_pake_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_pake_operation_t::buffer_length
is written by 4 functions and is read by 2 functions:
mbedtls_psa_pake_setup()
mbedtls_psa_pake_output_internal()
mbedtls_psa_pake_input_internal()
mbedtls_psa_pake_abort()
All items filtered out
mbedtls_psa_pake_operation_t::buffer_length
mbedtls_psa_pake_output_internal()
mbedtls_psa_pake_input_internal()
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