Searched refs:encode_bstr (Results 1 – 8 of 8) sorted by relevance
| /uoscore-uedhoc-latest/inc/edhoc/ |
| D | bstr_encode_decode.h | 18 enum err encode_bstr(const struct byte_array *in, struct byte_array *out);
|
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | signature_or_mac_msg.c | 56 TRY(encode_bstr(th, &th_enc)); in mac() 71 TRY(encode_bstr(c_r, &c_r_enc)); in mac() 119 TRY(encode_bstr(th, &th_enc)); in signature_struct_gen()
|
| D | bstr_encode_decode.c | 16 enum err encode_bstr(const struct byte_array *in, struct byte_array *out) in encode_bstr() function
|
| D | ciphertext.c | 195 TRY(encode_bstr(signature_or_mac, &signature_or_mac_enc)); in ciphertext_gen() 206 TRY(encode_bstr(c_r, &c_r_enc)); in ciphertext_gen()
|
| D | th.c | 81 TRY(encode_bstr(th23, th34_input)); in th34_input_encode()
|
| D | retrieve_cred.c | 47 TRY(encode_bstr((struct byte_array *)cert, cred)); in verify_cert2cred()
|
| D | responder.c | 164 TRY(encode_bstr(&g_y_ciphertext_2, msg2)); in msg2_encode() 327 TRY(encode_bstr(&ctxt4, &rc->msg)); in msg4_gen()
|
| D | initiator.c | 227 TRY(encode_bstr(&ciphertext, &rc->msg)); in msg3_only_gen()
|