Lines Matching refs:base

944 	gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ?
961 /* allocate space for base edesc and hw desc commands, link tables */
1250 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ?
1329 /* allocate space for base edesc, link tables and IV */
1426 req->base.flags,
1427 req->base.complete,
1428 req->base.data);
1468 .base = {
1484 .base = {
1500 .base = {
1516 .base = {
1534 .base = {
1557 .base = {
1577 .base = {
1596 .base = {
1616 .base = {
1636 .base = {
1657 .base = {
1680 .base = {
1701 .base = {
1724 .base = {
1745 .base = {
1768 .base = {
1789 .base = {
1813 .base = {
1834 .base = {
1858 .base = {
1879 .base = {
1903 .base = {
1924 .base = {
1947 .base = {
1969 .base = {
1993 .base = {
2015 .base = {
2039 .base = {
2061 .base = {
2085 .base = {
2107 .base = {
2131 .base = {
2153 .base = {
2177 .base = {
2198 .base = {
2221 .base = {
2242 .base = {
2265 .base = {
2286 .base = {
2310 .base = {
2331 .base = {
2355 .base = {
2376 .base = {
2400 .base = {
2421 .base = {
2499 const char *tfm_name = crypto_tfm_alg_name(&tfm->base);
2580 alg->base.cra_module = THIS_MODULE;
2581 alg->base.cra_priority = CAAM_CRA_PRIORITY;
2582 alg->base.cra_ctxsize = sizeof(struct caam_ctx);
2583 alg->base.cra_flags |= (CRYPTO_ALG_ASYNC | CRYPTO_ALG_ALLOCATES_MEMORY |
2594 alg->base.cra_module = THIS_MODULE;
2595 alg->base.cra_priority = CAAM_CRA_PRIORITY;
2596 alg->base.cra_ctxsize = sizeof(struct caam_ctx);
2597 alg->base.cra_flags = CRYPTO_ALG_ASYNC | CRYPTO_ALG_ALLOCATES_MEMORY |
2669 t_alg->skcipher.base.cra_driver_name);
2715 t_alg->aead.base.cra_driver_name);