Searched refs:crypto_box_SECRETKEYBYTES (Results 1 – 7 of 7) sorted by relevance
5 static unsigned char alicesk[crypto_box_SECRETKEYBYTES];7 static unsigned char bobsk[crypto_box_SECRETKEYBYTES];
38 alicesk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES); in main()40 bobsk = (unsigned char *) sodium_malloc(crypto_box_SECRETKEYBYTES); in main()
9 unsigned char sk[crypto_box_SECRETKEYBYTES]; in main()
29 unsigned char esk[crypto_box_SECRETKEYBYTES]; in crypto_box_seal()
19 return crypto_box_SECRETKEYBYTES; in crypto_box_secretkeybytes()
31 #define crypto_box_SECRETKEYBYTES crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES macro