chacha20poly1305_encrypt
chacha20poly1305_encrypt(dst_ciphertext, src_plaintext, src_len, hash,
void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len,
chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len,
chacha20poly1305_encrypt(computed_output,
EXPORT_SYMBOL(chacha20poly1305_encrypt);
chacha20poly1305_encrypt(buf, prep->data, datalen, NULL, 0,