6.2.1 crypto_HandlerType_E
Description
This enum defines the handler type, which determines the component responsible for performing the cipher operation. This component could be an internal or external hardware crypto engine, or any cryptographic software library.
Enumeration Data Types | Numerical Value | Description |
---|---|---|
CRYPTO_HANDLER_INVALID | 0 | Invalid |
CRYPTO_HANDLER_HW_INTERNAL | 1 | Enum used when HW crypto engine is used |
CRYPTO_HANDLER_SW_WOLCRYPT | 2 | Enum used when SW library Wolfssl is used |
CRYPTO_HANDLER_EXTHW_TA100 | 3 | When external TA100 used for crypto |
CRYPTO_HANDLER_EXTERNAL_ECC508 | 4 | When external ECC508 used for crypto |