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

  /src/sys/external/isc/libsodium/src/
sodium_selftest.c 87 static const uint8_t plaintext[] = { local in function:crypto_aead_chacha20poly1305_ietf_selftest
147 * (plaintext/ciphertext, associated data, nonce, and key), and
148 * the output (ciphertext/plaintext).
172 memcpy(inbuf + i, plaintext, sizeof(plaintext));
179 inbuf + i, sizeof(plaintext),
209 * and produces the expected plaintext.
236 if (outsize != sizeof(plaintext)) {
241 outsize, sizeof(plaintext));
244 if (memcmp(outbuf + M, plaintext, sizeof(plaintext)) != 0)
328 static const uint8_t plaintext[] = { local in function:crypto_aead_xchacha20poly1305_ietf_selftest
    [all...]

Completed in 12 milliseconds