summaryrefslogtreecommitdiffstats
path: root/ncr-pk.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-04 04:14:53 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-04 04:14:53 +0200
commit85b4cdcb94355e284c1fff81311b5a039861a01d (patch)
tree64827fb6e611d4ea7b9103d5f56a691eed0fc278 /ncr-pk.h
parent9c515c4dfac9de37f1ce5aaefcdaadc5fba82c51 (diff)
downloadkernel-crypto-85b4cdcb94355e284c1fff81311b5a039861a01d.tar.gz
kernel-crypto-85b4cdcb94355e284c1fff81311b5a039861a01d.tar.xz
kernel-crypto-85b4cdcb94355e284c1fff81311b5a039861a01d.zip
Drop the key generation work queue
Originally motivated by debugobject.c reports about using INIT_WORK instead of INIT_WORK_ON_STACK and destroy_work_on_stack. In fact the work queue is completely unnecessary, and this commit removes it.
Diffstat (limited to 'ncr-pk.h')
-rw-r--r--ncr-pk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ncr-pk.h b/ncr-pk.h
index f234f735b45..25a057120f9 100644
--- a/ncr-pk.h
+++ b/ncr-pk.h
@@ -25,10 +25,6 @@ int ncr_pk_generate(const struct algo_properties_st *algo,
int ncr_pk_pack( const struct key_item_st * key, uint8_t * packed, uint32_t * packed_size);
int ncr_pk_unpack( struct key_item_st * key, const void * packed, size_t packed_size);
-
-int ncr_pk_queue_init(void);
-void ncr_pk_queue_deinit(void);
-
/* encryption/decryption */
int ncr_pk_cipher_init(const struct algo_properties_st *algo,
struct ncr_pk_ctx* ctx, struct ncr_key_params_st* params,