Searched refs:crypto_secretbox_open_detached (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | secretbox_easy2.c | 43 if (crypto_secretbox_open_detached(NULL, c, mac, (unsigned long long) mlen, in main() 47 if (crypto_secretbox_open_detached(m2, c, mac, (unsigned long long) mlen, in main()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/ |
H A D | crypto_secretbox_easy.c | 83 crypto_secretbox_open_detached(unsigned char *m, const unsigned char *c, in crypto_secretbox_open_detached() function 141 return crypto_secretbox_open_detached(m, c + crypto_secretbox_MACBYTES, c, in crypto_secretbox_open_easy()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_secretbox.h | 55 int crypto_secretbox_open_detached(unsigned char *m,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/ |
H A D | crypto_box_easy.c | 70 return crypto_secretbox_open_detached(m, c, mac, clen, n, k); in crypto_box_open_detached_afternm()
|