Searched hist:"2 b8c19dbdc692e81243a328725a02efb77b144a5" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/crypto/ |
H A D | api.c | 2b8c19dbdc692e81243a328725a02efb77b144a5 Wed Sep 20 20:31:44 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add cryptomgr
The cryptomgr module is a simple manager of crypto algorithm instances. It ensures that parameterised algorithms of the type tmpl(alg) (e.g., cbc(aes)) are always created.
This is meant to satisfy the needs for most users. For more complex cases such as deeper combinations or multiple parameters, a netlink module will be created which allows arbitrary expressions to be parsed in user-space.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | 2b8c19dbdc692e81243a328725a02efb77b144a5 Wed Sep 20 20:31:44 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add cryptomgr
The cryptomgr module is a simple manager of crypto algorithm instances. It ensures that parameterised algorithms of the type tmpl(alg) (e.g., cbc(aes)) are always created.
This is meant to satisfy the needs for most users. For more complex cases such as deeper combinations or multiple parameters, a netlink module will be created which allows arbitrary expressions to be parsed in user-space.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | 2b8c19dbdc692e81243a328725a02efb77b144a5 Wed Sep 20 20:31:44 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add cryptomgr
The cryptomgr module is a simple manager of crypto algorithm instances. It ensures that parameterised algorithms of the type tmpl(alg) (e.g., cbc(aes)) are always created.
This is meant to satisfy the needs for most users. For more complex cases such as deeper combinations or multiple parameters, a netlink module will be created which allows arbitrary expressions to be parsed in user-space.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | crypto.h | 2b8c19dbdc692e81243a328725a02efb77b144a5 Wed Sep 20 20:31:44 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add cryptomgr
The cryptomgr module is a simple manager of crypto algorithm instances. It ensures that parameterised algorithms of the type tmpl(alg) (e.g., cbc(aes)) are always created.
This is meant to satisfy the needs for most users. For more complex cases such as deeper combinations or multiple parameters, a netlink module will be created which allows arbitrary expressions to be parsed in user-space.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
|