Searched hist:"6 cb8815f41a966b217c0d9826c592254d72dcc31" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | sig.h | 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/include/crypto/internal/ |
H A D | sig.h | 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/crypto/ |
H A D | sig.c | 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | akcipher.c | diff 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | internal.h | diff 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Makefile | diff 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Kconfig | diff 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/include/linux/ |
H A D | crypto.h | diff 6cb8815f41a966b217c0d9826c592254d72dcc31 Thu Jun 15 05:28:48 CDT 2023 Herbert Xu <herbert@gondor.apana.org.au> crypto: sig - Add interface for sign/verify
Split out the sign/verify functionality from the existing akcipher interface. Most algorithms in akcipher either support encryption and decryption, or signing and verify. Only one supports both.
As a signature algorithm may not support encryption at all, these two should be spearated.
For now sig is simply a wrapper around akcipher as all algorithms remain unchanged. This is a first step and allows users to start allocating sig instead of akcipher.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|