9.13.3.1.21. Struct sss_digest_t¶
Defined in File fsl_sss_api.h
9.13.3.1.21.1. Struct Documentation¶
-
struct
sss_digest_t¶ Message Digest operations
Public Members
-
sss_algorithm_t
algorithm¶ Algorithm to be applied, e.g SHA1, SHA256
-
uint8_t
data[(0 + (1 * sizeof(void *)) + (3 * sizeof(int)) + (2 * sizeof(void *)) + 16)]¶
-
size_t
digestFullLen¶ Full digest length per algorithm definition. This field is initialized along with algorithm.
-
struct sss_digest_t::[anonymous]
extension¶ Reserved memory for implementation specific extension
-
sss_mode_t
mode¶ Mode of operation, e.g Sign/Verify
-
sss_session_t *
session¶ Virtual connection between application (user context) and specific security subsystem and function thereof.
-
sss_algorithm_t
