Searched refs:TDES_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Cipher/
H A DCryptTdes.c151 if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) != 0 || Output == NULL) {
166 Input += TDES_BLOCK_SIZE;
167 Output += TDES_BLOCK_SIZE;
168 InputSize -= TDES_BLOCK_SIZE;
212 if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) != 0 || Output == NULL) {
227 Input += TDES_BLOCK_SIZE;
228 Output += TDES_BLOCK_SIZE;
229 InputSize -= TDES_BLOCK_SIZE;
273 UINT8 IvecBuffer[TDES_BLOCK_SIZE];
278 if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h44 #define TDES_BLOCK_SIZE 8 macro

Completed in 85 milliseconds