Searched refs:SHA256_DIGEST_SIZE (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dsha256.h69 #define SHA256_DIGEST_SIZE sizeof ( struct sha256_digest ) macro
H A Dentropy.h112 #define ENTROPY_HASH_DF_OUTLEN_BYTES SHA256_DIGEST_SIZE
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.h78 #define MAX_DIGEST_SIZE SHA256_DIGEST_SIZE
H A DDxeImageVerificationLib.c274 mImageDigestSize = SHA256_DIGEST_SIZE;
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drootcert.c37 #define FINGERPRINT_LEN SHA256_DIGEST_SIZE
H A Drsa.c105 { RSA_DIGESTINFO_PREFIX ( SHA256_DIGEST_SIZE, ASN1_OID_SHA256 ) };
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dsha256_test.c39 uint8_t digest[SHA256_DIGEST_SIZE];
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c542 case SHA256_DIGEST_SIZE:
600 (HashSize != MD5_DIGEST_SIZE && HashSize != SHA1_DIGEST_SIZE && HashSize != SHA256_DIGEST_SIZE)) {
677 if (HashSize != MD5_DIGEST_SIZE && HashSize != SHA1_DIGEST_SIZE && HashSize != SHA256_DIGEST_SIZE) {
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DHashVerify.c52 GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 Sha256Digest[SHA256_DIGEST_SIZE] = {
231 if (CompareMem (Digest, Sha256Digest, SHA256_DIGEST_SIZE) != 0) {
H A DAuthenticodeVerify.c1011 SHA256_DIGEST_SIZE
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h75 #define SHA256_DIGEST_SIZE 32 macro
79 #define MAX_DIGEST_SIZE SHA256_DIGEST_SIZE
H A DSecureBootConfigImpl.c999 mImageDigestSize = SHA256_DIGEST_SIZE;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c308 UINT8 Digest[SHA256_DIGEST_SIZE];
339 ZeroMem (Digest, SHA256_DIGEST_SIZE);
383 SHA256_DIGEST_SIZE,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c524 UINT8 Digest[SHA256_DIGEST_SIZE];
553 ZeroMem (Digest, SHA256_DIGEST_SIZE);
596 SHA256_DIGEST_SIZE,
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h39 #define SHA256_DIGEST_SIZE 32 macro

Completed in 2895 milliseconds