Lines Matching defs:ADLEN
10 #undef ADLEN
11 #define ADLEN 10U
22 static const unsigned char ad[ADLEN]
34 ad, ADLEN,
48 m, MLEN, ad, ADLEN,
58 ad, ADLEN,
71 ad, ADLEN,
75 ad, ADLEN,
86 ad, ADLEN, nonce, firstkey)
96 printf("found_clen is not properly set (adlen=0)\n");
108 printf("crypto_aead_chacha20poly1305_decrypt() failed (adlen=0)\n");
111 printf("m2len is not properly set (adlen=0)\n");
114 printf("m != m2 (adlen=0)\n");
141 printf("found_clen is not properly set (adlen=0)\n");
153 printf("crypto_aead_chacha20poly1305_decrypt() failed (adlen=0)\n");
156 printf("m2len is not properly set (adlen=0)\n");
159 printf("m != c (adlen=0)\n");
185 #undef ADLEN
186 #define ADLEN 12U
203 static const unsigned char ad[ADLEN]
217 ad, ADLEN,
232 ad, ADLEN,
242 ADLEN, nonce, firstkey) != 0) {
254 ad, ADLEN,
258 ad, ADLEN,
269 ad, ADLEN, nonce, firstkey)
278 printf("clen is not properly set (adlen=0)\n");
289 printf("crypto_aead_chacha20poly1305_ietf_decrypt() failed (adlen=0)\n");
292 printf("m2len is not properly set (adlen=0)\n");
295 printf("m != m2 (adlen=0)\n");
322 printf("clen is not properly set (adlen=0)\n");
334 printf("crypto_aead_chacha20poly1305_ietf_decrypt() failed (adlen=0)\n");
337 printf("m2len is not properly set (adlen=0)\n");
340 printf("m != c (adlen=0)\n");