Searched hist:"77 ebdabe8de7c02f43c6de3357f79ff96f9f0579" (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/crypto/ |
H A D | userspace-if.rst | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/include/uapi/linux/ |
H A D | if_alg.h | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/crypto/ |
H A D | algif_rng.c | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | af_alg.c | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Kconfig | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/linux/include/crypto/ |
H A D | if_alg.h | diff 77ebdabe8de7c02f43c6de3357f79ff96f9f0579 Fri Sep 18 17:42:16 CEST 2020 Elena Petrova <lenaptr@google.com> crypto: af_alg - add extra parameters for DRBG interface
Extend the user-space RNG interface: 1. Add entropy input via ALG_SET_DRBG_ENTROPY setsockopt option; 2. Add additional data input via sendmsg syscall.
This allows DRBG to be tested with test vectors, for example for the purpose of CAVP testing, which otherwise isn't possible.
To prevent erroneous use of entropy input, it is hidden under CRYPTO_USER_API_RNG_CAVP config option and requires CAP_SYS_ADMIN to succeed.
Signed-off-by: Elena Petrova <lenaptr@google.com> Acked-by: Stephan Müller <smueller@chronox.de> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|