Lines Matching defs:base
22 char head[offsetof(struct aead_alg, base)];
23 struct crypto_instance base;
30 struct crypto_spawn base;
34 struct crypto_queue base;
39 return crypto_tfm_ctx(&tfm->base);
45 return container_of(&inst->alg.base, struct crypto_instance, alg);
50 return container_of(&inst->alg, struct aead_instance, alg.base);
55 return aead_instance(crypto_tfm_alg_instance(&aead->base));
70 req->base.complete(&req->base, err);
75 return req->base.flags;
81 return container_of(req, struct aead_request, base);
90 crypto_drop_spawn(&spawn->base);
96 return container_of(spawn->base.alg, struct aead_alg, base);
102 return crypto_spawn_tfm2(&spawn->base);
114 crypto_init_queue(&queue->base, max_qlen);
120 return crypto_enqueue_request(&queue->base, &request->base);
128 req = crypto_dequeue_request(&queue->base);
130 return req ? container_of(req, struct aead_request, base) : NULL;
137 req = crypto_get_backlog(&queue->base);
139 return req ? container_of(req, struct aead_request, base) : NULL;