mbed TLS Library
mbedtls_psa_hmac_operation_t
is only used within mbed TLS Library.
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
Raspberry Pi Pico SDK and Examples
mbed TLS Library
mbedtls_psa_hmac_operation_t
mbedtls_psa_hmac_operation_t struct
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:41
typedef
struct
{
psa_algorithm_t
alg
;
struct
psa_hash_operation_s
hash_ctx
;
uint8_t
opad
[
PSA_HMAC_MAX_HASH_BLOCK_SIZE
]
;
}
mbedtls_psa_hmac_operation_t
;
Fields
Field
Declared as
Description
mbedtls_psa_hmac_operation_t::alg
psa_algorithm_t
The HMAC algorithm in use.
mbedtls_psa_hmac_operation_t::hash_ctx
struct
psa_hash_operation_s
The hash context.
mbedtls_psa_hmac_operation_t::opad
uint8_t
[
PSA_HMAC_MAX_HASH_BLOCK_SIZE
]
The HMAC part of the context.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out