Home
last modified time | relevance | path

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

/freebsd/sys/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()
/freebsd/sys/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
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h103 int crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c,
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c353 if (crypto_box_open_easy_afternm in dnscrypt_server_uncurve()
/freebsd/sys/contrib/libsodium/
H A DChangeLog303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),