|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-cose.h>
Data Fields | |
| struct lws_gencrypto_keyelem | e [LWS_GENCRYPTO_MAX_KEYEL_COUNT] |
| struct lws_gencrypto_keyelem | meta [LWS_COUNT_COSE_KEY_ELEMENTS] |
| lws_dll2_t | list |
| int | gencrypto_kty |
| cose_param_t | kty |
| cose_param_t | cose_alg |
| cose_param_t | cose_curve |
| char | private_key |
Definition at line 271 of file lws-cose.h.
| struct lws_gencrypto_keyelem lws_cose_key::e[LWS_GENCRYPTO_MAX_KEYEL_COUNT] |
Definition at line 273 of file lws-cose.h.
| struct lws_gencrypto_keyelem lws_cose_key::meta[LWS_COUNT_COSE_KEY_ELEMENTS] |
Definition at line 275 of file lws-cose.h.
| lws_dll2_t lws_cose_key::list |
Definition at line 276 of file lws-cose.h.
| int lws_cose_key::gencrypto_kty |
one of LWS_GENCRYPTO_KTY_
Definition at line 277 of file lws-cose.h.
| cose_param_t lws_cose_key::kty |
Definition at line 278 of file lws-cose.h.
| cose_param_t lws_cose_key::cose_alg |
Definition at line 279 of file lws-cose.h.
| cose_param_t lws_cose_key::cose_curve |
Definition at line 280 of file lws-cose.h.
| char lws_cose_key::private_key |
Definition at line 281 of file lws-cose.h.