Home
last modified time | relevance | path

Searched refs:R_PRK_out_buf (Results 1 – 2 of 2) sorted by relevance

/uoscore-uedhoc-latest/test/edhoc_integration_tests/
Dedhoc_tests_rfc9529.c167 uint8_t R_PRK_out_buf[32]; in test_edhoc_responder_x509_x5t_rfc9529() local
168 struct byte_array R_PRK_out = { .ptr = R_PRK_out_buf, in test_edhoc_responder_x509_x5t_rfc9529()
169 .len = sizeof(R_PRK_out_buf) }; in test_edhoc_responder_x509_x5t_rfc9529()
Dinitiator_responder_interaction.c49 uint8_t R_PRK_out_buf[32]; variable
50 struct byte_array R_PRK_out = { .ptr = R_PRK_out_buf,
51 .len = sizeof(R_PRK_out_buf) };