summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ncrypto/ncrypto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ncrypto/ncrypto.h b/include/ncrypto/ncrypto.h
index ada244b..b23a8c4 100644
--- a/include/ncrypto/ncrypto.h
+++ b/include/ncrypto/ncrypto.h
@@ -47,6 +47,10 @@ Red Hat author: Miloslav Trmač <mitr@redhat.com> */
CK_RV ncr_open (void);
CK_RV ncr_close (void);
+ /* Random numbers */
+
+CK_RV ncr_get_random_bytes (void *dest, size_t size);
+
/* Symmetric keys */
struct ncr_symm_key;