|
@@ -156,11 +156,6 @@ struct skcipher_alg {
|
|
|
] CRYPTO_MINALIGN_ATTR; \
|
|
|
struct skcipher_request *name = (void *)__##name##_desc
|
|
|
|
|
|
-#define SKCIPHER_REQUEST_ON_STACK(name, tfm) \
|
|
|
- char __##name##_desc[sizeof(struct skcipher_request) + \
|
|
|
- crypto_skcipher_reqsize(tfm)] CRYPTO_MINALIGN_ATTR; \
|
|
|
- struct skcipher_request *name = (void *)__##name##_desc
|
|
|
-
|
|
|
/**
|
|
|
* DOC: Symmetric Key Cipher API
|
|
|
*
|