Lines Matching refs:base
227 return crypto_tfm_ctx(&tfm->base); in crypto_ablkcipher_ctx()
232 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_ablkcipher_ctx_aligned()
242 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
248 return crypto_tfm_alg_instance(&aead->base); in crypto_aead_alg_instance()
262 return crypto_tfm_ctx(&tfm->base); in crypto_blkcipher_ctx()
267 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_blkcipher_ctx_aligned()
294 return crypto_tfm_ctx(&tfm->base); in crypto_hash_ctx()
299 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_hash_ctx_aligned()
339 return crypto_enqueue_request(queue, &request->base); in ablkcipher_enqueue_request()
366 req->base.complete(&req->base, err); in aead_request_complete()
371 return req->base.flags; in aead_request_flags()