Searched refs:crypto_secretbox_xchacha20poly1305_detached (Results 1 – 4 of 4) sorted by relevance
19 crypto_secretbox_xchacha20poly1305_detached(unsigned char *c, in crypto_secretbox_xchacha20poly1305_detached() function84 return crypto_secretbox_xchacha20poly1305_detached in crypto_secretbox_xchacha20poly1305_easy()
48 int crypto_secretbox_xchacha20poly1305_detached(unsigned char *c,
59 return crypto_secretbox_xchacha20poly1305_detached(c, mac, m, mlen, n, k); in crypto_box_curve25519xchacha20poly1305_detached_afternm()
279 crypto_secretbox_xchacha20poly1305_detached in tv_secretbox_xchacha20poly1305()