Home
last modified time | relevance | path

Searched refs:crypto_box_SECRETKEYBYTES (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox7.c5 static unsigned char alicesk[crypto_box_SECRETKEYBYTES];
7 static unsigned char bobsk[crypto_box_SECRETKEYBYTES];
H A Dbox8.c5 static unsigned char alicesk[crypto_box_SECRETKEYBYTES];
7 static unsigned char bobsk[crypto_box_SECRETKEYBYTES];
H A Dbox_easy2.c38 alicesk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES); in main()
40 bobsk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES); in main()
H A Dbox_seal.c9 unsigned char sk[crypto_box_SECRETKEYBYTES]; in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c29 unsigned char esk[crypto_box_SECRETKEYBYTES]; in crypto_box_seal()
H A Dcrypto_box.c19 return crypto_box_SECRETKEYBYTES; in crypto_box_secretkeybytes()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.h46 uint8_t crypt_secretkey[crypto_box_SECRETKEYBYTES];
H A Ddnscrypt.c53 (1 + crypto_box_PUBLICKEYBYTES + crypto_box_SECRETKEYBYTES)
93 memcpy(key + 1 + crypto_box_PUBLICKEYBYTES, sk, crypto_box_SECRETKEYBYTES); in dnsc_shared_secrets_cache_key()
818 crypto_box_SECRETKEYBYTES) != 0) { in dnsc_parse_keys()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h31 #define crypto_box_SECRETKEYBYTES crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES macro