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

  /src/sys/external/isc/libsodium/dist/test/default/
box7.c 5 static unsigned char alicesk[crypto_box_SECRETKEYBYTES];
7 static unsigned char bobsk[crypto_box_SECRETKEYBYTES];
box8.c 5 static unsigned char alicesk[crypto_box_SECRETKEYBYTES];
7 static unsigned char bobsk[crypto_box_SECRETKEYBYTES];
box_seal.c 9 unsigned char sk[crypto_box_SECRETKEYBYTES];
box_easy2.c 38 alicesk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES);
40 bobsk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 17 crypto_box_secretkeybytes(void) function
19 return crypto_box_SECRETKEYBYTES;
crypto_box_seal.c 29 unsigned char esk[crypto_box_SECRETKEYBYTES];
  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.h 46 uint8_t crypt_secretkey[crypto_box_SECRETKEYBYTES];
dnscrypt.c 50 * 32 bytes: server crypto_box_SECRETKEYBYTES
53 (1 + crypto_box_PUBLICKEYBYTES + crypto_box_SECRETKEYBYTES)
82 * uint8_t pointer of size crypto_box_SECRETKEYBYTES.
93 memcpy(key + 1 + crypto_box_PUBLICKEYBYTES, sk, crypto_box_SECRETKEYBYTES);
818 crypto_box_SECRETKEYBYTES) != 0) {
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 31 #define crypto_box_SECRETKEYBYTES crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES
33 size_t crypto_box_secretkeybytes(void);
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 7541 uint8_t clientSecretKey[ crypto_box_SECRETKEYBYTES ];
    [all...]

Completed in 45 milliseconds