mbedTLS
mbedtls_psa_hmac_operation_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_psa_hmac_operation_t
mbedtls_psa_hmac_operation_t struct
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:45
typedef
struct
{
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
struct
psa_hash_operation_s
hash_ctx
;
uint8_t
MBEDTLS_PRIVATE
(
opad
)
[
PSA_HMAC_MAX_HASH_BLOCK_SIZE
]
;
}
mbedtls_psa_hmac_operation_t
;
Fields
Field
Declared as
Description
private_alg
psa_algorithm_t
MBEDTLS_PRIVATE
The HMAC algorithm in use.
mbedtls_psa_hmac_operation_t::hash_ctx
struct
psa_hash_operation_s
The hash context.
private_opad
uint8_t
MBEDTLS_PRIVATE
(
opad
)
[
PSA_HMAC_MAX_HASH_BLOCK_SIZE
]
The HMAC part of the context.
mbedtls_psa_hmac_operation_t::alg
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
The HMAC algorithm in use.
mbedtls_psa_hmac_operation_t::opad
uint8_t
MBEDTLS_PRIVATE
(
opad
)
[
PSA_HMAC_MAX_HASH_BLOCK_SIZE
]
The HMAC part of the context.
Related Functions
Found 4 other functions taking a
mbedtls_psa_hmac_operation_t
argument:
Function
psa_hmac_update_internal()
psa_hmac_finish_internal()
psa_hmac_setup_internal()
psa_hmac_abort_internal()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
crypto_builtin_composites.h:45
}
mbedtls_psa_hmac_operation_t
;
crypto_builtin_composites.h:52
mbedtls_psa_hmac_operation_t
mbedtls_psa_hmac_operation_t
MBEDTLS_PRIVATE
(
hmac
)
;
crypto_builtin_composites.h:62
mbedtls_psa_hmac_operation_t
*
hmac
)
psa_crypto_mac.c:25
psa_hmac_abort_internal()
psa_hmac_abort_internal()::hmac
mbedtls_psa_hmac_operation_t
*
hmac
,
psa_crypto_mac.c:32
psa_hmac_setup_internal()
psa_hmac_setup_internal()::hmac
mbedtls_psa_hmac_operation_t
*
hmac
,
psa_crypto_mac.c:104
psa_hmac_update_internal()
psa_hmac_update_internal()::hmac
mbedtls_psa_hmac_operation_t
*
hmac
,
psa_crypto_mac.c:112
psa_hmac_finish_internal()
psa_hmac_finish_internal()::hmac
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mbedtls_psa_mac_operation_t::
::hmac
crypto_builtin_composites.h:62
psa_hmac_abort_internal()::hmac
psa_hmac_abort_internal()
psa_crypto_mac.c:25
psa_hmac_setup_internal()::hmac
psa_hmac_setup_internal()
psa_crypto_mac.c:32
psa_hmac_update_internal()::hmac
psa_hmac_update_internal()
psa_crypto_mac.c:104
psa_hmac_finish_internal()::hmac
psa_hmac_finish_internal()
psa_crypto_mac.c:112
Lifecycle
from
examples
All items filtered out
All items filtered out