MCPcopy Create free account
hub / github.com/S3N4T0R-0X0/PixelCode-Attack / AES_ECB_decrypt

Function AES_ECB_decrypt

payload.cpp:582–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void AES_ECB_decrypt(const struct AES_ctx* ctx, uint8_t* buf)
583{
584 // The next function call decrypts the PlainText with the Key using AES algorithm.
585 InvCipher((state_t*)buf, ctx->RoundKey);
586}
587
588
589#endif // #if defined(ECB) && (ECB == 1)

Callers

nothing calls this directly

Calls 1

InvCipherFunction · 0.85

Tested by

no test coverage detected