11.12.3.1.35. Struct sss_asymmetric_t¶
Defined in File fsl_sss_api.h
11.12.3.1.35.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 *)) + 32)]¶
-
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