kdf: Add plugin that provides a default prf+ implementation

This commit is contained in:
Tobias Brunner
2022-04-14 18:54:24 +02:00
parent ce431366e6
commit 9e228de60a
8 changed files with 372 additions and 0 deletions
+2
View File
@@ -92,6 +92,8 @@ endif
LOCAL_SRC_FILES += $(call add_plugin, hmac)
LOCAL_SRC_FILES += $(call add_plugin, kdf)
LOCAL_SRC_FILES += $(call add_plugin, md4)
LOCAL_SRC_FILES += $(call add_plugin, md5)