Searched refs:blkcipher (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/arch/s390/crypto/ |
D | des_s390.c | 157 .blkcipher = { 197 .blkcipher = { 315 .blkcipher = { 356 .blkcipher = { 449 .blkcipher = { 491 .blkcipher = {
|
D | paes_s390.c | 149 .blkcipher = { 252 .blkcipher = { 388 .blkcipher = { 534 .blkcipher = {
|
D | aes_s390.c | 342 .blkcipher = { 439 .blkcipher = { 646 .blkcipher = { 776 .blkcipher = {
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | cipher.c | 215 memcpy(skreq->iv, basereq->chain.last->op->ctx.blkcipher.iv, in mv_cesa_skcipher_complete() 488 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE); in mv_cesa_des_op() 541 memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES_BLOCK_SIZE); in mv_cesa_cbc_des_op() 593 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES3_EDE_KEY_SIZE); in mv_cesa_des3_op() 646 memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES3_EDE_BLOCK_SIZE); in mv_cesa_cbc_des3_op() 712 tmpl->ctx.blkcipher.key[i] = cpu_to_le32(key[i]); in mv_cesa_aes_op() 773 memcpy(tmpl->ctx.blkcipher.iv, req->iv, AES_BLOCK_SIZE); in mv_cesa_cbc_aes_op()
|
D | cesa.h | 268 struct mv_cesa_blkcipher_op_ctx blkcipher; member
|
/Linux-v4.19/crypto/ |
D | skcipher.c | 591 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher() local 594 crypto_blkcipher_clear_flags(blkcipher, ~0); in skcipher_setkey_blkcipher() 595 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher() 597 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher() 598 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher() 655 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher() local 668 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher() 669 *ctx = blkcipher; in crypto_init_skcipher_ops_blkcipher() 676 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
|
D | arc4.c | 143 .blkcipher = {
|
D | crypto_null.c | 133 .cra_u = { .blkcipher = {
|
D | Makefile | 21 crypto_blkcipher-y += blkcipher.o
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 427 .blkcipher = { 447 .blkcipher = { 467 .blkcipher = { 487 .blkcipher = {
|
/Linux-v4.19/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 | 413 .blkcipher = { 432 .blkcipher = { 452 .blkcipher = {
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 374 #define cra_blkcipher cra_u.blkcipher 480 struct blkcipher_alg blkcipher; member 589 #define crt_blkcipher crt_u.blkcipher 599 struct blkcipher_tfm blkcipher; member
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 403 .blkcipher = { 478 .blkcipher = {
|
D | geode-aes.c | 407 .blkcipher = { 493 .blkcipher = {
|