add CAAM with INTEGRITY support

This commit is contained in:
Jacob Barthelmeh
2017-12-14 11:46:20 -07:00
parent ac8996c9bc
commit 5fa9455bf9
28 changed files with 3411 additions and 30 deletions

View File

@@ -434,6 +434,9 @@ const char* wc_GetErrorString(int error)
case ECC_PRIVATEONLY_E:
return "Invalid use of private only ECC key";
case WC_CAAM_E:
return "Error with CAAM use";
default:
return "unknown error number";