Searched defs:out (Results 1 – 19 of 19) sorted by relevance
/uoscore-uedhoc-3.7.0/src/edhoc/ |
D | bstr_encode_decode.c | 16 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()
|
D | int_encode_decode.c | 34 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()
|
D | edhoc_cose.c | 24 struct byte_array *out) in cose_enc_structure_encode() 70 struct byte_array *out) in cose_sig_structure_encode()
|
D | associated_data_encode.c | 22 enum err associated_data_encode(struct byte_array *thX, struct byte_array *out) in associated_data_encode()
|
D | hkdf_info.c | 23 uint32_t okm_len, struct byte_array *out) in create_hkdf_info()
|
D | edhoc_exporter.c | 40 struct byte_array *prk_exporter, struct byte_array *out) in edhoc_exporter()
|
D | ciphertext.c | 37 struct byte_array *out) in xor_arrays() 65 struct byte_array *out, struct byte_array *tag) in ciphertext_encrypt_decrypt()
|
D | signature_or_mac_msg.c | 114 struct byte_array *out) in signature_struct_gen()
|
/uoscore-uedhoc-3.7.0/src/oscore/ |
D | aad.c | 25 struct byte_array *piv, struct byte_array *out) in create_aad()
|
D | oscore_hkdf_info.c | 43 enum derive_type type, struct byte_array *out) in oscore_create_hkdf_info()
|
D | oscore_coap.c | 43 struct byte_array *out) in options_serialize() 225 enum err coap_deserialize(struct byte_array *in, struct o_coap_packet *out) in coap_deserialize()
|
D | oscore_cose.c | 35 struct byte_array *out) in create_enc_structure()
|
D | oscore2coap.c | 45 struct compressed_oscore_option *out) in oscore_option_parser() 202 struct o_coap_packet *out) in o_coap_pkg_generate()
|
D | security_context.c | 42 enum derive_type type, struct byte_array *out) in derive()
|
/uoscore-uedhoc-3.7.0/inc/common/ |
D | crypto_wrapper.h | 148 struct byte_array out; member 161 struct byte_array out; member
|
/uoscore-uedhoc-3.7.0/src/common/ |
D | crypto_wrapper.c | 267 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/ |
D | unit_test_oscore2coap.c | 165 struct o_coap_option out[4]; in t303_options_reorder() local
|
D | unit_test_oscore_coap.c | 50 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
|
D | unit_test_security_context.c | 139 struct byte_array out = BYTE_ARRAY_INIT(out_buf, sizeof(out_buf)); in t503_derive_corner_case() local
|