mbedTLS
mbedtls_psa_pake_operation_t::buffer
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
mbedtls_psa_pake_operation_t::buffer field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:198
uint8_t
MBEDTLS_PRIVATE
(
buffer
[
MBEDTLS_PSA_JPAKE_BUFFER_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
MBEDTLS_PRIVATE
(
buffer
[
MBEDTLS_PSA_JPAKE_BUFFER_SIZE
]
)
;
crypto_builtin_composites.h:198
operation
->
buffer
,
psa_crypto_pake.c:312
mbedtls_psa_pake_output_internal()
sizeof
(
operation
->
buffer
)
,
psa_crypto_pake.c:313
mbedtls_psa_pake_output_internal()
operation
->
buffer
,
psa_crypto_pake.c:324
mbedtls_psa_pake_output_internal()
sizeof
(
operation
->
buffer
)
,
psa_crypto_pake.c:325
mbedtls_psa_pake_output_internal()
length
=
operation
->
buffer
[
operation
->
buffer_offset
]
;
psa_crypto_pake.c:354
mbedtls_psa_pake_output_internal()
operation
->
buffer
+
operation
->
buffer_offset
,
psa_crypto_pake.c:366
mbedtls_psa_pake_output_internal()
mbedtls_platform_zeroize
(
operation
->
buffer
,
sizeof
(
operation
->
buffer
)
)
;
psa_crypto_pake.c:375
mbedtls_psa_pake_output_internal()
sizeof
(
operation
->
buffer
)
)
{
psa_crypto_pake.c:448
mbedtls_psa_pake_input_internal()
memcpy
(
operation
->
buffer
+
operation
->
buffer_length
,
psa_crypto_pake.c:452
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()
memcpy
(
operation
->
buffer
+
operation
->
buffer_length
,
psa_crypto_pake.c:471
mbedtls_psa_pake_input_internal()
operation
->
buffer
,
psa_crypto_pake.c:478
mbedtls_psa_pake_input_internal()
mbedtls_platform_zeroize
(
operation
->
buffer
,
sizeof
(
operation
->
buffer
)
)
;
psa_crypto_pake.c:481
mbedtls_psa_pake_input_internal()
operation
->
buffer
,
psa_crypto_pake.c:489
mbedtls_psa_pake_input_internal()
mbedtls_platform_zeroize
(
operation
->
buffer
,
sizeof
(
operation
->
buffer
)
)
;
psa_crypto_pake.c:492
mbedtls_psa_pake_input_internal()
mbedtls_platform_zeroize
(
operation
->
buffer
,
sizeof
(
operation
->
buffer
)
)
;
psa_crypto_pake.c:557
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
is read by 3 functions:
All items filtered out
mbedtls_psa_pake_operation_t::buffer
mbedtls_psa_pake_output_internal()
mbedtls_psa_pake_input_internal()
mbedtls_psa_pake_abort()
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