/* * Generated using zcbor version 0.8.99 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ #ifndef EDHOC_DECODE_MESSAGE_3_H__ #define EDHOC_DECODE_MESSAGE_3_H__ #include #include #include #include #include "cbor/edhoc_decode_message_3_types.h" #ifdef __cplusplus extern "C" { #endif #if DEFAULT_MAX_QTY != 3 #error "The type file was generated with a different default_max_qty than this file" #endif int cbor_decode_m3_CIPHERTEXT_3( const uint8_t *payload, size_t payload_len, struct zcbor_string *result, size_t *payload_len_out); #ifdef __cplusplus } #endif #endif /* EDHOC_DECODE_MESSAGE_3_H__ */