PKINIT_CTX_MAGIC
ctx->magic = PKINIT_CTX_MAGIC;
if (ctx == NULL || ctx->magic != PKINIT_CTX_MAGIC) {
plgctx->magic = PKINIT_CTX_MAGIC;
reqctx->magic = PKINIT_CTX_MAGIC;
if (reqctx == NULL || reqctx->magic != PKINIT_CTX_MAGIC) {