Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Ddes_s390.c157 .blkcipher = {
197 .blkcipher = {
315 .blkcipher = {
356 .blkcipher = {
449 .blkcipher = {
491 .blkcipher = {
Dpaes_s390.c149 .blkcipher = {
252 .blkcipher = {
388 .blkcipher = {
534 .blkcipher = {
Daes_s390.c342 .blkcipher = {
439 .blkcipher = {
646 .blkcipher = {
776 .blkcipher = {
/Linux-v4.19/drivers/crypto/marvell/
Dcipher.c215 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()
Dcesa.h268 struct mv_cesa_blkcipher_op_ctx blkcipher; member
/Linux-v4.19/crypto/
Dskcipher.c591 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()
Darc4.c143 .blkcipher = {
Dcrypto_null.c133 .cra_u = { .blkcipher = {
DMakefile21 crypto_blkcipher-y += blkcipher.o
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c427 .blkcipher = {
447 .blkcipher = {
467 .blkcipher = {
487 .blkcipher = {
/Linux-v4.19/arch/sparc/crypto/
Ddes_glue.c410 .blkcipher = {
429 .blkcipher = {
467 .blkcipher = {
486 .blkcipher = {
Dcamellia_glue.c255 .blkcipher = {
274 .blkcipher = {
Daes_glue.c413 .blkcipher = {
432 .blkcipher = {
452 .blkcipher = {
/Linux-v4.19/include/linux/
Dcrypto.h374 #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/
Dpadlock-aes.c403 .blkcipher = {
478 .blkcipher = {
Dgeode-aes.c407 .blkcipher = {
493 .blkcipher = {