Lines Matching defs:rctx
222 const struct mtk_aes_reqctx *rctx)
225 aes->flags = (aes->flags & AES_FLAGS_BUSY) | rctx->mode;
539 struct mtk_aes_reqctx *rctx = skcipher_request_ctx(req);
541 mtk_aes_set_mode(aes, rctx);
606 struct mtk_aes_reqctx *rctx = skcipher_request_ctx(req);
608 mtk_aes_set_mode(aes, rctx);
649 struct mtk_aes_reqctx *rctx;
656 rctx = skcipher_request_ctx(req);
657 rctx->mode = mode;
926 struct mtk_aes_reqctx *rctx = aead_request_ctx(req);
929 mtk_aes_set_mode(aes, rctx);
951 struct mtk_aes_reqctx *rctx = aead_request_ctx(req);
966 rctx->mode = AES_FLAGS_GCM | mode;