| Updated: October 28, 2024 |
Key context
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_key_ctx {
qcrypto_key_type_t type;
qcrypto_key_alg_type_t alg_type;
uint8_t* key;
size_t keysize;
} qcrypto_key_ctx_t;
The key type.
The key algorithm type.
The key data.
The key size.