Home
last modified time | relevance | path

Searched defs:out (Results 1 – 19 of 19) sorted by relevance

/uoscore-uedhoc-3.7.0/src/edhoc/
Dbstr_encode_decode.c16 enum err encode_bstr(const struct byte_array *in, struct byte_array *out) in encode_bstr()
29 enum err decode_bstr(const struct byte_array *in, struct byte_array *out) in decode_bstr()
Dint_encode_decode.c34 enum err encode_int(const int32_t *in, uint32_t in_len, struct byte_array *out) in encode_int()
44 enum err decode_int(const struct byte_array *in, int32_t *out) in decode_int()
Dedhoc_cose.c24 struct byte_array *out) in cose_enc_structure_encode()
70 struct byte_array *out) in cose_sig_structure_encode()
Dassociated_data_encode.c22 enum err associated_data_encode(struct byte_array *thX, struct byte_array *out) in associated_data_encode()
Dhkdf_info.c23 uint32_t okm_len, struct byte_array *out) in create_hkdf_info()
Dedhoc_exporter.c40 struct byte_array *prk_exporter, struct byte_array *out) in edhoc_exporter()
Dciphertext.c37 struct byte_array *out) in xor_arrays()
65 struct byte_array *out, struct byte_array *tag) in ciphertext_encrypt_decrypt()
Dsignature_or_mac_msg.c114 struct byte_array *out) in signature_struct_gen()
/uoscore-uedhoc-3.7.0/src/oscore/
Daad.c25 struct byte_array *piv, struct byte_array *out) in create_aad()
Doscore_hkdf_info.c43 enum derive_type type, struct byte_array *out) in oscore_create_hkdf_info()
Doscore_coap.c43 struct byte_array *out) in options_serialize()
225 enum err coap_deserialize(struct byte_array *in, struct o_coap_packet *out) in coap_deserialize()
Doscore_cose.c35 struct byte_array *out) in create_enc_structure()
Doscore2coap.c45 struct compressed_oscore_option *out) in oscore_option_parser()
202 struct o_coap_packet *out) in o_coap_pkg_generate()
Dsecurity_context.c42 enum derive_type type, struct byte_array *out) in derive()
/uoscore-uedhoc-3.7.0/inc/common/
Dcrypto_wrapper.h148 struct byte_array out; member
161 struct byte_array out; member
/uoscore-uedhoc-3.7.0/src/common/
Dcrypto_wrapper.c267 const struct byte_array *aad, struct byte_array *out, in aead()
369 uint8_t *out) in sign()
525 struct byte_array *ikm, uint8_t *out) in hkdf_extract()
585 const struct byte_array *info, struct byte_array *out) in hkdf_expand()
669 struct byte_array *info, struct byte_array *out) in hkdf_sha_256()
879 struct byte_array *out) in hash()
/uoscore-uedhoc-3.7.0/test/oscore_unit_tests/
Dunit_test_oscore2coap.c165 struct o_coap_option out[4]; in t303_options_reorder() local
Dunit_test_oscore_coap.c50 struct byte_array out = BYTE_ARRAY_INIT(out_buf, sizeof(out_buf)); in serialization_test() local
422 struct o_coap_packet out; in t201_coap_serialize_deserialize() local
Dunit_test_security_context.c139 struct byte_array out = BYTE_ARRAY_INIT(out_buf, sizeof(out_buf)); in t503_derive_corner_case() local