mbedTLS
mbedtls_gcm_context::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
STM32 Libraries and Samples
mbedTLS
mbedtls_gcm_context::buf
mbedtls_gcm_context::buf field
The buf working value.
Syntax
Show:
Summary
Declaration
from
gcm.h:74
unsigned
char
buf
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
buf
[
16
]
;
/*!< The buf working value. */
gcm.h:74
memset
(
ctx
->
buf
,
0x00
,
sizeof
(
ctx
->
buf
)
)
;
gcm.c:303
mbedtls_gcm_starts()
ctx
->
buf
[
i
]
^=
p
[
i
]
;
gcm.c:352
mbedtls_gcm_starts()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:354
mbedtls_gcm_starts()
ctx
->
buf
[
i
]
^=
p
[
i
]
;
gcm.c:410
mbedtls_gcm_update()
ctx
->
buf
[
i
]
^=
out_p
[
i
]
;
gcm.c:413
mbedtls_gcm_update()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:416
mbedtls_gcm_update()
ctx
->
buf
[
i
]
^=
work_buf
[
i
]
;
gcm.c:456
mbedtls_gcm_finish()
gcm_mult
(
ctx
,
ctx
->
buf
,
ctx
->
buf
)
;
gcm.c:458
mbedtls_gcm_finish()
tag
[
i
]
^=
ctx
->
buf
[
i
]
;
gcm.c:461
mbedtls_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::buf
is read by 3 functions:
All items filtered out
mbedtls_gcm_context::buf
mbedtls_gcm_starts()
mbedtls_gcm_update()
mbedtls_gcm_finish()
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