APS_KeyHandle_t struct
C
typedef struct { /** Key index */ APS_KeyPairIndex_t idx; /** Set of flags associated with key */ uint8_t flags; } APS_KeyHandle_t;
Description
Type of cryptographic key handle.
typedef struct { /** Key index */ APS_KeyPairIndex_t idx; /** Set of flags associated with key */ uint8_t flags; } APS_KeyHandle_t;
Type of cryptographic key handle.