Searched defs:in (Results 1 – 7 of 7) 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 | ciphertext.c | 63 const struct byte_array *in, const struct byte_array *key, in ciphertext_encrypt_decrypt()
|
/uoscore-uedhoc-3.7.0/src/oscore/ |
D | oscore_coap.c | 225 enum err coap_deserialize(struct byte_array *in, struct o_coap_packet *out) in coap_deserialize() 273 enum err coap_serialize(struct o_coap_packet *in, uint8_t *out_byte_string, in coap_serialize()
|
/uoscore-uedhoc-3.7.0/inc/common/ |
D | crypto_wrapper.h | 149 struct byte_array in; member
|
/uoscore-uedhoc-3.7.0/src/common/ |
D | crypto_wrapper.c | 265 enum err WEAK aead(enum aes_operation op, const struct byte_array *in, in aead() 878 enum err WEAK hash(enum hash_alg alg, const struct byte_array *in, in hash()
|
/uoscore-uedhoc-3.7.0/test/oscore_unit_tests/ |
D | unit_test_oscore_coap.c | 421 struct byte_array in = BYTE_ARRAY_INIT(NULL, 0); in t201_coap_serialize_deserialize() local
|