Home
last modified time | relevance | path

Searched refs:crypto_box_open_easy_afternm (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dbox_easy2.c97 if (crypto_box_open_easy_afternm( in main()
103 if (crypto_box_open_easy_afternm(m2, c, crypto_box_MACBYTES - 1U, nonce, in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c92 crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_easy_afternm() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h103 int crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c,
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),