mbedTLS
mbedtls_psa_pake_operation_t::buffer_offset
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_offset
mbedtls_psa_pake_operation_t::buffer_offset field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:200
size_t
MBEDTLS_PRIVATE
(
buffer_offset
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
buffer_offset
)
;
crypto_builtin_composites.h:200
operation
->
buffer_offset
=
0
;
psa_crypto_pake.c:253
mbedtls_psa_pake_setup()
operation
->
buffer_offset
=
0
;
psa_crypto_pake.c:321
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
=
0
;
psa_crypto_pake.c:333
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
+=
3
;
psa_crypto_pake.c:350
mbedtls_psa_pake_output_internal()
length
=
operation
->
buffer
[
operation
->
buffer_offset
]
;
psa_crypto_pake.c:354
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
+=
1
;
psa_crypto_pake.c:355
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
+
operation
->
buffer_offset
,
psa_crypto_pake.c:366
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
+=
length
;
psa_crypto_pake.c:370
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
=
0
;
psa_crypto_pake.c:377
mbedtls_psa_pake_output_internal()
operation
->
buffer_offset
=
0
;
psa_crypto_pake.c:559
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_offset
is written by 3 functions and is read by 1 function:
mbedtls_psa_pake_setup()
mbedtls_psa_pake_output_internal()
mbedtls_psa_pake_abort()
All items filtered out
mbedtls_psa_pake_operation_t::buffer_offset
mbedtls_psa_pake_output_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