HomeSort by: relevance | last modified time | path
    Searched defs:MESSAGE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c 88 printf("message can be forged\n");
125 printf("Message length should have been set to zero after a failure\n");
134 printf("Message length should have been set to zero after a failure\n");
196 #undef MESSAGE
197 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \
214 assert(sizeof MESSAGE - 1U == MLEN);
215 memcpy(m, MESSAGE, MLEN);
271 printf("message can be forged\n");
306 printf("Message length should have been set to zero after a failure\n");
315 printf("Message length should have been set to zero after a failure\n")
    [all...]
aead_xchacha20poly1305.c 21 #undef MESSAGE
22 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \
40 assert(sizeof MESSAGE - 1U == MLEN);
41 memcpy(m, MESSAGE, MLEN);
93 printf("message can be forged\n");
128 printf("Message length should have been set to zero after a failure\n");
137 printf("Message length should have been set to zero after a failure\n");
  /src/tests/fs/fifofs/
t_fifo.c 25 #define MESSAGE "I am fine"
40 char message[MSG_SIZE] = MESSAGE; local in function:child_writer
55 rv = write(fd, message, MSG_SIZE);
184 printf("Received %zd bytes message '%s'\n", rv, buf);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h 1480 #define MESSAGE(x) ((x) << 1)

Completed in 18 milliseconds