summaryrefslogtreecommitdiff
path: root/CryptoPkg/Application/Cryptest/Cryptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Application/Cryptest/Cryptest.h')
-rw-r--r--CryptoPkg/Application/Cryptest/Cryptest.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.h b/CryptoPkg/Application/Cryptest/Cryptest.h
index b63128552e..cc68cd3ce5 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.h
+++ b/CryptoPkg/Application/Cryptest/Cryptest.h
@@ -73,6 +73,18 @@ ValidateCryptRsa (
);
/**
+ Validate UEFI-OpenSSL RSA Key Retrieving (from PEM & X509) & Signature Interfaces.
+
+ @retval EFI_SUCCESS Validation succeeded.
+ @retval EFI_ABORTED Validation failed.
+
+**/
+EFI_STATUS
+ValidateCryptRsa2 (
+ VOID
+ );
+
+/**
Validate UEFI-OpenSSL PKCS#7 Verification Interfaces.
@retval EFI_SUCCESS Validation succeeded.