Home
last modified time | relevance | path

Searched refs:cia_encrypt (Results 1 – 41 of 41) sorted by relevance

/linux-4.1.27/crypto/
Dcipher.c85 cipher_crypt_unaligned(cipher->cia_encrypt, tfm, dst, src); in cipher_encrypt_unaligned()
89 cipher->cia_encrypt(tfm, dst, src); in cipher_encrypt_unaligned()
113 cipher_encrypt_unaligned : cipher->cia_encrypt; in crypto_init_cipher_ops()
Dtea.c233 .cia_encrypt = tea_encrypt,
246 .cia_encrypt = xtea_encrypt,
259 .cia_encrypt = xeta_encrypt,
Dxts.c154 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in encrypt()
155 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()
165 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in decrypt()
Dcbc.c47 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_cbc_encrypt_segment()
71 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_cbc_encrypt_inplace()
Dpcbc.c50 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_pcbc_encrypt_segment()
75 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_pcbc_encrypt_inplace()
Dcrypto_null.c119 .cia_encrypt = null_crypt,
Darc4.c129 .cia_encrypt = arc4_crypt_one,
Dblowfish_generic.c122 .cia_encrypt = bf_encrypt,
Dtwofish_generic.c195 .cia_encrypt = twofish_encrypt,
Dkhazad.c860 .cia_encrypt = khazad_encrypt,
Decb.c80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()
Dctr.c78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
104 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
Dseed.c457 .cia_encrypt = seed_encrypt,
Danubis.c685 .cia_encrypt = anubis_encrypt,
Dcast6_generic.c274 .cia_encrypt = cast6_encrypt,
Dlrw.c203 crypto_cipher_alg(ctx->child)->cia_encrypt); in encrypt()
Ddes_generic.c967 .cia_encrypt = des_encrypt,
982 .cia_encrypt = des3_ede_encrypt,
Daes_generic.c1456 .cia_encrypt = aes_encrypt,
Dcast5_generic.c531 .cia_encrypt = cast5_encrypt,
Dserpent_generic.c635 .cia_encrypt = serpent_encrypt,
648 .cia_encrypt = tnepres_encrypt,
Dfcrypt.c403 .cia_encrypt = fcrypt_encrypt,
Dcamellia_generic.c1080 .cia_encrypt = camellia_encrypt,
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue.c78 .cia_encrypt = twofish_encrypt,
Daes_glue.c48 .cia_encrypt = aes_encrypt,
Dblowfish_glue.c372 .cia_encrypt = blowfish_encrypt,
Ddes3_ede_glue.c399 .cia_encrypt = des3_ede_x86_encrypt,
Daesni-intel_glue.c1259 .cia_encrypt = aes_encrypt,
1278 .cia_encrypt = __aes_encrypt,
Dcamellia_glue.c1575 .cia_encrypt = camellia_encrypt,
/linux-4.1.27/arch/arm/crypto/
Daes_glue.c75 .cia_encrypt = aes_encrypt,
/linux-4.1.27/drivers/crypto/vmx/
Daes.c138 .cia_encrypt = p8_aes_encrypt,
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-cipher.c249 .cia_encrypt = aes_cipher_encrypt,
/linux-4.1.27/arch/sparc/crypto/
Ddes_glue.c395 .cia_encrypt = des_encrypt,
452 .cia_encrypt = des3_ede_encrypt,
Dcamellia_glue.c240 .cia_encrypt = camellia_encrypt,
Daes_glue.c399 .cia_encrypt = aes_encrypt,
/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c79 .cia_encrypt = des_encrypt,
283 .cia_encrypt = des3_encrypt,
Daes_s390.c226 .cia_encrypt = aes_encrypt,
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h77 void (*cia_encrypt)(void *ctx, u8 *dst, const u8 *src); member
/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c336 .cia_encrypt = aes_encrypt,
Dgeode-aes.c297 .cia_encrypt = geode_encrypt,
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c405 .cia_encrypt = ppc_aes_encrypt,
/linux-4.1.27/include/linux/
Dcrypto.h418 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); member