Searched refs:crypto_box_open_easy_afternm (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | box_easy2.c | 97 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 D | crypto_box_easy.c | 92 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 D | crypto_box.h | 103 int crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c,
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 353 if (crypto_box_open_easy_afternm in dnscrypt_server_uncurve()
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),
|