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

Function AES_init_ctx

payload.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void AES_init_ctx(struct AES_ctx* ctx, const uint8_t* key)
326{
327 KeyExpansion(ctx->RoundKey, key);
328}
329#if (defined(CBC) && (CBC == 1)) || (defined(CTR) && (CTR == 1))
330void AES_init_ctx_iv(struct AES_ctx* ctx, const uint8_t* key, const uint8_t* iv)
331{

Callers 1

AESCipherTCPMethod · 0.85

Calls 1

KeyExpansionFunction · 0.85

Tested by

no test coverage detected