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

  /src/sys/crypto/camellia/
camellia.h 51 const unsigned char *plaintext,
58 unsigned char *plaintext);
camellia.c 1268 const unsigned char *plaintext,
1274 tmp[0] = GETU32(plaintext);
1275 tmp[1] = GETU32(plaintext + 4);
1276 tmp[2] = GETU32(plaintext + 8);
1277 tmp[3] = GETU32(plaintext + 12);
1302 unsigned char *plaintext)
1324 PUTU32(plaintext, tmp[0]);
1325 PUTU32(plaintext+4, tmp[1]);
1326 PUTU32(plaintext+8, tmp[2]);
1327 PUTU32(plaintext+12, tmp[3])
    [all...]
  /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...]
  /src/share/mk/
bsd.man.mk 134 ##### Build and install rules (plaintext pages)

Completed in 15 milliseconds