Lines Matching refs:base

195  * Given a cipher context, and a context number, get the base address of the
414 base);
536 aead_request_set_callback(subreq, req->base.flags,
537 req->base.complete, req->base.data);
555 container_of(req->req, struct aead_request, base);
636 dev_req->req = &req->base;
653 if (!(req->base.flags & CRYPTO_TFM_REQ_MAY_BACKLOG)) {
702 ctx->sw_cipher = crypto_alloc_aead(alg->base.cra_name, 0,
799 cipher->base.crt_flags &
913 skcipher_request_set_callback(&dev_req->fallback_req, req->base.flags,
914 req->base.complete, req->base.data);
933 dev_req->req = &req->base;
975 if (!(req->base.flags & CRYPTO_TFM_REQ_MAY_BACKLOG)) {
1010 if (alg->base.cra_flags & CRYPTO_ALG_NEED_FALLBACK) {
1011 ctx->sw_cipher = crypto_alloc_skcipher(alg->base.cra_name, 0,
1015 alg->base.cra_name);
1230 .base.cra_name = "cbc(aes)",
1231 .base.cra_driver_name = "cbc-aes-picoxcell",
1232 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1233 .base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY |
1237 .base.cra_blocksize = AES_BLOCK_SIZE,
1238 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1239 .base.cra_module = THIS_MODULE,
1256 .base.cra_name = "ecb(aes)",
1257 .base.cra_driver_name = "ecb-aes-picoxcell",
1258 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1259 .base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY |
1263 .base.cra_blocksize = AES_BLOCK_SIZE,
1264 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1265 .base.cra_module = THIS_MODULE,
1281 .base.cra_name = "cbc(des)",
1282 .base.cra_driver_name = "cbc-des-picoxcell",
1283 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1284 .base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY |
1287 .base.cra_blocksize = DES_BLOCK_SIZE,
1288 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1289 .base.cra_module = THIS_MODULE,
1306 .base.cra_name = "ecb(des)",
1307 .base.cra_driver_name = "ecb-des-picoxcell",
1308 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1309 .base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY |
1312 .base.cra_blocksize = DES_BLOCK_SIZE,
1313 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1314 .base.cra_module = THIS_MODULE,
1330 .base.cra_name = "cbc(des3_ede)",
1331 .base.cra_driver_name = "cbc-des3-ede-picoxcell",
1332 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1333 .base.cra_flags = CRYPTO_ALG_ASYNC |
1336 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE,
1337 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1338 .base.cra_module = THIS_MODULE,
1355 .base.cra_name = "ecb(des3_ede)",
1356 .base.cra_driver_name = "ecb-des3-ede-picoxcell",
1357 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1358 .base.cra_flags = CRYPTO_ALG_ASYNC |
1361 .base.cra_blocksize = DES3_EDE_BLOCK_SIZE,
1362 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1363 .base.cra_module = THIS_MODULE,
1385 .base = {
1416 .base = {
1447 .base = {
1478 .base = {
1509 .base = {
1541 .base = {
1573 .base.cra_name = "f8(kasumi)",
1574 .base.cra_driver_name = "f8-kasumi-picoxcell",
1575 .base.cra_priority = SPACC_CRYPTO_ALG_PRIORITY,
1576 .base.cra_flags = CRYPTO_ALG_ASYNC |
1579 .base.cra_blocksize = 8,
1580 .base.cra_ctxsize = sizeof(struct spacc_ablk_ctx),
1581 .base.cra_module = THIS_MODULE,
1730 engine->algs[i].alg.base.cra_name);
1733 engine->algs[i].alg.base.cra_name);
1747 engine->aeads[i].alg.base.cra_name);
1750 engine->aeads[i].alg.base.cra_name);