Searched hist:"01 d5de8fca77a55ddd9bc79db3078c9f2ccdbab1" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | xform_poly1305.c | 01d5de8fca77a55ddd9bc79db3078c9f2ccdbab1 Fri Aug 17 02:30:04 CEST 2018 Conrad Meyer <cem@FreeBSD.org> Add xform-conforming auth_hash wrapper for Poly-1305
The wrapper is a thin shim around libsodium's Poly-1305 implementation. For now, we just use the C algorithm and do not attempt to build the SSE-optimized variant for x86 processors.
The algorithm support has not yet been plumbed through cryptodev, or added to cryptosoft.
|
H A D | xform_auth.h | diff 01d5de8fca77a55ddd9bc79db3078c9f2ccdbab1 Fri Aug 17 02:30:04 CEST 2018 Conrad Meyer <cem@FreeBSD.org> Add xform-conforming auth_hash wrapper for Poly-1305
The wrapper is a thin shim around libsodium's Poly-1305 implementation. For now, we just use the C algorithm and do not attempt to build the SSE-optimized variant for x86 processors.
The algorithm support has not yet been plumbed through cryptodev, or added to cryptosoft.
|
H A D | cryptodev.h | diff 01d5de8fca77a55ddd9bc79db3078c9f2ccdbab1 Fri Aug 17 02:30:04 CEST 2018 Conrad Meyer <cem@FreeBSD.org> Add xform-conforming auth_hash wrapper for Poly-1305
The wrapper is a thin shim around libsodium's Poly-1305 implementation. For now, we just use the C algorithm and do not attempt to build the SSE-optimized variant for x86 processors.
The algorithm support has not yet been plumbed through cryptodev, or added to cryptosoft.
|
/freebsd/sys/modules/crypto/ |
H A D | Makefile | diff 01d5de8fca77a55ddd9bc79db3078c9f2ccdbab1 Fri Aug 17 02:30:04 CEST 2018 Conrad Meyer <cem@FreeBSD.org> Add xform-conforming auth_hash wrapper for Poly-1305
The wrapper is a thin shim around libsodium's Poly-1305 implementation. For now, we just use the C algorithm and do not attempt to build the SSE-optimized variant for x86 processors.
The algorithm support has not yet been plumbed through cryptodev, or added to cryptosoft.
|
/freebsd/sys/conf/ |
H A D | files | diff 01d5de8fca77a55ddd9bc79db3078c9f2ccdbab1 Fri Aug 17 02:30:04 CEST 2018 Conrad Meyer <cem@FreeBSD.org> Add xform-conforming auth_hash wrapper for Poly-1305
The wrapper is a thin shim around libsodium's Poly-1305 implementation. For now, we just use the C algorithm and do not attempt to build the SSE-optimized variant for x86 processors.
The algorithm support has not yet been plumbed through cryptodev, or added to cryptosoft.
|