Searched refs:PLAINTEXT2_SIZE (Results 1 – 3 of 3) sorted by relevance
71 #define PLAINTEXT2_SIZE \ macro74 #define CIPHERTEXT2_SIZE PLAINTEXT2_SIZE93 #define PLAINTEXT23_MAX_SIZE MAX(PLAINTEXT2_SIZE, PLAINTEXT3_SIZE)
155 BYTE_ARRAY_NEW(plaintext, PLAINTEXT2_SIZE, ciphertext.len); in msg2_process()183 TRY(check_buffer_size(PLAINTEXT2_SIZE, plaintext.len)); in msg2_process()
246 BYTE_ARRAY_NEW(plaintext_2, PLAINTEXT2_SIZE, in msg2_gen()