SEC_MAX_CIPHER_KEY
memset(ctx->key, 0, SEC_MAX_CIPHER_KEY);
ctx->key = dma_alloc_coherent(dev, SEC_MAX_CIPHER_KEY,
memzero_explicit(ctx->key, SEC_MAX_CIPHER_KEY);
dma_free_coherent(dev, SEC_MAX_CIPHER_KEY, ctx->key,