7.2.1 crypto_HandlerType_E

Description

This enum defines the handler type, which specifies the component responsible for executing the cipher operation. It can refer to an internal or external hardware crypto engine, or any cryptographic software library.

Enumeration Data TypesNumerical ValueDescription
CRYPTO_HANDLER_INVALID0Invalid
CRYPTO_HANDLER_HW_INTERNAL1Enum used when HW crypto engine is used
CRYPTO_HANDLER_SW_WOLCRYPT2Enum used when SW library Wolfssl is used
CRYPTO_HANDLER_EXTHW_TA1003When external TA100 used for crypto
CRYPTO_HANDLER_EXTERNAL_ECC5084When external ECC508 used for crypto