Searched refs:xchacha20poly1305_decrypt (Results 1 – 4 of 4) sorted by relevance
33 bool __must_check xchacha20poly1305_decrypt(
194 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt() function205 EXPORT_SYMBOL(xchacha20poly1305_decrypt);
9008 ret = xchacha20poly1305_decrypt(computed_output, in chacha20poly1305_selftest()
216 ret = xchacha20poly1305_decrypt( in wg_cookie_message_consume()