Searched hist:"7 dd10fded0076f36f5b5eb1fd00a26de925a840b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | criov.c | diff 7dd10fded0076f36f5b5eb1fd00a26de925a840b Tue May 09 20:28:42 CEST 2017 John Baldwin <jhb@FreeBSD.org> Use const with some read-only buffers in opencrypto APIs.
- Mark the source buffer for a copyback operation as const in the kernel API. - Use const with input-only buffers in crypto ioctl structures used with /dev/crypto.
MFC after: 1 month Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D10517
|
H A D | cryptodev.h | diff 7dd10fded0076f36f5b5eb1fd00a26de925a840b Tue May 09 20:28:42 CEST 2017 John Baldwin <jhb@FreeBSD.org> Use const with some read-only buffers in opencrypto APIs.
- Mark the source buffer for a copyback operation as const in the kernel API. - Use const with input-only buffers in crypto ioctl structures used with /dev/crypto.
MFC after: 1 month Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D10517
|