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

  /src/sys/external/isc/libsodium/src/
sodium_selftest.c 104 static const uint8_t aad[] = { local in function:crypto_aead_chacha20poly1305_ietf_selftest
140 uint8_t aadbuf[sizeof(aad) + TESTALIGN];
173 memcpy(aadbuf + j, aad, sizeof(aad));
180 aadbuf + j, sizeof(aad),
218 memcpy(aadbuf + j, aad, sizeof(aad));
226 aadbuf + j, sizeof(aad),
262 aadbuf + j, sizeof(aad),
294 aadbuf + j, sizeof(aad),
345 static const uint8_t aad[] = { local in function:crypto_aead_xchacha20poly1305_ietf_selftest
    [all...]
  /src/tests/bin/sh/
t_option.sh 245 for f in a b c d e f aa ab ac ad ae aaa aab aac aad aba abc bbb ccc

Completed in 14 milliseconds