Home
last modified time | relevance | path

Searched refs:oscore_enc_structure (Results 1 – 6 of 6) sorted by relevance

/uoscore-uedhoc-latest/src/cbor/
Doscore_enc_structure.c19 static bool encode_oscore_enc_structure(zcbor_state_t *state, const struct oscore_enc_structure *in…
23 zcbor_state_t *state, const struct oscore_enc_structure *input) in encode_oscore_enc_structure()
45 const struct oscore_enc_structure *input, in cbor_encode_oscore_enc_structure()
/uoscore-uedhoc-latest/scripts/
Dcddl2c.sh36oscore_enc_structure.cddl -e -t oscore_enc_structure --oc $SRC/oscore_enc_structure.c --include-pr…
/uoscore-uedhoc-latest/inc/cbor/
Doscore_enc_structure_types.h28 struct oscore_enc_structure { struct
Doscore_enc_structure.h27 const struct oscore_enc_structure *input,
/uoscore-uedhoc-latest/cddl_models/
Doscore_enc_structure.cddl15 oscore_enc_structure = [ context: tstr, protected: bstr, external_aad: bstr, ]
/uoscore-uedhoc-latest/src/oscore/
Doscore_cose.c37 struct oscore_enc_structure enc_structure; in create_enc_structure()