Home
last modified time | relevance | path

Searched refs:cia_decrypt (Results 1 – 40 of 40) sorted by relevance

/linux-4.1.27/crypto/
Dcipher.c99 cipher_crypt_unaligned(cipher->cia_decrypt, tfm, dst, src); in cipher_decrypt_unaligned()
103 cipher->cia_decrypt(tfm, dst, src); in cipher_decrypt_unaligned()
115 cipher_decrypt_unaligned : cipher->cia_decrypt; in crypto_init_cipher_ops()
Dtea.c234 .cia_decrypt = tea_decrypt } }
247 .cia_decrypt = xtea_decrypt } }
260 .cia_decrypt = xeta_decrypt } }
Dcbc.c119 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_cbc_decrypt_segment()
145 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_cbc_decrypt_inplace()
Dpcbc.c128 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_pcbc_decrypt_segment()
155 crypto_cipher_alg(tfm)->cia_decrypt; in crypto_pcbc_decrypt_inplace()
Dcrypto_null.c120 .cia_decrypt = null_crypt } }
Darc4.c130 .cia_decrypt = arc4_crypt_one,
Dblowfish_generic.c123 .cia_decrypt = bf_decrypt } }
Dtwofish_generic.c196 .cia_decrypt = twofish_decrypt } }
Dkhazad.c861 .cia_decrypt = khazad_decrypt } }
Decb.c94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
Dseed.c458 .cia_decrypt = seed_decrypt
Danubis.c686 .cia_decrypt = anubis_decrypt } }
Dxts.c166 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
Dcast6_generic.c275 .cia_decrypt = cast6_decrypt}
Dlrw.c214 crypto_cipher_alg(ctx->child)->cia_decrypt); in decrypt()
Ddes_generic.c968 .cia_decrypt = des_decrypt } }
983 .cia_decrypt = des3_ede_decrypt } }
Daes_generic.c1457 .cia_decrypt = aes_decrypt
Dcast5_generic.c532 .cia_decrypt = cast5_decrypt
Dserpent_generic.c636 .cia_decrypt = serpent_decrypt } }
649 .cia_decrypt = tnepres_decrypt } }
Dfcrypt.c404 .cia_decrypt = fcrypt_decrypt } }
Dcamellia_generic.c1081 .cia_decrypt = camellia_decrypt
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue.c79 .cia_decrypt = twofish_decrypt
Daes_glue.c49 .cia_decrypt = aes_decrypt
Dblowfish_glue.c373 .cia_decrypt = blowfish_decrypt,
Ddes3_ede_glue.c400 .cia_decrypt = des3_ede_x86_decrypt,
Daesni-intel_glue.c1260 .cia_decrypt = aes_decrypt
1279 .cia_decrypt = __aes_decrypt
Dcamellia_glue.c1576 .cia_decrypt = camellia_decrypt
/linux-4.1.27/arch/arm/crypto/
Daes_glue.c76 .cia_decrypt = aes_decrypt
/linux-4.1.27/drivers/crypto/vmx/
Daes.c139 .cia_decrypt = p8_aes_decrypt,
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-cipher.c250 .cia_decrypt = aes_cipher_decrypt
/linux-4.1.27/arch/sparc/crypto/
Ddes_glue.c396 .cia_decrypt = des_decrypt
453 .cia_decrypt = des3_ede_decrypt
Dcamellia_glue.c241 .cia_decrypt = camellia_decrypt
Daes_glue.c400 .cia_decrypt = aes_decrypt
/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c80 .cia_decrypt = des_decrypt,
284 .cia_decrypt = des3_decrypt,
Daes_s390.c227 .cia_decrypt = aes_decrypt,
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h78 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src); member
/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c337 .cia_decrypt = aes_decrypt,
Dgeode-aes.c298 .cia_decrypt = geode_decrypt
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c406 .cia_decrypt = ppc_aes_decrypt
/linux-4.1.27/include/linux/
Dcrypto.h419 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); member