aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/conf.py')
-rw-r--r--doc/guides/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index da99a3f8..a85f6c9d 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -391,6 +391,11 @@ def setup(app):
'AEAD',
'AEAD algorithms in crypto drivers',
'AEAD algorithm')
+ table_file = dirname(__file__) + '/cryptodevs/overview_asym_table.txt'
+ generate_overview_table(table_file, 5,
+ 'Asymmetric',
+ 'Asymmetric algorithms in crypto drivers',
+ 'Asymmetric algorithm')
table_file = dirname(__file__) + '/compressdevs/overview_feature_table.txt'
generate_overview_table(table_file, 1,
'Features',