mbedTLS
mbedtls_gcm_context::y
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::y
mbedtls_gcm_context::y field
The Y working value.
Syntax
Show:
Summary
Declaration
from
gcm.h:73
unsigned
char
y
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
y
[
16
]
;
/*!< The Y working value. */
gcm.h:73
memset
(
ctx
->
y
,
0x00
,
sizeof
(
ctx
->
y
)
)
;
gcm.c:302
mbedtls_gcm_starts()
memcpy
(
ctx
->
y
,
iv
,
iv_len
)
;
gcm.c:311
mbedtls_gcm_starts()
ctx
->
y
[
15
]
=
1
;
gcm.c:312
mbedtls_gcm_starts()
ctx
->
y
[
i
]
^=
p
[
i
]
;
gcm.c:325
mbedtls_gcm_starts()
gcm_mult
(
ctx
,
ctx
->
y
,
ctx
->
y
)
;
gcm.c:327
mbedtls_gcm_starts()
ctx
->
y
[
i
]
^=
work_buf
[
i
]
;
gcm.c:334
mbedtls_gcm_starts()
gcm_mult
(
ctx
,
ctx
->
y
,
ctx
->
y
)
;
gcm.c:336
mbedtls_gcm_starts()
if
(
(
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
base_ectr
,
gcm.c:339
mbedtls_gcm_starts()
if
(
++
ctx
->
y
[
i
-
1
]
!=
0
)
gcm.c:398
mbedtls_gcm_update()
if
(
(
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ectr
,
gcm.c:401
mbedtls_gcm_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::y
is read by 2 functions:
All items filtered out
mbedtls_gcm_context::y
mbedtls_gcm_starts()
mbedtls_gcm_update()
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