AES_256_NROUNDS
uint32_t ses_ekey[4*(AES_256_NROUNDS + 1)];
uint32_t ses_dkey[4*(AES_256_NROUNDS + 1)];
for (i = 0; i < 4*(AES_256_NROUNDS + 1); i++) {
aes_enc(&A->kk_enc, buf, buf, AES_256_NROUNDS); /* buf := C_M */
aes_dec(&A->kk_dec, buf, buf, AES_256_NROUNDS); /* buf := P_M */
uint32_t nrounds = AES_256_NROUNDS;
uint32_t nrounds = AES_256_NROUNDS;
{ 32, AES_256_NROUNDS, rk256enc, rk256dec },
case AES_256_NROUNDS:
case AES_256_NROUNDS:
case AES_256_NROUNDS:
ap->ap_nrounds = AES_256_NROUNDS;
ax->ax_nrounds = AES_256_NROUNDS;
ctx->nr = AES_256_NROUNDS;
aes_enc(&sdp->swd_enckey, (const void *)preiv, iv, AES_256_NROUNDS);
AES_256_NROUNDS);
aes_enc(&sdp->swd_enckey, (const void *)preiv, iv, AES_256_NROUNDS);
AES_256_NROUNDS);