Home
last modified time | relevance | path

Searched refs:blkcipher (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/Documentation/DocBook/
Dcrypto-API.xml.db5 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/
Dskcipher.c38 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()
Darc4.c143 .blkcipher = {
Dcrypto_null.c134 .cra_u = { .blkcipher = {
Dsalsa20_generic.c225 .blkcipher = {
Dchacha20_generic.c183 .blkcipher = {
DMakefile19 crypto_blkcipher-y += blkcipher.o
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue_3way.c346 .blkcipher = {
365 .blkcipher = {
385 .blkcipher = {
406 .blkcipher = {
426 .blkcipher = {
Dserpent_avx2_glue.c320 .blkcipher = {
341 .blkcipher = {
362 .blkcipher = {
385 .blkcipher = {
409 .blkcipher = {
Dtwofish_avx_glue.c349 .blkcipher = {
369 .blkcipher = {
389 .blkcipher = {
411 .blkcipher = {
434 .blkcipher = {
Dcamellia_aesni_avx_glue.c345 .blkcipher = {
365 .blkcipher = {
385 .blkcipher = {
407 .blkcipher = {
430 .blkcipher = {
Dserpent_sse2_glue.c398 .blkcipher = {
418 .blkcipher = {
438 .blkcipher = {
460 .blkcipher = {
483 .blkcipher = {
Dcast6_avx_glue.c382 .blkcipher = {
402 .blkcipher = {
422 .blkcipher = {
444 .blkcipher = {
467 .blkcipher = {
Dserpent_avx_glue.c388 .blkcipher = {
408 .blkcipher = {
428 .blkcipher = {
450 .blkcipher = {
473 .blkcipher = {
Dcamellia_aesni_avx2_glue.c353 .blkcipher = {
373 .blkcipher = {
393 .blkcipher = {
415 .blkcipher = {
438 .blkcipher = {
Dblowfish_glue.c387 .blkcipher = {
406 .blkcipher = {
426 .blkcipher = {
Ddes3_ede_glue.c414 .blkcipher = {
433 .blkcipher = {
453 .blkcipher = {
Dcast5_avx_glue.c351 .blkcipher = {
371 .blkcipher = {
391 .blkcipher = {
Dcamellia_glue.c1590 .blkcipher = {
1609 .blkcipher = {
1629 .blkcipher = {
1650 .blkcipher = {
1672 .blkcipher = {
Dsalsa20_glue.c96 .blkcipher = {
Dchacha20_glue.c114 .blkcipher = {
Daesni-intel_glue.c1178 .blkcipher = {
1199 .blkcipher = {
1264 .blkcipher = {
1334 .blkcipher = {
1355 .blkcipher = {
/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c176 .blkcipher = {
216 .blkcipher = {
322 .blkcipher = {
362 .blkcipher = {
485 .blkcipher = {
528 .blkcipher = {
Daes_s390.c405 .blkcipher = {
521 .blkcipher = {
728 .blkcipher = {
879 .blkcipher = {
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c427 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()
Dcesa.h266 struct mv_cesa_blkcipher_op_ctx blkcipher; member
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-glue.c420 .blkcipher = {
440 .blkcipher = {
460 .blkcipher = {
480 .blkcipher = {
/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c410 .blkcipher = {
429 .blkcipher = {
467 .blkcipher = {
486 .blkcipher = {
Dcamellia_glue.c255 .blkcipher = {
274 .blkcipher = {
Daes_glue.c414 .blkcipher = {
433 .blkcipher = {
453 .blkcipher = {
/linux-4.4.14/include/linux/
Dcrypto.h362 #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/
Dpadlock-aes.c411 .blkcipher = {
493 .blkcipher = {
Dgeode-aes.c405 .blkcipher = {
491 .blkcipher = {