freebsd-dev/sys/crypto/via
John Baldwin b172f23dd7 Use zfree() instead of bzero() and free().
These bzero's should have been explicit_bzero's.

Reviewed by:	cem, delphij
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D25437
2020-06-25 20:20:22 +00:00
..
padlock_cipher.c Use zfree() instead of explicit_bzero() and free(). 2020-06-25 20:17:34 +00:00
padlock_hash.c Use zfree() instead of bzero() and free(). 2020-06-25 20:20:22 +00:00
padlock.c Add a crypto capability flag for accelerated software drivers. 2020-06-09 22:26:07 +00:00
padlock.h Refactor driver and consumer interfaces for OCF (in-kernel crypto). 2020-03-27 18:25:23 +00:00