Home
last modified time | relevance | path

Searched hist:"6 cb8815f41a966b217c0d9826c592254d72dcc31" (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/crypto/
H A Dsig.h6cb8815f41a966b217c0d9826c592254d72dcc31 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 Dsig.h6cb8815f41a966b217c0d9826c592254d72dcc31 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 Dsig.c6cb8815f41a966b217c0d9826c592254d72dcc31 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 Dakcipher.cdiff 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 Dinternal.hdiff 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 DMakefilediff 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 DKconfigdiff 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 Dcrypto.hdiff 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>