Home
last modified time | relevance | path

Searched refs:chacha20_poly1305_sid (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dwg_crypto.c15 static crypto_session_t chacha20_poly1305_sid; variable
223 crypto_initreq(&crp, chacha20_poly1305_sid); in chacha20poly1305_encrypt_mbuf()
246 crypto_initreq(&crp, chacha20_poly1305_sid); in chacha20poly1305_decrypt_mbuf()
273 int ret = crypto_newsession(&chacha20_poly1305_sid, &csp, CRYPTOCAP_F_SOFTWARE); in crypto_init()
282 crypto_freesession(chacha20_poly1305_sid); in crypto_deinit()