Searched defs:tfm (Results 1 - 25 of 76) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dgeode-aes.c146 geode_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int len) argument
160 geode_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
179 geode_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
[all...]
H A Dpadlock-aes.c310 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) argument
315 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) argument
320 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
443 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
449 static void aes_decrypt(struct crypto_tfm *tfm, u argument
[all...]
H A Dpadlock-sha.c42 static inline struct padlock_sha_ctx *ctx(struct crypto_tfm *tfm) argument
53 static void padlock_sha_bypass(struct crypto_tfm *tfm) argument
70 padlock_sha_init(struct crypto_tfm *tfm) argument
76 padlock_sha_update(struct crypto_tfm *tfm, const uint8_t *data, unsigned int length) argument
147 padlock_sha_final(struct crypto_tfm *tfm, uint8_t *out) argument
161 padlock_cra_init(struct crypto_tfm *tfm) argument
187 padlock_sha1_cra_init(struct crypto_tfm *tfm) argument
194 padlock_sha256_cra_init(struct crypto_tfm *tfm) argument
201 padlock_cra_exit(struct crypto_tfm *tfm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c97 struct crypto_blkcipher *tfm; member in struct:crypt_config
743 struct crypto_blkcipher *tfm; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Daes_s390.c44 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
77 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
97 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
139 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
228 cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) argument
[all...]
H A Ddes_s390.c48 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, argument
62 static void des_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
69 static void des_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
245 des3_128_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
266 des3_128_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
274 des3_128_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
404 des3_192_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
428 des3_192_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
436 des3_192_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
[all...]
H A Dsha1_s390.c41 static void sha1_init(struct crypto_tfm *tfm) argument
53 static void sha1_update(struct crypto_tfm *tfm, const u8 *data, argument
94 static void sha1_final(struct crypto_tfm *tfm, u8 *out) argument
H A Dsha256_s390.c34 static void sha256_init(struct crypto_tfm *tfm) argument
49 static void sha256_update(struct crypto_tfm *tfm, const u8 *data, argument
90 static void sha256_final(struct crypto_tfm *tfm, u8 *out) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c49 struct crypto_blkcipher *tfm; local
117 struct crypto_blkcipher *tfm = lo->key_data; local
180 struct crypto_blkcipher *tfm = lo->key_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes.c230 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
290 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
295 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dtwofish.c51 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
56 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dablkcipher.c22 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, argument
41 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, argument
H A Daes.c251 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
322 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
377 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dalgapi.c397 struct crypto_tfm *tfm; local
572 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) argument
H A Danubis.c463 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
663 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
669 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
H A Dapi.c217 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) argument
242 static void crypto_exit_ops(struct crypto_tfm *tfm) argument
311 struct crypto_tfm *tfm = NULL; local
366 struct crypto_tfm *tfm; local
405 crypto_free_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Darc4.c27 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
52 static void arc4_crypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dblkcipher.c69 static inline unsigned int blkcipher_done_slow(struct crypto_blkcipher *tfm, argument
106 struct crypto_blkcipher *tfm = desc->tfm; local
222 struct crypto_blkcipher *tfm = desc->tfm; local
272 blkcipher_copy_iv(struct blkcipher_walk *walk, struct crypto_blkcipher *tfm, unsigned int alignmask) argument
314 struct crypto_blkcipher *tfm = desc->tfm; local
339 setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
352 async_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int keylen) argument
360 struct crypto_tfm *tfm = req->base.tfm; local
374 struct crypto_tfm *tfm = req->base.tfm; local
401 crypto_init_blkcipher_ops_async(struct crypto_tfm *tfm) argument
414 crypto_init_blkcipher_ops_sync(struct crypto_tfm *tfm) argument
433 crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) argument
[all...]
H A Dblowfish.c352 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
365 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
402 static int bf_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dcamellia.c1677 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1709 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
1736 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dcast5.c580 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
645 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
772 static int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned key_len) argument
H A Dcast6.c384 static int cast6_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
448 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
481 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) { argument
H A Dcbc.c99 struct crypto_blkcipher *tfm = desc->tfm; local
42 crypto_cbc_encrypt_segment(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
68 crypto_cbc_encrypt_inplace(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
121 crypto_cbc_decrypt_segment(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
149 crypto_cbc_decrypt_inplace(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
188 struct crypto_blkcipher *tfm = desc->tfm; local
241 crypto_cbc_init_tfm(struct crypto_tfm *tfm) argument
272 crypto_cbc_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dcipher.c23 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
50 static void cipher_encrypt_unaligned(struct crypto_tfm *tfm, argument
35 cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *, const u8 *), struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
64 cipher_decrypt_unaligned(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
78 crypto_init_cipher_ops(struct crypto_tfm *tfm) argument
92 crypto_exit_cipher_ops(struct crypto_tfm *tfm) argument
[all...]
H A Dcompress.c21 static int crypto_compress(struct crypto_tfm *tfm, argument
29 static int crypto_decompress(struct crypto_tfm *tfm, argument
37 int crypto_init_compress_ops(struct crypto_tfm *tfm) argument
47 void crypto_exit_compress_ops(struct crypto_tfm *tfm) argument

Completed in 115 milliseconds

1234