aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: inline blake2s convenience functionJason A. Donenfeld2022-06-141-2/+13
* wg_noise: import hmac from cryptoJason A. Donenfeld2022-06-141-3/+0
* crypto: harmonize with compat and clean upJason A. Donenfeld2022-06-141-60/+48
* crypto: use curve25519 API from the kernel when availableJohn Baldwin2022-06-141-0/+8
* crypto: use <crypto/chacha20_poly1305.h> when presentJohn Baldwin2022-06-141-8/+64
* crypto: use OCF to encrypt/decrypt packets when supportedJohn Baldwin2022-06-141-1/+9
* crypto: return an error code from mbuf crypt routinesJohn Baldwin2022-06-101-2/+2
* crypto: encrypt mbuf in placeMatt Dunwoodie2021-04-191-0/+9
* Initial importJason A. Donenfeld2021-03-171-0/+103