9.13.3.1.18. Struct sss_asymmetric_t¶
Defined in File fsl_sss_api.h
9.13.3.1.18.1. Struct Documentation¶
-
struct
sss_asymmetric_t¶ Asymmetric Cryptographic operations.
e.g. RSA/ECC.
Public Members
-
sss_algorithm_t
algorithm¶ Algorithm to be applied, e.g. ECDSA
-
uint8_t
data[(0 + (2 * sizeof(void *)) + (3 * sizeof(int)) + (2 * sizeof(void *)) + 16)]¶
-
struct sss_asymmetric_t::[anonymous]
extension¶ Reserved memory for implementation specific extension
-
sss_object_t *
keyObject¶ KeyObject used for Asymmetric operation
-
sss_mode_t
mode¶ Mode of operation for the Asymmetric operation. e.g. Sign/Verify/Encrypt/Decrypt
-
sss_session_t *
session¶ Pointer to root session
-
sss_algorithm_t
