Searched refs:crypto_box_open_detached (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box_easy.c | 74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function 112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | box_easy2.c | 116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main() 120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_box.h | 78 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
|