Home
last modified time | relevance | path

Searched refs:enc_structure (Results 1 – 2 of 2) sorted by relevance

/uoscore-uedhoc-latest/src/edhoc/
Dedhoc_cose.c26 struct edhoc_enc_structure enc_structure; in cose_enc_structure_encode() local
28 enc_structure.edhoc_enc_structure_context.value = context->ptr; in cose_enc_structure_encode()
29 enc_structure.edhoc_enc_structure_context.len = context->len; in cose_enc_structure_encode()
30 enc_structure.edhoc_enc_structure_external_aad.value = in cose_enc_structure_encode()
32 enc_structure.edhoc_enc_structure_external_aad.len = external_aad->len; in cose_enc_structure_encode()
47 enc_structure.edhoc_enc_structure_protected.value = in cose_enc_structure_encode()
51 enc_structure.edhoc_enc_structure_protected.value = in cose_enc_structure_encode()
55 enc_structure.edhoc_enc_structure_protected.len = protected->len; in cose_enc_structure_encode()
59 &enc_structure, in cose_enc_structure_encode()
/uoscore-uedhoc-latest/src/oscore/
Doscore_cose.c37 struct oscore_enc_structure enc_structure; in create_enc_structure() local
40 enc_structure.oscore_enc_structure_context.value = context; in create_enc_structure()
41 enc_structure.oscore_enc_structure_context.len = in create_enc_structure()
43 enc_structure.oscore_enc_structure_protected.value = NULL; in create_enc_structure()
44 enc_structure.oscore_enc_structure_protected.len = 0; in create_enc_structure()
45 enc_structure.oscore_enc_structure_external_aad.value = in create_enc_structure()
47 enc_structure.oscore_enc_structure_external_aad.len = in create_enc_structure()
53 &enc_structure, in create_enc_structure()