/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 52 .cra_type = &crypto_ahash_type, 80 .cra_type = &crypto_ahash_type, 96 .cra_type = &crypto_ablkcipher_type, 118 .cra_type = &crypto_ablkcipher_type, 140 .cra_type = &crypto_ablkcipher_type, 162 .cra_type = &crypto_ablkcipher_type, 183 .cra_type = &crypto_ablkcipher_type, 205 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/crypto/ |
D | skcipher.c | 25 if (alg->cra_type == &crypto_blkcipher_type) in crypto_skcipher_extsize() 28 BUG_ON(alg->cra_type != &crypto_ablkcipher_type && in crypto_skcipher_extsize() 29 alg->cra_type != &crypto_givcipher_type); in crypto_skcipher_extsize() 221 if (tfm->__crt_alg->cra_type == &crypto_blkcipher_type) in crypto_skcipher_init_tfm() 224 BUG_ON(tfm->__crt_alg->cra_type != &crypto_ablkcipher_type && in crypto_skcipher_init_tfm() 225 tfm->__crt_alg->cra_type != &crypto_givcipher_type); in crypto_skcipher_init_tfm()
|
D | proc.c | 63 if (alg->cra_type && alg->cra_type->show) { in c_show() 64 alg->cra_type->show(m, alg); in c_show()
|
D | pcompress.c | 99 base->cra_type = &crypto_pcomp_type; in crypto_register_pcomp()
|
D | crypto_user.c | 155 if (alg->cra_type && alg->cra_type->report) { in crypto_report_one() 156 if (alg->cra_type->report(skb, alg)) in crypto_report_one()
|
D | api.c | 289 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() 311 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() 335 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
|
D | akcipher.c | 102 base->cra_type = &crypto_akcipher_type; in crypto_register_akcipher()
|
D | ahash.c | 459 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm() 482 if (alg->cra_type == &crypto_ahash_type) in crypto_ahash_extsize() 555 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg()
|
D | arc4.c | 140 .cra_type = &crypto_blkcipher_type,
|
D | crypto_null.c | 131 .cra_type = &crypto_blkcipher_type,
|
D | rng.c | 192 base->cra_type = &crypto_rng_type; in crypto_register_rng()
|
D | ecb.c | 141 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_ecb_alloc()
|
D | ctr.c | 213 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_ctr_alloc() 395 inst->alg.cra_type = &crypto_ablkcipher_type; in crypto_rfc3686_alloc()
|
D | salsa20_generic.c | 219 .cra_type = &crypto_blkcipher_type,
|
D | chacha20_generic.c | 178 .cra_type = &crypto_blkcipher_type,
|
D | keywrap.c | 371 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_kw_alloc()
|
D | pcbc.c | 247 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_pcbc_alloc()
|
D | cbc.c | 241 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_cbc_alloc()
|
D | xts.c | 315 inst->alg.cra_type = &crypto_blkcipher_type; in alloc()
|
D | cts.c | 304 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_cts_alloc()
|
D | algapi.c | 72 if (!inst->alg.cra_type->free) { in crypto_free_instance() 77 inst->alg.cra_type->free(inst); in crypto_free_instance()
|
D | aead.c | 352 base->cra_type = &crypto_aead_type; in aead_prepare_alg()
|
D | lrw.c | 351 inst->alg.cra_type = &crypto_blkcipher_type; in alloc()
|
D | shash.c | 592 base->cra_type = &crypto_shash_type; in shash_prepare_alg()
|
D | blkcipher.c | 691 inst->alg.cra_type = &crypto_givcipher_type; in skcipher_geniv_alloc()
|
D | cryptd.c | 374 inst->alg.cra_type = &crypto_ablkcipher_type; in cryptd_create_blkcipher()
|
/linux-4.4.14/arch/x86/crypto/ |
D | serpent_avx2_glue.c | 316 .cra_type = &crypto_blkcipher_type, 337 .cra_type = &crypto_blkcipher_type, 358 .cra_type = &crypto_blkcipher_type, 380 .cra_type = &crypto_blkcipher_type, 405 .cra_type = &crypto_blkcipher_type, 426 .cra_type = &crypto_ablkcipher_type, 448 .cra_type = &crypto_ablkcipher_type, 471 .cra_type = &crypto_ablkcipher_type, 495 .cra_type = &crypto_ablkcipher_type, 520 .cra_type = &crypto_ablkcipher_type,
|
D | twofish_avx_glue.c | 346 .cra_type = &crypto_blkcipher_type, 366 .cra_type = &crypto_blkcipher_type, 386 .cra_type = &crypto_blkcipher_type, 407 .cra_type = &crypto_blkcipher_type, 431 .cra_type = &crypto_blkcipher_type, 451 .cra_type = &crypto_ablkcipher_type, 472 .cra_type = &crypto_ablkcipher_type, 494 .cra_type = &crypto_ablkcipher_type, 517 .cra_type = &crypto_ablkcipher_type, 541 .cra_type = &crypto_ablkcipher_type,
|
D | camellia_aesni_avx_glue.c | 342 .cra_type = &crypto_blkcipher_type, 362 .cra_type = &crypto_blkcipher_type, 382 .cra_type = &crypto_blkcipher_type, 403 .cra_type = &crypto_blkcipher_type, 427 .cra_type = &crypto_blkcipher_type, 447 .cra_type = &crypto_ablkcipher_type, 468 .cra_type = &crypto_ablkcipher_type, 490 .cra_type = &crypto_ablkcipher_type, 513 .cra_type = &crypto_ablkcipher_type, 537 .cra_type = &crypto_ablkcipher_type,
|
D | serpent_sse2_glue.c | 395 .cra_type = &crypto_blkcipher_type, 415 .cra_type = &crypto_blkcipher_type, 435 .cra_type = &crypto_blkcipher_type, 456 .cra_type = &crypto_blkcipher_type, 480 .cra_type = &crypto_blkcipher_type, 500 .cra_type = &crypto_ablkcipher_type, 521 .cra_type = &crypto_ablkcipher_type, 543 .cra_type = &crypto_ablkcipher_type, 566 .cra_type = &crypto_ablkcipher_type, 590 .cra_type = &crypto_ablkcipher_type,
|
D | cast6_avx_glue.c | 379 .cra_type = &crypto_blkcipher_type, 399 .cra_type = &crypto_blkcipher_type, 419 .cra_type = &crypto_blkcipher_type, 440 .cra_type = &crypto_blkcipher_type, 464 .cra_type = &crypto_blkcipher_type, 484 .cra_type = &crypto_ablkcipher_type, 505 .cra_type = &crypto_ablkcipher_type, 527 .cra_type = &crypto_ablkcipher_type, 550 .cra_type = &crypto_ablkcipher_type, 574 .cra_type = &crypto_ablkcipher_type,
|
D | serpent_avx_glue.c | 385 .cra_type = &crypto_blkcipher_type, 405 .cra_type = &crypto_blkcipher_type, 425 .cra_type = &crypto_blkcipher_type, 446 .cra_type = &crypto_blkcipher_type, 470 .cra_type = &crypto_blkcipher_type, 490 .cra_type = &crypto_ablkcipher_type, 511 .cra_type = &crypto_ablkcipher_type, 533 .cra_type = &crypto_ablkcipher_type, 556 .cra_type = &crypto_ablkcipher_type, 580 .cra_type = &crypto_ablkcipher_type,
|
D | camellia_aesni_avx2_glue.c | 350 .cra_type = &crypto_blkcipher_type, 370 .cra_type = &crypto_blkcipher_type, 390 .cra_type = &crypto_blkcipher_type, 411 .cra_type = &crypto_blkcipher_type, 435 .cra_type = &crypto_blkcipher_type, 455 .cra_type = &crypto_ablkcipher_type, 476 .cra_type = &crypto_ablkcipher_type, 498 .cra_type = &crypto_ablkcipher_type, 521 .cra_type = &crypto_ablkcipher_type, 545 .cra_type = &crypto_ablkcipher_type,
|
D | cast5_avx_glue.c | 348 .cra_type = &crypto_blkcipher_type, 368 .cra_type = &crypto_blkcipher_type, 388 .cra_type = &crypto_blkcipher_type, 408 .cra_type = &crypto_ablkcipher_type, 429 .cra_type = &crypto_ablkcipher_type, 451 .cra_type = &crypto_ablkcipher_type,
|
D | twofish_glue_3way.c | 343 .cra_type = &crypto_blkcipher_type, 362 .cra_type = &crypto_blkcipher_type, 382 .cra_type = &crypto_blkcipher_type, 402 .cra_type = &crypto_blkcipher_type, 423 .cra_type = &crypto_blkcipher_type,
|
D | fpu.c | 125 inst->alg.cra_type = alg->cra_type; in crypto_fpu_alloc()
|
D | aesni-intel_glue.c | 1175 .cra_type = &crypto_blkcipher_type, 1196 .cra_type = &crypto_blkcipher_type, 1215 .cra_type = &crypto_ablkcipher_type, 1236 .cra_type = &crypto_ablkcipher_type, 1261 .cra_type = &crypto_blkcipher_type, 1281 .cra_type = &crypto_ablkcipher_type, 1306 .cra_type = &crypto_ablkcipher_type, 1330 .cra_type = &crypto_blkcipher_type, 1352 .cra_type = &crypto_blkcipher_type, 1372 .cra_type = &crypto_ablkcipher_type, [all …]
|
D | blowfish_glue.c | 384 .cra_type = &crypto_blkcipher_type, 403 .cra_type = &crypto_blkcipher_type, 423 .cra_type = &crypto_blkcipher_type,
|
D | des3_ede_glue.c | 411 .cra_type = &crypto_blkcipher_type, 430 .cra_type = &crypto_blkcipher_type, 450 .cra_type = &crypto_blkcipher_type,
|
D | camellia_glue.c | 1587 .cra_type = &crypto_blkcipher_type, 1606 .cra_type = &crypto_blkcipher_type, 1626 .cra_type = &crypto_blkcipher_type, 1646 .cra_type = &crypto_blkcipher_type, 1669 .cra_type = &crypto_blkcipher_type,
|
D | salsa20_glue.c | 90 .cra_type = &crypto_blkcipher_type,
|
D | chacha20_glue.c | 109 .cra_type = &crypto_blkcipher_type,
|
D | ghash-clmulni-intel_glue.c | 300 .cra_type = &crypto_ahash_type,
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-glue.c | 292 .cra_type = &crypto_blkcipher_type, 311 .cra_type = &crypto_blkcipher_type, 330 .cra_type = &crypto_blkcipher_type, 349 .cra_type = &crypto_blkcipher_type, 367 .cra_type = &crypto_ablkcipher_type, 387 .cra_type = &crypto_ablkcipher_type, 407 .cra_type = &crypto_ablkcipher_type, 427 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-glue.c | 362 .cra_type = &crypto_blkcipher_type, 381 .cra_type = &crypto_blkcipher_type, 400 .cra_type = &crypto_blkcipher_type, 419 .cra_type = &crypto_blkcipher_type, 437 .cra_type = &crypto_ablkcipher_type, 457 .cra_type = &crypto_ablkcipher_type, 477 .cra_type = &crypto_ablkcipher_type, 497 .cra_type = &crypto_ablkcipher_type,
|
D | aesbs-glue.c | 309 .cra_type = &crypto_blkcipher_type, 328 .cra_type = &crypto_blkcipher_type, 347 .cra_type = &crypto_blkcipher_type, 365 .cra_type = &crypto_ablkcipher_type, 385 .cra_type = &crypto_ablkcipher_type, 405 .cra_type = &crypto_ablkcipher_type,
|
D | ghash-ce-glue.c | 284 .cra_type = &crypto_ahash_type,
|
/linux-4.4.14/drivers/crypto/ |
D | atmel-tdes.c | 928 .cra_type = &crypto_ablkcipher_type, 948 .cra_type = &crypto_ablkcipher_type, 969 .cra_type = &crypto_ablkcipher_type, 990 .cra_type = &crypto_ablkcipher_type, 1011 .cra_type = &crypto_ablkcipher_type, 1032 .cra_type = &crypto_ablkcipher_type, 1053 .cra_type = &crypto_ablkcipher_type, 1074 .cra_type = &crypto_ablkcipher_type, 1094 .cra_type = &crypto_ablkcipher_type, 1115 .cra_type = &crypto_ablkcipher_type, [all …]
|
D | atmel-aes.c | 968 .cra_type = &crypto_ablkcipher_type, 988 .cra_type = &crypto_ablkcipher_type, 1009 .cra_type = &crypto_ablkcipher_type, 1030 .cra_type = &crypto_ablkcipher_type, 1051 .cra_type = &crypto_ablkcipher_type, 1072 .cra_type = &crypto_ablkcipher_type, 1093 .cra_type = &crypto_ablkcipher_type, 1114 .cra_type = &crypto_ablkcipher_type, 1137 .cra_type = &crypto_ablkcipher_type,
|
D | picoxcell_crypto.c | 1225 .cra_type = &crypto_ablkcipher_type, 1252 .cra_type = &crypto_ablkcipher_type, 1278 .cra_type = &crypto_ablkcipher_type, 1305 .cra_type = &crypto_ablkcipher_type, 1331 .cra_type = &crypto_ablkcipher_type, 1358 .cra_type = &crypto_ablkcipher_type, 1572 .cra_type = &crypto_ablkcipher_type,
|
D | omap-des.c | 790 .cra_type = &crypto_ablkcipher_type, 812 .cra_type = &crypto_ablkcipher_type, 835 .cra_type = &crypto_ablkcipher_type, 857 .cra_type = &crypto_ablkcipher_type,
|
D | padlock-aes.c | 408 .cra_type = &crypto_blkcipher_type, 490 .cra_type = &crypto_blkcipher_type,
|
D | geode-aes.c | 402 .cra_type = &crypto_blkcipher_type, 488 .cra_type = &crypto_blkcipher_type,
|
D | s5p-sss.c | 588 .cra_type = &crypto_ablkcipher_type, 609 .cra_type = &crypto_ablkcipher_type,
|
D | omap-aes.c | 841 .cra_type = &crypto_ablkcipher_type, 863 .cra_type = &crypto_ablkcipher_type, 889 .cra_type = &crypto_ablkcipher_type,
|
D | mxs-dcp.c | 792 .cra_type = &crypto_ablkcipher_type, 815 .cra_type = &crypto_ablkcipher_type,
|
D | mv_cesa.c | 940 .cra_type = &crypto_ablkcipher_type, 963 .cra_type = &crypto_ablkcipher_type,
|
D | sahara.c | 1218 .cra_type = &crypto_ablkcipher_type, 1238 .cra_type = &crypto_ablkcipher_type,
|
D | talitos.c | 2746 alg->cra_type = &crypto_ablkcipher_type; in talitos_alg_alloc() 2762 alg->cra_type = &crypto_ahash_type; in talitos_alg_alloc()
|
D | ixp4xx_crypto.c | 1418 cra->cra_type = &crypto_ablkcipher_type; in ixp_module_init()
|
D | n2_core.c | 1407 alg->cra_type = &crypto_ablkcipher_type; in __n2_register_one_cipher()
|
D | hifn_795x.c | 2500 alg->alg.cra_type = &crypto_ablkcipher_type; in hifn_alg_alloc()
|
/linux-4.4.14/arch/s390/crypto/ |
D | des_s390.c | 173 .cra_type = &crypto_blkcipher_type, 213 .cra_type = &crypto_blkcipher_type, 319 .cra_type = &crypto_blkcipher_type, 359 .cra_type = &crypto_blkcipher_type, 482 .cra_type = &crypto_blkcipher_type, 525 .cra_type = &crypto_blkcipher_type,
|
D | aes_s390.c | 400 .cra_type = &crypto_blkcipher_type, 516 .cra_type = &crypto_blkcipher_type, 723 .cra_type = &crypto_blkcipher_type, 876 .cra_type = &crypto_blkcipher_type,
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cipher.c | 471 .cra_type = &crypto_ablkcipher_type, 523 .cra_type = &crypto_ablkcipher_type, 593 .cra_type = &crypto_ablkcipher_type, 649 .cra_type = &crypto_ablkcipher_type, 733 .cra_type = &crypto_ablkcipher_type, 784 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1119 .cra_type = &crypto_ablkcipher_type, 1144 .cra_type = &crypto_ablkcipher_type, 1169 .cra_type = &crypto_ablkcipher_type, 1195 .cra_type = &crypto_ablkcipher_type, 1221 .cra_type = &crypto_ablkcipher_type, 1247 .cra_type = &crypto_ablkcipher_type, 1272 .cra_type = &crypto_ablkcipher_type, 1297 .cra_type = &crypto_ablkcipher_type, 1322 .cra_type = &crypto_ablkcipher_type, 1347 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 417 .cra_type = &crypto_blkcipher_type, 437 .cra_type = &crypto_blkcipher_type, 457 .cra_type = &crypto_blkcipher_type, 477 .cra_type = &crypto_blkcipher_type,
|
/linux-4.4.14/arch/sparc/crypto/ |
D | des_glue.c | 407 .cra_type = &crypto_blkcipher_type, 426 .cra_type = &crypto_blkcipher_type, 464 .cra_type = &crypto_blkcipher_type, 483 .cra_type = &crypto_blkcipher_type,
|
D | camellia_glue.c | 252 .cra_type = &crypto_blkcipher_type, 271 .cra_type = &crypto_blkcipher_type,
|
D | aes_glue.c | 411 .cra_type = &crypto_blkcipher_type, 430 .cra_type = &crypto_blkcipher_type, 450 .cra_type = &crypto_blkcipher_type,
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes.c | 136 .cra_type = NULL,
|
D | aes_ctr.c | 170 .cra_type = &crypto_blkcipher_type,
|
D | aes_cbc.c | 186 .cra_type = &crypto_blkcipher_type,
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-aes-ecb.c | 138 .cra_type = &crypto_blkcipher_type,
|
D | nx-aes-cbc.c | 137 .cra_type = &crypto_blkcipher_type,
|
D | nx-aes-ctr.c | 154 .cra_type = &crypto_blkcipher_type,
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-aes.c | 226 .cra_type = &crypto_ablkcipher_type, 247 .cra_type = &crypto_ablkcipher_type,
|
D | ccp-crypto-aes-xts.c | 249 alg->cra_type = &crypto_ablkcipher_type; in ccp_register_aes_xts_alg()
|
D | ccp-crypto-aes-cmac.c | 408 base->cra_type = &crypto_ahash_type; in ccp_register_aes_cmac_algs()
|
D | ccp-crypto-sha.c | 463 base->cra_type = &crypto_ahash_type; in ccp_register_sha_alg()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | ablkcipher.c | 366 alg->cra_type = &crypto_ablkcipher_type; in qce_ablkcipher_register_one()
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1557 .cra_type = &crypto_ahash_type, 1581 .cra_type = &crypto_ahash_type, 1605 .cra_type = &crypto_ahash_type,
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1212 .cra_type = &crypto_ablkcipher_type, 1234 .cra_type = &crypto_ablkcipher_type, 1256 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 807 .cra_type = &crypto_ahash_type,
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 456 const struct crypto_type *cra_type; member
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 1118 .cra_type = &crypto_ablkcipher_type,
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 4449 alg->cra_type = &crypto_givcipher_type; in caam_alg_alloc() 4453 alg->cra_type = &crypto_ablkcipher_type; in caam_alg_alloc()
|
D | caamhash.c | 1885 alg->cra_type = &crypto_ahash_type; in caam_hash_alloc()
|