Searched refs:omap_aes_reqctx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/
H A Domap-aes-gcm.c49 struct omap_aes_reqctx *rctx;
188 struct omap_aes_reqctx *rctx;
221 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
241 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
275 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
283 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
292 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
304 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
364 struct omap_aes_reqctx *rctx = aead_request_ctx(req);
385 crypto_aead_set_reqsize(tfm, sizeof(struct omap_aes_reqctx));
[all...]
H A Domap-aes.h106 struct omap_aes_reqctx { struct
201 struct omap_aes_dev *omap_aes_find_dev(struct omap_aes_reqctx *rctx);
H A Domap-aes.c122 struct omap_aes_reqctx *rctx;
207 struct omap_aes_dev *omap_aes_find_dev(struct omap_aes_reqctx *rctx)
432 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
481 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
533 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
638 crypto_skcipher_set_reqsize(tfm, sizeof(struct omap_aes_reqctx) +

Completed in 126 milliseconds