Searched refs:crypto_tfm (Results 1 - 25 of 58) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dtwofish.h10 struct crypto_tfm;
20 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
H A Dalgapi.h25 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
26 void (*exit)(struct crypto_tfm *tfm);
109 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
122 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
131 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm)
142 struct crypto_tfm *tfm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcompress.c21 static int crypto_compress(struct crypto_tfm *tfm,
29 static int crypto_decompress(struct crypto_tfm *tfm,
37 int crypto_init_compress_ops(struct crypto_tfm *tfm)
47 void crypto_exit_compress_ops(struct crypto_tfm *tfm)
H A Dcipher.c23 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)
35 static void cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *,
37 struct crypto_tfm *tfm,
50 static void cipher_encrypt_unaligned(struct crypto_tfm *tfm,
64 static void cipher_decrypt_unaligned(struct crypto_tfm *tfm,
78 int crypto_init_cipher_ops(struct crypto_tfm *tfm)
92 void crypto_exit_cipher_ops(struct crypto_tfm *tfm)
H A Dcrc32c.c34 static void chksum_init(struct crypto_tfm *tfm)
46 static int chksum_setkey(struct crypto_tfm *tfm, const u8 *key,
59 static void chksum_update(struct crypto_tfm *tfm, const u8 *data,
67 static void chksum_final(struct crypto_tfm *tfm, u8 *out)
74 static int crc32c_cra_init(struct crypto_tfm *tfm)
H A Dcrypto_null.c30 static int null_compress(struct crypto_tfm *tfm, const u8 *src,
40 static void null_init(struct crypto_tfm *tfm)
43 static void null_update(struct crypto_tfm *tfm, const u8 *data,
47 static void null_final(struct crypto_tfm *tfm, u8 *out)
50 static int null_setkey(struct crypto_tfm *tfm, const u8 *key,
54 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
H A Dinternal.h112 int crypto_init_digest_ops(struct crypto_tfm *tfm);
113 int crypto_init_cipher_ops(struct crypto_tfm *tfm);
114 int crypto_init_compress_ops(struct crypto_tfm *tfm);
116 void crypto_exit_digest_ops(struct crypto_tfm *tfm);
117 void crypto_exit_cipher_ops(struct crypto_tfm *tfm);
118 void crypto_exit_compress_ops(struct crypto_tfm *tfm);
123 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
H A Ddigest.c28 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
37 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
96 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
122 struct crypto_tfm *tfm = crypto_hash_tfm(hash);
139 int crypto_init_digest_ops(struct crypto_tfm *tfm)
157 void crypto_exit_digest_ops(struct crypto_tfm *tfm)
H A Dsha1.c37 static void sha1_init(struct crypto_tfm *tfm)
49 static void sha1_update(struct crypto_tfm *tfm, const u8 *data,
84 static void sha1_final(struct crypto_tfm *tfm, u8 *out)
H A Dmichael_mic.c48 static void michael_init(struct crypto_tfm *tfm)
55 static void michael_update(struct crypto_tfm *tfm, const u8 *data,
94 static void michael_final(struct crypto_tfm *tfm, u8 *out)
125 static int michael_setkey(struct crypto_tfm *tfm, const u8 *key,
H A Dtea.c48 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key,
63 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
91 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
121 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key,
136 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
157 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
180 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
201 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
H A Dapi.c217 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask)
242 static void crypto_exit_ops(struct crypto_tfm *tfm)
308 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
311 struct crypto_tfm *tfm = NULL;
364 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask)
366 struct crypto_tfm *tfm;
405 void crypto_free_tfm(struct crypto_tfm *tfm)
H A Dlrw.c51 static int setkey(struct crypto_tfm *parent, const u8 *key,
88 struct crypto_tfm *tfm;
89 void (*fn)(struct crypto_tfm *, u8 *, const u8 *);
126 void (*fn)(struct crypto_tfm *, u8 *, const u8 *))
202 static int init_tfm(struct crypto_tfm *tfm)
223 static void exit_tfm(struct crypto_tfm *tfm)
H A Darc4.c27 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key,
52 static void arc4_crypt(struct crypto_tfm *tfm, u8 *out, const u8 *in)
H A Ddeflate.c80 static int deflate_init(struct crypto_tfm *tfm)
95 static void deflate_exit(struct crypto_tfm *tfm)
103 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src,
132 static int deflate_decompress(struct crypto_tfm *tfm, const u8 *src,
H A Decb.c25 static int crypto_ecb_setkey(struct crypto_tfm *parent, const u8 *key,
44 void (*fn)(struct crypto_tfm *, u8 *, const u8 *))
97 static int crypto_ecb_init_tfm(struct crypto_tfm *tfm)
112 static void crypto_ecb_exit_tfm(struct crypto_tfm *tfm)
H A Dhash.c25 static int crypto_init_hash_ops(struct crypto_tfm *tfm, u32 type, u32 mask)
H A Dcbc.c26 static int crypto_cbc_setkey(struct crypto_tfm *parent, const u8 *key,
48 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) =
74 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) =
127 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) =
155 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) =
241 static int crypto_cbc_init_tfm(struct crypto_tfm *tfm)
272 static void crypto_cbc_exit_tfm(struct crypto_tfm *tfm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c48 asmlinkage void twofish_enc_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
49 asmlinkage void twofish_dec_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
51 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
56 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c48 asmlinkage void twofish_enc_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
49 asmlinkage void twofish_dec_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
51 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
56 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h73 * declaration) is used to ensure that the crypto_tfm context structure is
97 struct crypto_tfm;
106 struct crypto_tfm *tfm;
131 struct crypto_tfm *tfm;
132 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
161 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
178 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
180 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
181 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
186 void (*dia_init)(struct crypto_tfm *tf
351 struct crypto_tfm { struct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-sha.c42 static inline struct padlock_sha_ctx *ctx(struct crypto_tfm *tfm)
53 static void padlock_sha_bypass(struct crypto_tfm *tfm)
70 static void padlock_sha_init(struct crypto_tfm *tfm)
76 static void padlock_sha_update(struct crypto_tfm *tfm,
147 static void padlock_sha_final(struct crypto_tfm *tfm, uint8_t *out)
161 static int padlock_cra_init(struct crypto_tfm *tfm)
187 static int padlock_sha1_cra_init(struct crypto_tfm *tfm)
194 static int padlock_sha256_cra_init(struct crypto_tfm *tfm)
201 static void padlock_cra_exit(struct crypto_tfm *tfm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Dsha1_s390.c41 static void sha1_init(struct crypto_tfm *tfm)
53 static void sha1_update(struct crypto_tfm *tfm, const u8 *data,
94 static void sha1_final(struct crypto_tfm *tfm, u8 *out)
H A Dsha256_s390.c34 static void sha256_init(struct crypto_tfm *tfm)
49 static void sha256_update(struct crypto_tfm *tfm, const u8 *data,
90 static void sha256_final(struct crypto_tfm *tfm, u8 *out)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dcommon-offsets.h31 DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));

Completed in 218 milliseconds

123