chacha20poly1305_encrypt_sg_inplace
return chacha20poly1305_encrypt_sg_inplace(sg, plaintext_len, NULL, 0,
bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len,
ret = chacha20poly1305_encrypt_sg_inplace(sg_src,
if (!chacha20poly1305_encrypt_sg_inplace(sg_src,
EXPORT_SYMBOL(chacha20poly1305_encrypt_sg_inplace);