Lines Matching refs:base
949 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ?
966 /* allocate space for base edesc and hw desc commands, link tables */
1260 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ?
1344 /* allocate space for base edesc, link tables and IV */
1442 req->base.flags,
1443 req->base.complete,
1444 req->base.data);
1484 .base = {
1500 .base = {
1516 .base = {
1532 .base = {
1550 .base = {
1573 .base = {
1593 .base = {
1612 .base = {
1632 .base = {
1652 .base = {
1673 .base = {
1696 .base = {
1717 .base = {
1740 .base = {
1761 .base = {
1784 .base = {
1805 .base = {
1829 .base = {
1850 .base = {
1874 .base = {
1895 .base = {
1919 .base = {
1940 .base = {
1963 .base = {
1985 .base = {
2009 .base = {
2031 .base = {
2055 .base = {
2077 .base = {
2101 .base = {
2123 .base = {
2147 .base = {
2169 .base = {
2193 .base = {
2214 .base = {
2237 .base = {
2258 .base = {
2281 .base = {
2302 .base = {
2326 .base = {
2347 .base = {
2371 .base = {
2392 .base = {
2416 .base = {
2437 .base = {
2515 const char *tfm_name = crypto_tfm_alg_name(&tfm->base);
2596 alg->base.cra_module = THIS_MODULE;
2597 alg->base.cra_priority = CAAM_CRA_PRIORITY;
2598 alg->base.cra_ctxsize = sizeof(struct caam_ctx) + crypto_dma_padding();
2599 alg->base.cra_flags |= (CRYPTO_ALG_ASYNC | CRYPTO_ALG_ALLOCATES_MEMORY |
2610 alg->base.cra_module = THIS_MODULE;
2611 alg->base.cra_priority = CAAM_CRA_PRIORITY;
2612 alg->base.cra_ctxsize = sizeof(struct caam_ctx) + crypto_dma_padding();
2613 alg->base.cra_flags = CRYPTO_ALG_ASYNC | CRYPTO_ALG_ALLOCATES_MEMORY |
2685 t_alg->skcipher.base.cra_driver_name);
2731 t_alg->aead.base.cra_driver_name);