aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/crypto_buffer.9
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Fix a slew of mdoc warnings/errors.Christian Brueffer2022-04-121-1/+1
* opencrypto: Add a routine to copy a crypto buffer cursorMark Johnston2022-02-161-1/+12
* crypto: Remove now-unused crypto_cursor_seg{base,len}.John Baldwin2021-06-161-13/+1
* crypto: Add crypto_cursor_segment() to fetch both base and length.John Baldwin2021-05-251-1/+10
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-251-3/+8
* crypto_buffer(9): Add a HISTORY and a AUTHORS sectionGordon Bergling2020-09-241-1/+11
* crypto_buffer(9): Bring back the reference for bus_dma(9)Gordon Bergling2020-09-181-0/+1
* crypto_buffer(9): Sort the SEE ALSO sectionGordon Bergling2020-09-171-4/+3
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-261-2/+22
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-0/+307