|
libcoap 4.3.5
|
An implementation of the CBOR Object Signing and Encryption (RFC). More...
Go to the source code of this file.
Data Structures | |
| struct | cose_curve_desc |
| struct | cose_alg_desc |
| struct | cose_hkdf_alg_desc |
| struct | hkdf_hmac_algs |
Variables | |
| static struct cose_curve_desc | curve_mapping [] |
| static struct cose_alg_desc | alg_mapping [] |
| static struct cose_hkdf_alg_desc | hkdf_alg_mapping [] |
| static struct hkdf_hmac_algs | hkdf_hmacs [] |
An implementation of the CBOR Object Signing and Encryption (RFC).
Definition in file oscore_cose.c.
| int cose_encrypt0_decode | ( | cose_encrypt0_t * | ptr, |
| uint8_t * | buffer, | ||
| size_t | size ) |
| int cose_encrypt0_get_plaintext | ( | cose_encrypt0_t * | ptr, |
| uint8_t ** | buffer ) |
|
static |
Definition at line 89 of file oscore_cose.c.
|
static |
Definition at line 54 of file oscore_cose.c.
|
static |
Definition at line 145 of file oscore_cose.c.
|
static |