Home
last modified time | relevance | path

Searched refs:MESSAGE (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/devtools/
H A Dcheckpatches.sh60 -v MESSAGE='Using rte_panic/rte_exit' \
68 -v MESSAGE='Using compiler attribute directly' \
76 -v MESSAGE='Declaring a variable inside for()' \
84 -v MESSAGE='Using rte_atomicNN_xxx' \
92 -v MESSAGE='Using rte_smp_[r/w]mb' \
100 -v MESSAGE='Using __sync_xxx builtins' \
109 -v MESSAGE='Using __atomic_thread_fence' \
117 -v MESSAGE='Using experimental build flag for in-tree compilation' \
126 -v MESSAGE='Using explicit .svg extension instead of .*' \
134 -v MESSAGE='Using non https link to dpdk.org' \
H A Dcheck-forbidden-tokens.awk66 print MESSAGE
/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_xchacha20poly1305.c21 #undef MESSAGE in tv()
22 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv() macro
40 assert(sizeof MESSAGE - 1U == MLEN); in tv()
41 memcpy(m, MESSAGE, MLEN); in tv()
H A Daead_chacha20poly1305.c196 #undef MESSAGE in tv_ietf()
197 #define MESSAGE "Ladies and Gentlemen of the class of '99: If I could offer you " \ in tv_ietf() macro
214 assert(sizeof MESSAGE - 1U == MLEN); in tv_ietf()
215 memcpy(m, MESSAGE, MLEN); in tv_ietf()
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dkasumi.rst120 Input buffer has to have COUNT (4 bytes), FRESH (4 bytes), MESSAGE and DIRECTION (1 bit)
H A Dqat.rst148 FRESH (4 bytes), MESSAGE and DIRECTION (1 bit) concatenated. After the DIRECTION
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c40 #define MESSAGE(...) macro
42 #define MESSAGE(...) fprintf(stderr, "" __VA_ARGS__) macro
49 MESSAGE("Error: %s\n", s); \