summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-pk.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-04 04:21:19 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-04 04:21:19 +0200
commit9a30bc8e0a303b5db1b00794208f9eeae27ef893 (patch)
tree7ec003914fc1f833d7284eecbedfb6297ec89a38 /crypto/userspace/ncr-pk.h
parent636cb4601bdfc07021bf4f53dcb01139cac8edc2 (diff)
parent0fa33314a085047798b2ba737b179272c90243e4 (diff)
downloadkernel-crypto-9a30bc8e0a303b5db1b00794208f9eeae27ef893.tar.gz
kernel-crypto-9a30bc8e0a303b5db1b00794208f9eeae27ef893.tar.xz
kernel-crypto-9a30bc8e0a303b5db1b00794208f9eeae27ef893.zip
Merge branch 'standalone-master' into standalone-rename
Diffstat (limited to 'crypto/userspace/ncr-pk.h')
-rw-r--r--crypto/userspace/ncr-pk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/userspace/ncr-pk.h b/crypto/userspace/ncr-pk.h
index f234f735b45..25a057120f9 100644
--- a/crypto/userspace/ncr-pk.h
+++ b/crypto/userspace/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,