Searched refs:crypto_secretbox (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | secretbox.c | 41 crypto_secretbox(c, m, 163, nonce, firstkey); in main() 50 crypto_secretbox(c, c, 163, nonce, firstkey); in main() 58 assert(crypto_secretbox(c, c, 31, nonce, firstkey) == -1); in main() 59 assert(crypto_secretbox(c, c, 12, nonce, firstkey) == -1); in main() 60 assert(crypto_secretbox(c, c, 1, nonce, firstkey) == -1); in main() 61 assert(crypto_secretbox(c, c, 0, nonce, firstkey) == -1); in main()
|
| H A D | secretbox7.c | 22 crypto_secretbox(c, m, mlen + crypto_secretbox_ZEROBYTES, n, k); in main()
|
| H A D | secretbox8.c | 23 crypto_secretbox(c, m, mlen + crypto_secretbox_ZEROBYTES, n, k); in main()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | AUTHORS | 96 crypto_secretbox/xsalsa20poly1305 Daniel J. Bernstein 98 crypto_secretbox/xchacha20poly1305 Frank Denis
|
| H A D | ChangeLog | 121 - `crypto_secretbox`, `crypto_box` and `crypto_aead` now offer 391 - crypto_box and crypto_secretbox have a new _detached API to store 417 - High-level wrappers for crypto_box and crypto_secretbox
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 62 crypto_secretbox/crypto_secretbox.c \ 63 crypto_secretbox/crypto_secretbox_easy.c \ 64 crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \ 162 crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/ |
| H A D | crypto_secretbox.c | 48 crypto_secretbox(unsigned char *c, const unsigned char *m, in crypto_secretbox() function
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_secretbox.h | 77 int crypto_secretbox(unsigned char *c, const unsigned char *m,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 38 sodium/crypto_secretbox.h \
|