Searched refs:cra_name (Results 1 - 176 of 176) sorted by relevance

/linux-4.1.27/crypto/
H A Dcrypto_null.c102 .cra_name = "digest_null",
110 .cra_name = "cipher_null",
122 .cra_name = "ecb(cipher_null)",
138 .cra_name = "compress_null",
H A Dkrng.c31 .cra_name = "stdrng",
H A Darc4.c119 .cra_name = "arc4",
134 .cra_name = "ecb(arc4)",
H A Dalgapi.c36 len = strlcpy(driver_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); crypto_set_driver_name()
205 if (!strcmp(q->cra_driver_name, alg->cra_name) || __crypto_register_alg()
206 !strcmp(q->cra_name, alg->cra_driver_name)) __crypto_register_alg()
210 larval = crypto_larval_alloc(alg->cra_name, __crypto_register_alg()
282 if (strcmp(alg->cra_name, q->cra_name) && crypto_alg_tested()
283 strcmp(alg->cra_driver_name, q->cra_name)) crypto_alg_tested()
297 if (strcmp(alg->cra_name, q->cra_name)) crypto_alg_tested()
431 algs[i].cra_driver_name, algs[i].cra_name, ret); crypto_unregister_algs()
806 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, "%s(%s)", name, crypto_alloc_instance2()
807 alg->cra_name) >= CRYPTO_MAX_ALG_NAME) crypto_alloc_instance2()
H A Dsha1_generic.c70 .cra_name = "sha1",
H A Dsha512_generic.c172 .cra_name = "sha512",
186 .cra_name = "sha384",
H A Dlz4.c80 .cra_name = "lz4",
H A Dlz4hc.c80 .cra_name = "lz4hc",
H A Dlzo.c84 .cra_name = "lzo",
H A Dtea.c223 .cra_name = "tea",
236 .cra_name = "xtea",
249 .cra_name = "xeta",
H A Ddrbg.c121 .cra_name = "ctr_aes128",
127 .cra_name = "ctr_aes192",
133 .cra_name = "ctr_aes256",
142 .cra_name = "sha1",
148 .cra_name = "sha384",
154 .cra_name = "sha512",
160 .cra_name = "sha256",
169 .cra_name = "hmac_sha1",
175 .cra_name = "hmac_sha384",
181 .cra_name = "hmac_sha512",
187 .cra_name = "hmac_sha256",
1675 * Look up the DRBG flags by given kernel crypto API cra_name
1678 * @cra_name kernel crypto API cra_name
1706 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, drbg_convert_tfm_core()
1899 memcpy(alg->cra_name, "stdrng", 6); drbg_fill_array()
1907 memcpy(alg->cra_driver_name + pos, core->cra_name, drbg_fill_array()
1908 strlen(core->cra_name)); drbg_fill_array()
H A Daead.c324 memcpy(inst->alg.cra_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); aead_geniv_alloc()
329 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, aead_geniv_alloc()
330 "%s(%s)", tmpl->name, alg->cra_name) >= aead_geniv_alloc()
H A Dblowfish_generic.c110 .cra_name = "blowfish",
H A Dcrc32.c133 .cra_name = "crc32",
H A Dcrct10dif_generic.c100 .cra_name = "crct10dif",
H A Dghash-generic.c149 .cra_name = "ghash",
H A Dmd5.c149 .cra_name = "md5",
H A Dmichael_mic.c161 .cra_name = "michael_mic",
H A Dproc.c84 seq_printf(m, "name : %s\n", alg->cra_name); c_show()
H A Dalgboss.c99 const char *name = larval->alg.cra_name; cryptomgr_schedule_probe()
247 memcpy(param->alg, alg->cra_name, sizeof(param->alg)); cryptomgr_schedule_test()
H A Dmcryptd.c246 memcpy(inst->alg.cra_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); mcryptd_alloc_instance()
508 pr_debug("crypto: mcryptd hash alg: %s\n", alg->cra_name); mcryptd_create_hash()
H A Dtgr192.c638 .cra_name = "tgr192",
650 .cra_name = "tgr160",
662 .cra_name = "tgr128",
H A D842.c156 .cra_name = "842",
H A Dblkcipher.c670 memcpy(inst->alg.cra_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); skcipher_geniv_alloc()
675 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, skcipher_geniv_alloc()
676 "%s(%s)", tmpl->name, alg->cra_name) >= skcipher_geniv_alloc()
H A Dcrc32c_generic.c146 .cra_name = "crc32c",
H A Ddeflate.c198 .cra_name = "deflate",
H A Dmd4.c236 .cra_name = "md4",
H A Dsalsa20_generic.c215 .cra_name = "salsa20",
H A Dansi_cprng.c428 .cra_name = "stdrng",
446 .cra_name = "fips(ansi_cprng)",
H A Dcrypto_user.c63 match = !strcmp(q->cra_name, p->cru_name); crypto_alg_match()
116 strncpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); crypto_report_one()
H A Dctr.c381 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, "rfc3686(%s)", crypto_rfc3686_alloc()
382 alg->cra_name) >= CRYPTO_MAX_ALG_NAME) crypto_rfc3686_alloc()
H A Dsha256_generic.c256 .cra_name = "sha256",
270 .cra_name = "sha224",
H A Dgcm.c760 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME); crypto_gcm_alloc_common()
1008 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, crypto_rfc4106_alloc()
1009 "rfc4106(%s)", alg->cra_name) >= CRYPTO_MAX_ALG_NAME || crypto_rfc4106_alloc()
1333 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, crypto_rfc4543_alloc()
1334 "rfc4543(%s)", alg->cra_name) >= CRYPTO_MAX_ALG_NAME || crypto_rfc4543_alloc()
H A Dauthenc.c647 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, crypto_authenc_alloc()
648 "authenc(%s,%s)", auth_base->cra_name, enc->cra_name) >= crypto_authenc_alloc()
H A Dauthencesn.c739 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, crypto_authenc_esn_alloc()
740 "authencesn(%s,%s)", auth_base->cra_name, enc->cra_name) >= crypto_authenc_esn_alloc()
H A Dccm.c539 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME); crypto_ccm_alloc_common()
791 if (snprintf(inst->alg.cra_name, CRYPTO_MAX_ALG_NAME, crypto_rfc4309_alloc()
792 "rfc4309(%s)", alg->cra_name) >= CRYPTO_MAX_ALG_NAME || crypto_rfc4309_alloc()
H A Dapi.c80 fuzzy = !strcmp(q->cra_name, name); __crypto_alg_lookup()
122 strlcpy(larval->alg.cra_name, name, CRYPTO_MAX_ALG_NAME); crypto_larval_alloc()
H A Dpcrypt.c326 memcpy(inst->alg.cra_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); pcrypt_alloc_instance()
H A Dcast6_generic.c261 .cra_name = "cast6",
H A Dtwofish_generic.c183 .cra_name = "twofish",
H A Dzlib.c356 .cra_name = "zlib",
H A Dcryptd.c316 memcpy(inst->alg.cra_name, alg->cra_name, CRYPTO_MAX_ALG_NAME); cryptd_alloc_instance()
H A Dcts.c293 if (strncmp(alg->cra_name, "cbc(", 4)) crypto_cts_alloc()
H A Dwp512.c1129 .cra_name = "wp512",
1141 .cra_name = "wp384",
1153 .cra_name = "wp256",
H A Drmd128.c307 .cra_name = "rmd128",
H A Drmd256.c326 .cra_name = "rmd256",
H A Dseed.c444 .cra_name = "seed",
H A Ddes_generic.c955 .cra_name = "des",
970 .cra_name = "des3_ede",
H A Dserpent_generic.c623 .cra_name = "serpent",
638 .cra_name = "tnepres",
H A Danubis.c675 .cra_name = "anubis",
H A Dcast5_generic.c518 .cra_name = "cast5",
H A Dfcrypt.c393 .cra_name = "fcrypt",
H A Dkhazad.c850 .cra_name = "khazad",
H A Drmd160.c351 .cra_name = "rmd160",
H A Drmd320.c375 .cra_name = "rmd320",
H A Dshash.c664 algs[i].base.cra_name, ret); crypto_unregister_shashes()
H A Dcamellia_generic.c1067 .cra_name = "camellia",
H A Daes_generic.c1443 .cra_name = "aes",
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c335 .cra_name = "__ecb-camellia-aesni",
355 .cra_name = "__cbc-camellia-aesni",
375 .cra_name = "__ctr-camellia-aesni",
396 .cra_name = "__lrw-camellia-aesni",
420 .cra_name = "__xts-camellia-aesni",
441 .cra_name = "ecb(camellia)",
462 .cra_name = "cbc(camellia)",
484 .cra_name = "ctr(camellia)",
507 .cra_name = "lrw(camellia)",
531 .cra_name = "xts(camellia)",
H A Dserpent_avx2_glue.c309 .cra_name = "__ecb-serpent-avx2",
330 .cra_name = "__cbc-serpent-avx2",
351 .cra_name = "__ctr-serpent-avx2",
373 .cra_name = "__lrw-serpent-avx2",
398 .cra_name = "__xts-serpent-avx2",
420 .cra_name = "ecb(serpent)",
442 .cra_name = "cbc(serpent)",
465 .cra_name = "ctr(serpent)",
489 .cra_name = "lrw(serpent)",
514 .cra_name = "xts(serpent)",
H A Dcamellia_aesni_avx2_glue.c343 .cra_name = "__ecb-camellia-aesni-avx2",
363 .cra_name = "__cbc-camellia-aesni-avx2",
383 .cra_name = "__ctr-camellia-aesni-avx2",
404 .cra_name = "__lrw-camellia-aesni-avx2",
428 .cra_name = "__xts-camellia-aesni-avx2",
449 .cra_name = "ecb(camellia)",
470 .cra_name = "cbc(camellia)",
492 .cra_name = "ctr(camellia)",
515 .cra_name = "lrw(camellia)",
539 .cra_name = "xts(camellia)",
H A Dcast6_avx_glue.c372 .cra_name = "__ecb-cast6-avx",
392 .cra_name = "__cbc-cast6-avx",
412 .cra_name = "__ctr-cast6-avx",
433 .cra_name = "__lrw-cast6-avx",
457 .cra_name = "__xts-cast6-avx",
478 .cra_name = "ecb(cast6)",
499 .cra_name = "cbc(cast6)",
521 .cra_name = "ctr(cast6)",
544 .cra_name = "lrw(cast6)",
568 .cra_name = "xts(cast6)",
H A Dserpent_avx_glue.c378 .cra_name = "__ecb-serpent-avx",
398 .cra_name = "__cbc-serpent-avx",
418 .cra_name = "__ctr-serpent-avx",
439 .cra_name = "__lrw-serpent-avx",
463 .cra_name = "__xts-serpent-avx",
484 .cra_name = "ecb(serpent)",
505 .cra_name = "cbc(serpent)",
527 .cra_name = "ctr(serpent)",
550 .cra_name = "lrw(serpent)",
574 .cra_name = "xts(serpent)",
H A Dserpent_sse2_glue.c387 .cra_name = "__ecb-serpent-sse2",
407 .cra_name = "__cbc-serpent-sse2",
427 .cra_name = "__ctr-serpent-sse2",
448 .cra_name = "__lrw-serpent-sse2",
472 .cra_name = "__xts-serpent-sse2",
493 .cra_name = "ecb(serpent)",
514 .cra_name = "cbc(serpent)",
536 .cra_name = "ctr(serpent)",
559 .cra_name = "lrw(serpent)",
583 .cra_name = "xts(serpent)",
H A Dtwofish_avx_glue.c340 .cra_name = "__ecb-twofish-avx",
360 .cra_name = "__cbc-twofish-avx",
380 .cra_name = "__ctr-twofish-avx",
401 .cra_name = "__lrw-twofish-avx",
425 .cra_name = "__xts-twofish-avx",
446 .cra_name = "ecb(twofish)",
467 .cra_name = "cbc(twofish)",
489 .cra_name = "ctr(twofish)",
512 .cra_name = "lrw(twofish)",
536 .cra_name = "xts(twofish)",
H A Dcast5_avx_glue.c341 .cra_name = "__ecb-cast5-avx",
361 .cra_name = "__cbc-cast5-avx",
381 .cra_name = "__ctr-cast5-avx",
402 .cra_name = "ecb(cast5)",
423 .cra_name = "cbc(cast5)",
445 .cra_name = "ctr(cast5)",
H A Daes_glue.c36 .cra_name = "aes",
H A Dtwofish_glue_3way.c336 .cra_name = "ecb(twofish)",
355 .cra_name = "cbc(twofish)",
375 .cra_name = "ctr(twofish)",
395 .cra_name = "lrw(twofish)",
416 .cra_name = "xts(twofish)",
H A Dsha256_ssse3_glue.c108 .cra_name = "sha256",
123 .cra_name = "sha224",
H A Dsha512_ssse3_glue.c107 .cra_name = "sha512",
122 .cra_name = "sha384",
H A Dblowfish_glue.c359 .cra_name = "blowfish",
377 .cra_name = "ecb(blowfish)",
396 .cra_name = "cbc(blowfish)",
416 .cra_name = "ctr(blowfish)",
H A Ddes3_ede_glue.c386 .cra_name = "des3_ede",
404 .cra_name = "ecb(des3_ede)",
423 .cra_name = "cbc(des3_ede)",
443 .cra_name = "ctr(des3_ede)",
H A Daesni-intel_glue.c1245 .cra_name = "aes",
1264 .cra_name = "__aes-aesni",
1283 .cra_name = "__ecb-aes-aesni",
1304 .cra_name = "__cbc-aes-aesni",
1325 .cra_name = "ecb(aes)",
1346 .cra_name = "cbc(aes)",
1369 .cra_name = "__ctr-aes-aesni",
1391 .cra_name = "ctr(aes)",
1414 .cra_name = "__gcm-aes-aesni",
1435 .cra_name = "rfc4106(gcm(aes))",
1461 .cra_name = "pcbc(aes)",
1484 .cra_name = "__lrw-aes-aesni",
1506 .cra_name = "__xts-aes-aesni",
1527 .cra_name = "lrw(aes)",
1549 .cra_name = "xts(aes)",
H A Dcrct10dif-pclmul_glue.c116 .cra_name = "crct10dif",
H A Dsalsa20_glue.c86 .cra_name = "salsa20",
H A Dtwofish_glue.c65 .cra_name = "twofish",
H A Dghash-clmulni-intel_glue.c154 .cra_name = "__ghash",
294 .cra_name = "ghash",
H A Dcrc32-pclmul_glue.c162 .cra_name = "crc32",
H A Dsha1_ssse3_glue.c114 .cra_name = "sha1",
H A Dcamellia_glue.c1562 .cra_name = "camellia",
1580 .cra_name = "ecb(camellia)",
1599 .cra_name = "cbc(camellia)",
1619 .cra_name = "ctr(camellia)",
1639 .cra_name = "lrw(camellia)",
1662 .cra_name = "xts(camellia)",
H A Dcrc32c-intel_glue.c240 .cra_name = "crc32c",
/linux-4.1.27/drivers/crypto/vmx/
H A Dvmx.c52 (*alg_it)->cra_name, ret); p8_init()
75 printk(KERN_INFO "Removing '%s'\n", (*alg_it)->cra_name); p8_exit()
H A Daes.c123 .cra_name = "aes",
H A Daes_cbc.c167 .cra_name = "cbc(aes)",
H A Daes_ctr.c151 .cra_name = "ctr(aes)",
H A Dghash.c208 .cra_name = "ghash",
/linux-4.1.27/arch/arm/crypto/
H A Dsha2-ce-glue.c77 .cra_name = "sha224",
92 .cra_name = "sha256",
H A Dsha256_glue.c71 .cra_name = "sha256",
86 .cra_name = "sha224",
H A Dsha256_neon_glue.c79 .cra_name = "sha256",
94 .cra_name = "sha224",
H A Daesbs-glue.c301 .cra_name = "__cbc-aes-neonbs",
320 .cra_name = "__ctr-aes-neonbs",
339 .cra_name = "__xts-aes-neonbs",
358 .cra_name = "cbc(aes)",
378 .cra_name = "ctr(aes)",
398 .cra_name = "xts(aes)",
H A Daes-ce-glue.c354 .cra_name = "__ecb-aes-ce",
373 .cra_name = "__cbc-aes-ce",
392 .cra_name = "__ctr-aes-ce",
411 .cra_name = "__xts-aes-ce",
430 .cra_name = "ecb(aes)",
450 .cra_name = "cbc(aes)",
470 .cra_name = "ctr(aes)",
490 .cra_name = "xts(aes)",
H A Daes_glue.c62 .cra_name = "aes",
H A Dsha1-ce-glue.c74 .cra_name = "sha1",
H A Dsha1_glue.c67 .cra_name = "sha1",
H A Dsha1_neon_glue.c83 .cra_name = "sha1",
H A Dghash-ce-glue.c141 .cra_name = "ghash",
279 .cra_name = "ghash",
H A Dsha512_neon_glue.c259 .cra_name = "sha512",
276 .cra_name = "sha384",
/linux-4.1.27/drivers/staging/skein/
H A Dskein_generic.c139 .cra_name = "skein256",
157 .cra_name = "skein512",
175 .cra_name = "skein1024",
/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c67 .cra_name = "des",
166 .cra_name = "ecb(des)",
206 .cra_name = "cbc(des)",
271 .cra_name = "des3_ede",
312 .cra_name = "ecb(des3_ede)",
352 .cra_name = "cbc(des3_ede)",
475 .cra_name = "ctr(des)",
518 .cra_name = "ctr(des3_ede)",
H A Dsha256_s390.c75 .cra_name = "sha256",
112 .cra_name = "sha224",
H A Dsha512_s390.c80 .cra_name = "sha512",
119 .cra_name = "sha384",
H A Daes_s390.c187 const char *name = tfm->__crt_alg->cra_name; fallback_init_cip()
211 .cra_name = "aes",
368 const char *name = tfm->__crt_alg->cra_name; fallback_init_blk()
392 .cra_name = "ecb(aes)",
508 .cra_name = "cbc(aes)",
692 const char *name = tfm->__crt_alg->cra_name; xts_fallback_init()
715 .cra_name = "xts(aes)",
869 .cra_name = "ctr(aes)",
H A Dsha1_s390.c82 .cra_name = "sha1",
H A Dghash_s390.c137 .cra_name = "ghash",
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c284 .cra_name = "__ecb-aes-" MODE,
303 .cra_name = "__cbc-aes-" MODE,
322 .cra_name = "__ctr-aes-" MODE,
341 .cra_name = "__xts-aes-" MODE,
360 .cra_name = "ecb(aes)",
380 .cra_name = "cbc(aes)",
400 .cra_name = "ctr(aes)",
420 .cra_name = "xts(aes)",
H A Dsha2-ce-glue.c95 .cra_name = "sha224",
110 .cra_name = "sha256",
H A Dsha1-ce-glue.c94 .cra_name = "sha1",
H A Dghash-ce-glue.c135 .cra_name = "ghash",
H A Dcrc32-arm64.c232 .cra_name = "crc32",
253 .cra_name = "crc32c",
H A Daes-ce-cipher.c238 .cra_name = "aes",
H A Daes-ce-ccm-glue.c262 .cra_name = "ccm(aes)",
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c1214 .cra_name = "cbc(des)",
1229 .cra_name = "ecb(des)",
1241 .cra_name = "cbc(des3_ede)",
1255 .cra_name = "ecb(des3_ede)",
1267 .cra_name = "cbc(aes)",
1281 .cra_name = "ecb(aes)",
1293 .cra_name = "ctr(aes)",
1307 .cra_name = "rfc3686(ctr(aes))",
1323 .cra_name = "authenc(hmac(md5),cbc(des))",
1336 .cra_name = "authenc(hmac(md5),cbc(des3_ede))",
1349 .cra_name = "authenc(hmac(sha1),cbc(des))",
1362 .cra_name = "authenc(hmac(sha1),cbc(des3_ede))",
1375 .cra_name = "authenc(hmac(md5),cbc(aes))",
1388 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1430 "%s"IXP_POSTFIX, cra->cra_name) >= ixp_module_init()
1471 cra->cra_name); ixp_module_init()
H A Dpicoxcell_crypto.c780 ctx->sw_cipher = crypto_alloc_aead(alg->cra_name, 0, spacc_aead_cra_init()
785 alg->cra_name); spacc_aead_cra_init()
1087 ctx->sw_cipher = crypto_alloc_ablkcipher(alg->cra_name, 0, spacc_ablk_cra_init()
1091 alg->cra_name); spacc_ablk_cra_init()
1305 .cra_name = "cbc(aes)",
1333 .cra_name = "ecb(aes)",
1359 .cra_name = "cbc(des)",
1386 .cra_name = "ecb(des)",
1412 .cra_name = "cbc(des3_ede)",
1439 .cra_name = "ecb(des3_ede)",
1466 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1496 .cra_name = "authenc(hmac(sha256),cbc(aes))",
1525 .cra_name = "authenc(hmac(md5),cbc(aes))",
1554 .cra_name = "authenc(hmac(sha1),cbc(des3_ede))",
1584 .cra_name = "authenc(hmac(sha256),cbc(des3_ede))",
1613 .cra_name = "authenc(hmac(md5),cbc(des3_ede))",
1645 .cra_name = "f8(kasumi)",
1811 engine->algs[i].alg.cra_name); spacc_probe()
1814 engine->algs[i].alg.cra_name); spacc_probe()
H A Datmel-tdes.c921 .cra_name = "ecb(des)",
941 .cra_name = "cbc(des)",
962 .cra_name = "cfb(des)",
983 .cra_name = "cfb8(des)",
1004 .cra_name = "cfb16(des)",
1025 .cra_name = "cfb32(des)",
1046 .cra_name = "ofb(des)",
1067 .cra_name = "ecb(des3_ede)",
1087 .cra_name = "cbc(des3_ede)",
1108 .cra_name = "cfb(des3_ede)",
1129 .cra_name = "cfb8(des3_ede)",
1150 .cra_name = "cfb16(des3_ede)",
1171 .cra_name = "cfb32(des3_ede)",
1192 .cra_name = "ofb(des3_ede)",
H A Dtalitos.c1922 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1941 .cra_name = "authenc(hmac(sha1),cbc(des3_ede))",
1961 .cra_name = "authenc(hmac(sha224),cbc(aes))",
1980 .cra_name = "authenc(hmac(sha224),cbc(des3_ede))",
2000 .cra_name = "authenc(hmac(sha256),cbc(aes))",
2019 .cra_name = "authenc(hmac(sha256),cbc(des3_ede))",
2039 .cra_name = "authenc(hmac(sha384),cbc(aes))",
2058 .cra_name = "authenc(hmac(sha384),cbc(des3_ede))",
2078 .cra_name = "authenc(hmac(sha512),cbc(aes))",
2097 .cra_name = "authenc(hmac(sha512),cbc(des3_ede))",
2117 .cra_name = "authenc(hmac(md5),cbc(aes))",
2136 .cra_name = "authenc(hmac(md5),cbc(des3_ede))",
2157 .cra_name = "cbc(aes)",
2174 .cra_name = "cbc(des3_ede)",
2195 .cra_name = "md5",
2210 .cra_name = "sha1",
2225 .cra_name = "sha224",
2240 .cra_name = "sha256",
2255 .cra_name = "sha384",
2270 .cra_name = "sha512",
2285 .cra_name = "hmac(md5)",
2300 .cra_name = "hmac(sha1)",
2315 .cra_name = "hmac(sha224)",
2330 .cra_name = "hmac(sha256)",
2345 .cra_name = "hmac(sha384)",
2360 .cra_name = "hmac(sha512)",
2549 !strncmp(alg->cra_name, "hmac", 4)) { talitos_alg_alloc()
2554 (!strcmp(alg->cra_name, "sha224") || talitos_alg_alloc()
2555 !strcmp(alg->cra_name, "hmac(sha224)"))) { talitos_alg_alloc()
H A Dmxs-dcp.c689 if (strcmp(halg->base.cra_name, "sha1") == 0) dcp_sha_init()
781 .cra_name = "ecb(aes)",
804 .cra_name = "cbc(aes)",
840 .cra_name = "sha1",
864 .cra_name = "sha256",
1025 dcp_sha1_alg.halg.base.cra_name); mxs_dcp_probe()
1034 dcp_sha256_alg.halg.base.cra_name); mxs_dcp_probe()
H A Domap-sham.c1325 .cra_name = "sha1",
1348 .cra_name = "md5",
1372 .cra_name = "hmac(sha1)",
1397 .cra_name = "hmac(md5)",
1425 .cra_name = "sha224",
1447 .cra_name = "sha256",
1470 .cra_name = "hmac(sha224)",
1494 .cra_name = "hmac(sha256)",
1520 .cra_name = "sha384",
1542 .cra_name = "sha512",
1565 .cra_name = "hmac(sha384)",
1589 .cra_name = "hmac(sha512)",
H A Datmel-aes.c961 .cra_name = "ecb(aes)",
981 .cra_name = "cbc(aes)",
1002 .cra_name = "ofb(aes)",
1023 .cra_name = "cfb(aes)",
1044 .cra_name = "cfb32(aes)",
1065 .cra_name = "cfb16(aes)",
1086 .cra_name = "cfb8(aes)",
1107 .cra_name = "ctr(aes)",
1130 .cra_name = "cfb64(aes)",
H A Dpadlock-sha.c255 .cra_name = "sha1",
279 .cra_name = "sha256",
502 .cra_name = "sha1",
521 .cra_name = "sha256",
H A Dn2_core.c1399 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", tmpl->name); __n2_register_one_cipher()
1415 pr_err("%s alg registration failed\n", alg->cra_name); __n2_register_one_cipher()
1419 pr_info("%s alg registered\n", alg->cra_name); __n2_register_one_cipher()
1434 p->child_alg = n2ahash->alg.halg.base.cra_name; __n2_register_one_hmac()
1443 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", p->child_alg); __n2_register_one_hmac()
1453 pr_err("%s alg registration failed\n", base->cra_name); __n2_register_one_hmac()
1457 pr_info("%s alg registered\n", base->cra_name); __n2_register_one_hmac()
1491 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", tmpl->name); __n2_register_one_ahash()
1506 pr_err("%s alg registration failed\n", base->cra_name); __n2_register_one_ahash()
1510 pr_info("%s alg registered\n", base->cra_name); __n2_register_one_ahash()
H A Dgeode-aes.c281 .cra_name = "aes",
391 .cra_name = "cbc(aes)",
477 .cra_name = "ecb(aes)",
H A Dpadlock-aes.c323 .cra_name = "aes",
401 .cra_name = "ecb(aes)",
483 .cra_name = "cbc(aes)",
H A Ds5p-sss.c597 .cra_name = "ecb(aes)",
618 .cra_name = "cbc(aes)",
712 dev_err(dev, "can't register '%s': %d\n", algs[i].cra_name, err); s5p_aes_probe()
H A Dimg-hash.c718 .cra_name = "md5",
741 .cra_name = "sha1",
764 .cra_name = "sha224",
787 .cra_name = "sha256",
H A Datmel-sha.c1002 .cra_name = "sha1",
1023 .cra_name = "sha256",
1046 .cra_name = "sha224",
1069 .cra_name = "sha384",
1090 .cra_name = "sha512",
H A Domap-des.c781 .cra_name = "ecb(des)",
803 .cra_name = "cbc(des)",
826 .cra_name = "ecb(des3_ede)",
848 .cra_name = "cbc(des3_ede)",
1137 pr_debug("reg alg: %s\n", algp->cra_name); omap_des_probe()
H A Dmv_cesa.c927 .cra_name = "ecb(aes)",
950 .cra_name = "cbc(aes)",
982 .cra_name = "sha1",
1007 .cra_name = "hmac(sha1)",
H A Domap-aes.c834 .cra_name = "ecb(aes)",
856 .cra_name = "cbc(aes)",
882 .cra_name = "ctr(aes)",
1248 pr_debug("reg alg: %s\n", algp->cra_name); omap_aes_probe()
H A Dsahara.c1274 .cra_name = "ecb(aes)",
1294 .cra_name = "cbc(aes)",
1328 .cra_name = "sha1",
1355 .cra_name = "sha256",
H A Dbfin_crc.c513 .cra_name = "hmac(crc32)",
H A Dhifn_795x.c2492 snprintf(alg->alg.cra_name, CRYPTO_MAX_ALG_NAME, "%s", t->name); hifn_alg_alloc()
/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c382 .cra_name = "des",
400 .cra_name = "ecb(des)",
419 .cra_name = "cbc(des)",
439 .cra_name = "des3_ede",
457 .cra_name = "ecb(des3_ede)",
476 .cra_name = "cbc(des3_ede)",
H A Dsha256_glue.c169 .cra_name = "sha256",
185 .cra_name = "sha224",
H A Dsha512_glue.c154 .cra_name = "sha512",
170 .cra_name = "sha384",
H A Dcamellia_glue.c227 .cra_name = "camellia",
245 .cra_name = "ecb(camellia)",
264 .cra_name = "cbc(camellia)",
H A Daes_glue.c386 .cra_name = "aes",
404 .cra_name = "ecb(aes)",
423 .cra_name = "cbc(aes)",
443 .cra_name = "ctr(aes)",
H A Dcrc32c_glue.c133 .cra_name = "crc32c",
H A Dmd5_glue.c144 .cra_name = "md5",
H A Dsha1_glue.c139 .cra_name = "sha1",
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ctr.c148 .cra_name = "ctr(aes)",
169 .cra_name = "rfc3686(ctr(aes))",
H A Dnx-aes-cbc.c131 .cra_name = "cbc(aes)",
H A Dnx-aes-ecb.c131 .cra_name = "ecb(aes)",
H A Dnx-aes-ccm.c564 .cra_name = "ccm(aes)",
586 .cra_name = "rfc4309(ccm(aes))",
H A Dnx-aes-gcm.c488 .cra_name = "gcm(aes)",
509 .cra_name = "rfc4106(gcm(aes))",
H A Dnx-sha256.c288 .cra_name = "sha256",
H A Dnx-sha512.c294 .cra_name = "sha512",
H A Dnx-aes-xcbc.c386 .cra_name = "xcbc(aes)",
/linux-4.1.27/include/crypto/
H A Drng.h37 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
74 * Return the generic name (cra_name) of the initialized random number generator
H A Ddrbg.h86 char cra_name[CRYPTO_MAX_ALG_NAME]; /* mapping to kernel crypto API */ member in struct:drbg_core
H A Dhash.h228 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
612 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-sha.c391 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", def->name); ccp_register_hmac_alg()
400 base->cra_name, ret); ccp_register_hmac_alg()
441 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); ccp_register_sha_alg()
458 base->cra_name, ret); ccp_register_sha_alg()
H A Dccp-crypto-aes-xts.c240 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); ccp_register_aes_xts_alg()
263 alg->cra_name, ret); ccp_register_aes_xts_alg()
H A Dccp-crypto-aes.c338 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); ccp_register_aes_alg()
347 alg->cra_name, ret); ccp_register_aes_alg()
H A Dccp-crypto-aes-cmac.c382 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "cmac(aes)"); ccp_register_aes_cmac_algs()
398 base->cra_name, ret); ccp_register_aes_cmac_algs()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c392 .cra_name = "aes",
410 .cra_name = "ecb(aes)",
430 .cra_name = "cbc(aes)",
450 .cra_name = "ctr(aes)",
470 .cra_name = "xts(aes)",
H A Dmd5-glue.c139 .cra_name = "md5",
H A Dsha1.c133 .cra_name = "sha1",
H A Dsha256-spe-glue.c230 .cra_name = "sha256",
247 .cra_name = "sha224",
H A Dsha1-spe-glue.c184 .cra_name = "sha1",
/linux-4.1.27/drivers/crypto/qce/
H A Dablkcipher.c359 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); qce_ablkcipher_register_one()
390 dev_err(qce->dev, "%s registration failed\n", alg->cra_name); qce_ablkcipher_register_one()
395 dev_dbg(qce->dev, "%s is registered\n", alg->cra_name); qce_ablkcipher_register_one()
H A Dsha.c535 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); qce_ahash_register_one()
547 dev_err(qce->dev, "%s registration failed\n", base->cra_name); qce_ahash_register_one()
552 dev_dbg(qce->dev, "%s is registered\n", base->cra_name); qce_ahash_register_one()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto-adler.c122 .cra_name = "adler32",
H A Dlinux-crypto.c88 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_name, cfs_crypto_hash_alloc()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c239 .cra_name = "sha256",
253 .cra_name = "sha224",
H A Docteon-sha512.c235 .cra_name = "sha512",
249 .cra_name = "sha384",
H A Docteon-md5.c182 .cra_name = "md5",
H A Docteon-sha1.c215 .cra_name = "sha1",
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1111 .cra_name = "aes",
1136 .cra_name = "ecb(aes)",
1161 .cra_name = "cbc(aes)",
1187 .cra_name = "ctr(aes)",
1213 .cra_name = "des",
1239 .cra_name = "des3_ede",
1264 .cra_name = "ecb(des)",
1289 .cra_name = "ecb(des3_ede)",
1314 .cra_name = "cbc(des)",
1339 .cra_name = "cbc(des3_ede)",
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h108 const char cra_name[CRYPTO_MAX_ALG_NAME]; member in struct:crypto_alg
220 return tfm->__crt_alg->cra_name; crypto_tfm_alg_name()
/linux-4.1.27/include/linux/
H A Dcrypto.h494 * multiple transformations with same @cra_name are available to
497 * @cra_name: Generic name (usable by multiple implementations) of the
551 char cra_name[CRYPTO_MAX_ALG_NAME]; member in struct:crypto_alg
766 return tfm->__crt_alg->cra_name; crypto_tfm_alg_name()
875 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
907 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
1233 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
1635 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
1674 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
1692 * crypto_blkcipher_name() - return the name / cra_name from the cipher handle
1955 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
1993 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
2128 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
2167 * @alg_name: is the cra_name / name or cra_driver_name / driver name of the
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c1184 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1206 .cra_name = "authenc(hmac(sha256),cbc(aes))",
1228 .cra_name = "authenc(hmac(sha512),cbc(aes))",
1250 .cra_name = "cbc(aes)",
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c690 .cra_name = "__sha1-mb",
805 .cra_name = "sha1",
/linux-4.1.27/drivers/crypto/ux500/hash/
H A Dhash_core.c1529 .cra_name = "sha1",
1551 .cra_name = "sha256",
1575 .cra_name = "hmac(sha1)",
1599 .cra_name = "hmac(sha256)",
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamhash.c1856 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", caam_hash_alloc()
1861 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", caam_hash_alloc()
H A Dcaamalg.c4211 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", template->name); caam_alg_alloc()
/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1132 .cra_name = "cbc(aes)",

Completed in 2568 milliseconds