Searched refs:crypto_box_detached_afternm (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box_easy.c | 13 crypto_box_detached_afternm(unsigned char *c, unsigned char *mac, in crypto_box_detached_afternm() function 33 ret = crypto_box_detached_afternm(c, mac, m, mlen, n, k); in crypto_box_detached() 47 return crypto_box_detached_afternm(c + crypto_box_MACBYTES, c, m, mlen, n, in crypto_box_easy_afternm()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_box.h | 109 int crypto_box_detached_afternm(unsigned char *c, unsigned char *mac,
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | box_easy2.c | 127 crypto_box_detached_afternm(c, mac, m, (unsigned long long) mlen, nonce, in main()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 304 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
|