Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dtea.c249 .cia_decrypt = tea_decrypt } }
264 .cia_decrypt = xtea_decrypt } }
280 .cia_decrypt = xeta_decrypt } }
Dcipher.c165 tfm->__crt_alg->cra_cipher.cia_decrypt, in ecb_decrypt()
204 tfm->__crt_alg->cra_cipher.cia_decrypt, in cbc_decrypt()
214 tfm->__crt_alg->cra_cipher.cia_decrypt, in cbc_decrypt_iv()
Darc4.c84 .cia_decrypt = arc4_crypt } }
Dcrypto_null.c94 .cia_decrypt = null_decrypt } }
Dkhazad.c894 .cia_decrypt = khazad_decrypt } }
Dblowfish.c461 .cia_decrypt = bf_decrypt } }
Danubis.c699 .cia_decrypt = anubis_decrypt } }
Dcast6.c544 .cia_decrypt = cast6_decrypt}
Daes.c447 .cia_decrypt = aes_decrypt
Dtwofish.c885 .cia_decrypt = twofish_decrypt } }
Dcast5.c831 .cia_decrypt = cast5_decrypt
Ddes.c1254 .cia_decrypt = des_decrypt } }
1269 .cia_decrypt = des3_ede_decrypt } }
Dserpent.c493 .cia_decrypt = serpent_decrypt } }
565 .cia_decrypt = tnepres_decrypt } }
/linux-2.4.37.9/include/linux/
Dcrypto.h72 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src); member