Home
last modified time | relevance | path

Searched defs:ctx_arg (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/crypto/
Dtea.c49 static int tea_setkey(void *ctx_arg, const u8 *in_key, in tea_setkey()
70 static void tea_encrypt(void *ctx_arg, u8 *dst, const u8 *src) in tea_encrypt()
97 static void tea_decrypt(void *ctx_arg, u8 *dst, const u8 *src) in tea_decrypt()
127 static int xtea_setkey(void *ctx_arg, const u8 *in_key, in xtea_setkey()
148 static void xtea_encrypt(void *ctx_arg, u8 *dst, const u8 *src) in xtea_encrypt()
170 static void xtea_decrypt(void *ctx_arg, u8 *dst, const u8 *src) in xtea_decrypt()
192 static void xeta_encrypt(void *ctx_arg, u8 *dst, const u8 *src) in xeta_encrypt()
215 static void xeta_decrypt(void *ctx_arg, u8 *dst, const u8 *src) in xeta_decrypt()
Dkhazad.c755 static int khazad_setkey(void *ctx_arg, const u8 *in_key, in khazad_setkey()
870 static void khazad_encrypt(void *ctx_arg, u8 *dst, const u8 *src) in khazad_encrypt()
876 static void khazad_decrypt(void *ctx_arg, u8 *dst, const u8 *src) in khazad_decrypt()
Danubis.c461 static int anubis_setkey(void *ctx_arg, const u8 *in_key, in anubis_setkey()
675 static void anubis_encrypt(void *ctx_arg, u8 *dst, const u8 *src) in anubis_encrypt()
681 static void anubis_decrypt(void *ctx_arg, u8 *dst, const u8 *src) in anubis_decrypt()
Darc4.c27 static int arc4_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in arc4_set_key()
51 static void arc4_crypt(void *ctx_arg, u8 *out, const u8 *in) in arc4_crypt()
Daes.c273 aes_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) in aes_set_key()
341 static void aes_encrypt(void *ctx_arg, u8 *out, const u8 *in) in aes_encrypt()
394 static void aes_decrypt(void *ctx_arg, u8 *out, const u8 *in) in aes_decrypt()