Searched refs:crypto_box_seal (Results 1 – 5 of 5) sorted by relevance
23 if (crypto_box_seal(c, m, m_len, pk) != 0) { in main()
24 crypto_box_seal(unsigned char *c, const unsigned char *m, in crypto_box_seal() function
127 int crypto_box_seal(unsigned char *c, const unsigned char *m,
13 crypto_box/crypto_box_seal.c \
298 - crypto_box_seal() and crypto_box_seal_open() have been added.