Searched refs:crypto_secretbox_detached (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/ |
| H A D | crypto_secretbox_easy.c | 17 crypto_secretbox_detached(unsigned char *c, unsigned char *mac, in crypto_secretbox_detached() function 78 return crypto_secretbox_detached(c + crypto_secretbox_MACBYTES, in crypto_secretbox_easy()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_secretbox.h | 48 int crypto_secretbox_detached(unsigned char *c, unsigned char *mac,
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | secretbox_easy2.c | 42 crypto_secretbox_detached(c, mac, m, (unsigned long long) mlen, nonce, k); in main()
|
| H A D | secretbox_easy.c | 47 crypto_secretbox_detached(c, mac, m, 131, nonce, firstkey); in main()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box_easy.c | 17 return crypto_secretbox_detached(c, mac, m, mlen, n, k); in crypto_box_detached_afternm()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 325 - crypto_secretbox_detached() now supports overlapping input and output
|