Lines Matching defs:ADLEN
10 #undef ADLEN
11 #define ADLEN 12U
28 static const unsigned char ad[ADLEN]
43 ad, ADLEN,
58 ad, ADLEN,
68 ADLEN, nonce, firstkey) != 0) {
80 ad, ADLEN,
91 ad, ADLEN, nonce, firstkey)
100 printf("clen is not properly set (adlen=0)\n");
111 printf("crypto_aead_xchacha20poly1305_ietf_decrypt() failed (adlen=0)\n");
114 printf("m2len is not properly set (adlen=0)\n");
117 printf("m != m2 (adlen=0)\n");
144 printf("clen is not properly set (adlen=0)\n");
156 printf("crypto_aead_xchacha20poly1305_ietf_decrypt() failed (adlen=0)\n");
159 printf("m2len is not properly set (adlen=0)\n");
162 printf("m != c (adlen=0)\n");