Searched refs:byte_array_append (Results 1 – 4 of 4) sorted by relevance
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | signature_or_mac_msg.c | 73 TRY(byte_array_append(&context_mac, &c_r_enc, capacity)); in mac() 75 TRY(byte_array_append(&context_mac, id_cred, capacity)); in mac() 76 TRY(byte_array_append(&context_mac, &th_enc, capacity)); in mac() 77 TRY(byte_array_append(&context_mac, cred, capacity)); in mac() 80 TRY(byte_array_append(&context_mac, ead, capacity)); in mac()
|
| D | ciphertext.c | 201 TRY(byte_array_append(plaintext, c_r, in ciphertext_gen() 207 TRY(byte_array_append(plaintext, &c_r_enc, in ciphertext_gen() 220 TRY(byte_array_append(plaintext, &kid, in ciphertext_gen() 224 TRY(byte_array_append(plaintext, id_cred, in ciphertext_gen() 227 TRY(byte_array_append(plaintext, &signature_or_mac_enc, in ciphertext_gen() 233 TRY(byte_array_append(plaintext, ead, ptxt_buf_capacity)); in ciphertext_gen()
|
| /uoscore-uedhoc-latest/src/common/ |
| D | byte_array.c | 27 enum err byte_array_append(struct byte_array *dest, in byte_array_append() function
|
| /uoscore-uedhoc-latest/inc/common/ |
| D | byte_array.h | 50 enum err byte_array_append(struct byte_array *dest,
|