mbedTLS
mbedtls_gcm_context_soft::buf
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_gcm_context_soft::buf
mbedtls_gcm_context_soft::buf field
The buf working value.
Syntax
Show:
Summary
Declaration
from
gcm.h:80
unsigned
char
MBEDTLS_PRIVATE
(
buf
)
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
buf
)
[
16
]
;
/*!< The buf working value. */
gcm.h:80
memset
(
ctx
->
buf
,
0x00
,
sizeof
(
ctx
->
buf
)
)
;
gcm.c:423
mbedtls_gcm_starts_soft()
mbedtls_xor
(
ctx
->
buf
+
offset
,
ctx
->
buf
+
offset
,
p
,
use_len
)
;
gcm.c:521
mbedtls_gcm_update_ad_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:524
mbedtls_gcm_update_ad_soft()
mbedtls_xor
(
ctx
->
buf
,
ctx
->
buf
,
p
,
16
)
;
gcm.c:535
mbedtls_gcm_update_ad_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:537
mbedtls_gcm_update_ad_soft()
mbedtls_xor
(
ctx
->
buf
,
ctx
->
buf
,
p
,
add_len
)
;
gcm.c:544
mbedtls_gcm_update_ad_soft()
mbedtls_xor
(
ctx
->
buf
+
offset
,
ctx
->
buf
+
offset
,
input
,
use_len
)
;
gcm.c:580
gcm_mask()
mbedtls_xor
(
ctx
->
buf
+
offset
,
ctx
->
buf
+
offset
,
output
,
use_len
)
;
gcm.c:584
gcm_mask()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:626
mbedtls_gcm_update_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:641
mbedtls_gcm_update_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:658
mbedtls_gcm_update_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:698
mbedtls_gcm_finish_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:706
mbedtls_gcm_finish_soft()
mbedtls_xor
(
ctx
->
buf
,
ctx
->
buf
,
work_buf
,
16
)
;
gcm.c:719
mbedtls_gcm_finish_soft()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:721
mbedtls_gcm_finish_soft()
mbedtls_xor
(
tag
,
tag
,
ctx
->
buf
,
tag_len
)
;
gcm.c:723
mbedtls_gcm_finish_soft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context_soft::buf
is read by 5 functions:
All items filtered out
mbedtls_gcm_context_soft::buf
mbedtls_gcm_starts_soft()
mbedtls_gcm_update_ad_soft()
gcm_mask()
mbedtls_gcm_update_soft()
mbedtls_gcm_finish_soft()
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