Searched hist:e71680049bb8ff395aeaa144377dd9e49331f45e (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.c | e71680049bb8ff395aeaa144377dd9e49331f45e Tue Jan 18 23:47:13 CET 2022 John Baldwin <jhb@FreeBSD.org> crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers.
This is a synchronous software API which wraps the existing software implementation shared with OCF. Note that this will not currently use optimized backends (such as ossl(4)) but may be appropriate for operations on small buffers.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33524
|
H A D | chacha20_poly1305.h | e71680049bb8ff395aeaa144377dd9e49331f45e Tue Jan 18 23:47:13 CET 2022 John Baldwin <jhb@FreeBSD.org> crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers.
This is a synchronous software API which wraps the existing software implementation shared with OCF. Note that this will not currently use optimized backends (such as ossl(4)) but may be appropriate for operations on small buffers.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33524
|
/freebsd/sys/modules/crypto/ |
H A D | Makefile | diff e71680049bb8ff395aeaa144377dd9e49331f45e Tue Jan 18 23:47:13 CET 2022 John Baldwin <jhb@FreeBSD.org> crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers.
This is a synchronous software API which wraps the existing software implementation shared with OCF. Note that this will not currently use optimized backends (such as ossl(4)) but may be appropriate for operations on small buffers.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33524
|
/freebsd/sys/conf/ |
H A D | files | diff e71680049bb8ff395aeaa144377dd9e49331f45e Tue Jan 18 23:47:13 CET 2022 John Baldwin <jhb@FreeBSD.org> crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers.
This is a synchronous software API which wraps the existing software implementation shared with OCF. Note that this will not currently use optimized backends (such as ossl(4)) but may be appropriate for operations on small buffers.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33524
|