Searched hist:a99bc4c3eb8c281a3a0616a037481a5666732745 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | xform_cbc_mac.c | a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|
H A D | cbc_mac.h | a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|
H A D | cbc_mac.c | a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|
H A D | cryptodev.h | diff a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|
/freebsd/sys/modules/crypto/ |
H A D | Makefile | diff a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|
/freebsd/sys/conf/ |
H A D | files | diff a99bc4c3eb8c281a3a0616a037481a5666732745 Fri Feb 15 04:46:39 CET 2019 Sean Eric Fagan <sef@FreeBSD.org> Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to anything (that comes in the next commit).
https://tools.ietf.org/html/rfc3610 describes the algorithm.
Note that this is a software-only implementation, which means it is fairly slow.
Sponsored by: iXsystems Inc Differential Revision: https://reviews.freebsd.org/D18592
|