Merge pull request #2695 from matrix/cryptoapi

Added Linux Kernel Crypto API (2.4) KPA
This commit is contained in:
Jens Steube
2021-05-17 23:41:10 +02:00
committed by GitHub
101 changed files with 16636 additions and 44 deletions
+2
View File
@@ -554,6 +554,8 @@ typedef enum parser_rc
PARSER_FILE_SIZE = -41,
PARSER_IV_LENGTH = -42,
PARSER_CT_LENGTH = -43,
PARSER_CRYPTOAPI_KERNELTYPE = -44,
PARSER_CRYPTOAPI_KEYSIZE = -45,
PARSER_HAVE_ERRNO = -100,
PARSER_UNKNOWN_ERROR = -255