Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/crypto/
Ddes_s390.c155 .blkcipher = {
195 .blkcipher = {
300 .blkcipher = {
341 .blkcipher = {
434 .blkcipher = {
476 .blkcipher = {
Dpaes_s390.c217 .blkcipher = {
343 .blkcipher = {
512 .blkcipher = {
681 .blkcipher = {
Daes_s390.c342 .blkcipher = {
439 .blkcipher = {
652 .blkcipher = {
782 .blkcipher = {
/Linux-v5.4/drivers/crypto/marvell/
Dcipher.c212 memcpy(skreq->iv, basereq->chain.last->op->ctx.blkcipher.iv, in mv_cesa_skcipher_complete()
473 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE); in mv_cesa_des_op()
526 memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES_BLOCK_SIZE); in mv_cesa_cbc_des_op()
578 memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES3_EDE_KEY_SIZE); in mv_cesa_des3_op()
631 memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES3_EDE_BLOCK_SIZE); in mv_cesa_cbc_des3_op()
697 tmpl->ctx.blkcipher.key[i] = cpu_to_le32(key[i]); in mv_cesa_aes_op()
758 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-v5.4/crypto/
Dskcipher.c602 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher() local
605 crypto_blkcipher_clear_flags(blkcipher, ~0); in skcipher_setkey_blkcipher()
606 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()
608 err = crypto_blkcipher_setkey(blkcipher, key, keylen); in skcipher_setkey_blkcipher()
609 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher()
668 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher() local
681 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
682 *ctx = blkcipher; in crypto_init_skcipher_ops_blkcipher()
689 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
DMakefile19 crypto_blkcipher-y += blkcipher.o
/Linux-v5.4/arch/powerpc/crypto/
Daes-spe-glue.c422 .blkcipher = {
442 .blkcipher = {
462 .blkcipher = {
482 .blkcipher = {
/Linux-v5.4/arch/sparc/crypto/
Ddes_glue.c403 .blkcipher = {
422 .blkcipher = {
460 .blkcipher = {
479 .blkcipher = {
Dcamellia_glue.c256 .blkcipher = {
275 .blkcipher = {
Daes_glue.c414 .blkcipher = {
433 .blkcipher = {
453 .blkcipher = {
/Linux-v5.4/include/linux/
Dcrypto.h454 #define cra_blkcipher cra_u.blkcipher
569 struct blkcipher_alg blkcipher; member
757 #define crt_blkcipher crt_u.blkcipher
767 struct blkcipher_tfm blkcipher; member
/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c404 .blkcipher = {
479 .blkcipher = {
Dgeode-aes.c403 .blkcipher = {
489 .blkcipher = {