Searched refs:twofish_decrypt (Results 1 – 3 of 3) sorted by relevance
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt() function79 .cia_decrypt = twofish_decrypt
130 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt() function177 .cia_decrypt = twofish_decrypt } }
425 twofish_decrypt(ctx, length, dst, src);