/linux-4.4.14/Documentation/DocBook/ |
D | crypto-API.xml.db | 5 API-struct-blkcipher-alg 39 API-crypto-alloc-blkcipher 40 API-crypto-free-blkcipher 41 API-crypto-has-blkcipher 42 API-crypto-blkcipher-name 43 API-crypto-blkcipher-ivsize 44 API-crypto-blkcipher-blocksize 45 API-crypto-blkcipher-setkey 46 API-crypto-blkcipher-encrypt 47 API-crypto-blkcipher-encrypt-iv [all …]
|
/linux-4.4.14/crypto/ |
D | skcipher.c | 38 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher() local 41 crypto_blkcipher_clear_flags(blkcipher, ~0); in skcipher_setkey_blkcipher() 42 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher() 44 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher() 45 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher() 99 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher() local 112 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher() 113 *ctx = blkcipher; in crypto_init_skcipher_ops_blkcipher() 120 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
|
D | arc4.c | 143 .blkcipher = {
|
D | crypto_null.c | 134 .cra_u = { .blkcipher = {
|
D | salsa20_generic.c | 225 .blkcipher = {
|
D | chacha20_generic.c | 183 .blkcipher = {
|
D | Makefile | 19 crypto_blkcipher-y += blkcipher.o
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish_glue_3way.c | 346 .blkcipher = { 365 .blkcipher = { 385 .blkcipher = { 406 .blkcipher = { 426 .blkcipher = {
|
D | serpent_avx2_glue.c | 320 .blkcipher = { 341 .blkcipher = { 362 .blkcipher = { 385 .blkcipher = { 409 .blkcipher = {
|
D | twofish_avx_glue.c | 349 .blkcipher = { 369 .blkcipher = { 389 .blkcipher = { 411 .blkcipher = { 434 .blkcipher = {
|
D | camellia_aesni_avx_glue.c | 345 .blkcipher = { 365 .blkcipher = { 385 .blkcipher = { 407 .blkcipher = { 430 .blkcipher = {
|
D | serpent_sse2_glue.c | 398 .blkcipher = { 418 .blkcipher = { 438 .blkcipher = { 460 .blkcipher = { 483 .blkcipher = {
|
D | cast6_avx_glue.c | 382 .blkcipher = { 402 .blkcipher = { 422 .blkcipher = { 444 .blkcipher = { 467 .blkcipher = {
|
D | serpent_avx_glue.c | 388 .blkcipher = { 408 .blkcipher = { 428 .blkcipher = { 450 .blkcipher = { 473 .blkcipher = {
|
D | camellia_aesni_avx2_glue.c | 353 .blkcipher = { 373 .blkcipher = { 393 .blkcipher = { 415 .blkcipher = { 438 .blkcipher = {
|
D | blowfish_glue.c | 387 .blkcipher = { 406 .blkcipher = { 426 .blkcipher = {
|
D | des3_ede_glue.c | 414 .blkcipher = { 433 .blkcipher = { 453 .blkcipher = {
|
D | cast5_avx_glue.c | 351 .blkcipher = { 371 .blkcipher = { 391 .blkcipher = {
|
D | camellia_glue.c | 1590 .blkcipher = { 1609 .blkcipher = { 1629 .blkcipher = { 1650 .blkcipher = { 1672 .blkcipher = {
|
D | salsa20_glue.c | 96 .blkcipher = {
|
D | chacha20_glue.c | 114 .blkcipher = {
|
D | aesni-intel_glue.c | 1178 .blkcipher = { 1199 .blkcipher = { 1264 .blkcipher = { 1334 .blkcipher = { 1355 .blkcipher = {
|
/linux-4.4.14/arch/s390/crypto/ |
D | des_s390.c | 176 .blkcipher = { 216 .blkcipher = { 322 .blkcipher = { 362 .blkcipher = { 485 .blkcipher = { 528 .blkcipher = {
|
D | aes_s390.c | 405 .blkcipher = { 521 .blkcipher = { 728 .blkcipher = { 879 .blkcipher = {
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cipher.c | 427 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE); in mv_cesa_des_op() 491 memcpy(tmpl->ctx.blkcipher.iv, req->info, DES_BLOCK_SIZE); in mv_cesa_cbc_des_op() 547 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES3_EDE_KEY_SIZE); in mv_cesa_des3_op() 611 memcpy(tmpl->ctx.blkcipher.iv, req->info, DES3_EDE_BLOCK_SIZE); in mv_cesa_cbc_des3_op() 680 tmpl->ctx.blkcipher.key[i] = cpu_to_le32(key[i]); in mv_cesa_aes_op() 752 memcpy(tmpl->ctx.blkcipher.iv, req->info, AES_BLOCK_SIZE); in mv_cesa_cbc_aes_op()
|
D | cesa.h | 266 struct mv_cesa_blkcipher_op_ctx blkcipher; member
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 420 .blkcipher = { 440 .blkcipher = { 460 .blkcipher = { 480 .blkcipher = {
|
/linux-4.4.14/arch/sparc/crypto/ |
D | des_glue.c | 410 .blkcipher = { 429 .blkcipher = { 467 .blkcipher = { 486 .blkcipher = {
|
D | camellia_glue.c | 255 .blkcipher = { 274 .blkcipher = {
|
D | aes_glue.c | 414 .blkcipher = { 433 .blkcipher = { 453 .blkcipher = {
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 362 #define cra_blkcipher cra_u.blkcipher 460 struct blkcipher_alg blkcipher; member 544 #define crt_blkcipher crt_u.blkcipher 555 struct blkcipher_tfm blkcipher; member
|
/linux-4.4.14/drivers/crypto/ |
D | padlock-aes.c | 411 .blkcipher = { 493 .blkcipher = {
|
D | geode-aes.c | 405 .blkcipher = { 491 .blkcipher = {
|