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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_gcm_context::y
mbedtls_gcm_context::y field
The Y working value.
Syntax
Show:
Summary
Declaration
from
gcm.h:79
unsigned
char
MBEDTLS_PRIVATE
(
y
)
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
y
)
[
16
]
;
/*!< The Y working value. */
gcm.h:79
memset
(
ctx
->
y
,
0x00
,
sizeof
(
ctx
->
y
)
)
;
gcm.c:422
mbedtls_gcm_starts()
memcpy
(
ctx
->
y
,
iv
,
iv_len
)
;
gcm.c:430
mbedtls_gcm_starts()
ctx
->
y
[
15
]
=
1
;
gcm.c:431
mbedtls_gcm_starts()
mbedtls_xor
(
ctx
->
y
,
ctx
->
y
,
p
,
use_len
)
;
gcm.c:446
mbedtls_gcm_starts()
gcm_mult
(
ctx
,
ctx
->
y
,
ctx
->
y
)
;
gcm.c:452
mbedtls_gcm_starts()
mbedtls_xor
(
ctx
->
y
,
ctx
->
y
,
work_buf
,
16
)
;
gcm.c:458
mbedtls_gcm_starts()
gcm_mult
(
ctx
,
ctx
->
y
,
ctx
->
y
)
;
gcm.c:460
mbedtls_gcm_starts()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
base_ectr
,
&
olen
)
;
gcm.c:467
mbedtls_gcm_starts()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ectr
,
&
olen
)
;
gcm.c:572
gcm_mask()
gcm_incr
(
ctx
->
y
)
;
gcm.c:653
mbedtls_gcm_update()
gcm_incr
(
ctx
->
y
)
;
gcm.c:666
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 3 functions:
All items filtered out
mbedtls_gcm_context::y
mbedtls_gcm_starts()
gcm_mask()
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