Searched refs:crypto_box_open_detached_afternm (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/ |
H A D | crypto_box_easy.c | 64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function 85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached() 99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
H A D | crypto_box.h | 114 int crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c,
|
/netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
H A D | box_easy2.c | 129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | ChangeLog | 304 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
|