Searched refs:crypto_box_detached (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/ |
H A D | crypto_box_easy.c | 21 crypto_box_detached(unsigned char *c, unsigned char *mac, in crypto_box_detached() function 59 return crypto_box_detached(c + crypto_box_MACBYTES, c, m, mlen, n, in crypto_box_easy()
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | box_easy2.c | 110 ret = crypto_box_detached(c, mac, m, (unsigned long long) mlen, nonce, in main() 113 ret = crypto_box_detached(c, mac, m, (unsigned long long) mlen, nonce, in main()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_box.h | 71 int crypto_box_detached(unsigned char *c, unsigned char *mac,
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 214 `crypto_box_detached()`, `crypto_box_beforenm()`, `crypto_box()`, and
|