atmel_aes_reqctx
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
struct atmel_aes_reqctx *rctx;
crypto_skcipher_set_reqsize(tfm, sizeof(struct atmel_aes_reqctx));
crypto_skcipher_set_reqsize(tfm, sizeof(struct atmel_aes_reqctx));
struct atmel_aes_reqctx *rctx = aead_request_ctx(req);
struct atmel_aes_reqctx base;
struct atmel_aes_reqctx *rctx;
crypto_aead_set_reqsize(tfm, sizeof(struct atmel_aes_reqctx));
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
crypto_skcipher_set_reqsize(tfm, sizeof(struct atmel_aes_reqctx) +
const struct atmel_aes_reqctx *rctx)
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);