chacha20poly1305_decrypt_sg_inplace
if (!chacha20poly1305_decrypt_sg_inplace(sg, skb->len, NULL, 0,
bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len,
ret = chacha20poly1305_decrypt_sg_inplace(sg_src,
if (!chacha20poly1305_decrypt_sg_inplace(sg_src,
EXPORT_SYMBOL(chacha20poly1305_decrypt_sg_inplace);