Home
last modified time | relevance | path

Searched refs:PLAINTEXT2_SIZE (Results 1 – 3 of 3) sorted by relevance

/uoscore-uedhoc-3.6.0/inc/edhoc/
Dbuffer_sizes.h71 #define PLAINTEXT2_SIZE \ macro
74 #define CIPHERTEXT2_SIZE PLAINTEXT2_SIZE
93 #define PLAINTEXT23_MAX_SIZE MAX(PLAINTEXT2_SIZE, PLAINTEXT3_SIZE)
/uoscore-uedhoc-3.6.0/src/edhoc/
Dinitiator.c155 BYTE_ARRAY_NEW(plaintext, PLAINTEXT2_SIZE, ciphertext.len); in msg2_process()
183 TRY(check_buffer_size(PLAINTEXT2_SIZE, plaintext.len)); in msg2_process()
Dresponder.c246 BYTE_ARRAY_NEW(plaintext_2, PLAINTEXT2_SIZE, in msg2_gen()