ESP-IDF
omac1_aes_vector()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
omac1_aes_vector()
omac1_aes_vector() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:25
int
__must_check
omac1_aes_vector
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
mac
)
;
Implemented in
crypto_mbedtls.c:855
Arguments
Argument
key
key_len
num_elem
addr
len
mac
Examples
References
from
examples
Code
Location
Referrer
int
omac1_aes_vector
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
crypto_mbedtls.c:855
int
__must_check
omac1_aes_vector
(
const
u8
*
key
,
size_t
key_len
,
aes_wrap.h:25
return
omac1_aes_vector
(
key
,
key_len
,
1
,
data
,
data_len
,
mac
)
;
aes-siv.c:79
aes_s2v()
ret
=
omac1_aes_vector
(
key
,
key_len
,
1
,
data
,
data_len
,
tmp
)
;
aes-siv.c:84
aes_s2v()
ret
=
omac1_aes_vector
(
key
,
key_len
,
1
,
&
addr
[
i
]
,
&
len
[
i
]
,
aes-siv.c:89
aes_s2v()
ret
=
omac1_aes_vector
(
key
,
key_len
,
1
,
data
,
&
len
[
i
]
,
mac
)
;
aes-siv.c:104
aes_s2v()
return
omac1_aes_vector
(
key
,
key_len
,
1
,
data
,
data_len
,
mac
)
;
aes-siv.c:115
aes_s2v()
return
omac1_aes_vector
(
key
,
16
,
num_elem
,
addr
,
len
,
mac
)
;
crypto_mbedtls.c:916
omac1_aes_128_vector()
Call Tree
from
examples
omac1_aes_vector()
is called by 2 functions and calls 7 functions:
omac1_aes_128_vector()
aes_s2v()
All items filtered out
omac1_aes_vector()
mbedtls_cipher_cmac_starts()
mbedtls_cipher_cmac_update()
mbedtls_cipher_cmac_finish()
mbedtls_cipher_init()
mbedtls_cipher_free()
mbedtls_cipher_setup()
mbedtls_cipher_info_from_type()
All items filtered out
Data Use
from
examples
omac1_aes_vector()
reads 4 variables:
mbedtls_cipher_type_t::MBEDTLS_CIPHER_NONE
mbedtls_cipher_type_t::MBEDTLS_CIPHER_AES_128_ECB
mbedtls_cipher_type_t::MBEDTLS_CIPHER_AES_192_ECB
mbedtls_cipher_type_t::MBEDTLS_CIPHER_AES_256_ECB
All items filtered out
omac1_aes_vector()
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