mbedTLS
psa_hmac_setup_internal()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_hmac_setup_internal()
psa_hmac_setup_internal() function
Syntax
Show:
Summary
Declaration
from
psa_crypto_mac.c:31
static
psa_status_t
psa_hmac_setup_internal
(
mbedtls_psa_hmac_operation_t
*
hmac
,
const
uint8_t
*
key
,
size_t
key_length
,
psa_algorithm_t
hash_alg
)
;
Arguments
Argument
hmac
key
key_length
hash_alg
Related Functions
Found 3 other functions taking a
mbedtls_psa_hmac_operation_t
argument:
Function
psa_hmac_update_internal()
psa_hmac_finish_internal()
psa_hmac_abort_internal()
Examples
References
from
examples
Code
Location
Referrer
static
psa_status_t
psa_hmac_setup_internal
(
psa_crypto_mac.c:31
status
=
psa_hmac_setup_internal
(
&
operation
->
ctx
.
hmac
,
psa_crypto_mac.c:299
psa_mac_setup()
Call Tree
from
examples
psa_hmac_setup_internal()
is called by 1 function and calls 4 functions:
psa_mac_setup()
All items filtered out
psa_hmac_setup_internal()
psa_hash_compute()
psa_hash_setup()
psa_hash_update()
mbedtls_platform_zeroize()
All items filtered out
Data Use
from
examples
psa_hmac_setup_internal()
reads 1 variable and writes 1 variable:
mbedtls_psa_hmac_operation_t::opad
All items filtered out
psa_hmac_setup_internal()
mbedtls_psa_hmac_operation_t::alg
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