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

  /src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c 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")
    [all...]
aead_xchacha20poly1305.c 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")
    [all...]

Completed in 12 milliseconds