Searched defs:tfm (Results 51 - 75 of 76) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dlrw.c88 struct crypto_tfm *tfm; member in struct:sinfo
202 static int init_tfm(struct crypto_tfm *tfm) argument
223 static void exit_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dpcbc.c107 struct crypto_blkcipher *tfm = desc->tfm; local
46 crypto_pcbc_encrypt_segment(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
73 crypto_pcbc_encrypt_inplace(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
129 crypto_pcbc_decrypt_segment(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
158 crypto_pcbc_decrypt_inplace(struct blkcipher_desc *desc, struct blkcipher_walk *walk, struct crypto_cipher *tfm, void (*xor)(u8 *, const u8 *, unsigned int)) argument
192 struct crypto_blkcipher *tfm = desc->tfm; local
245 crypto_pcbc_init_tfm(struct crypto_tfm *tfm) argument
276 crypto_pcbc_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dserpent.c218 static int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, argument
363 static void serpent_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
422 static void serpent_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
492 static int tnepres_setkey(struct crypto_tfm *tfm, const u8 *key, argument
504 static void tnepres_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
524 tnepres_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
[all...]
H A Dsha256.c233 static void sha256_init(struct crypto_tfm *tfm) argument
247 static void sha256_update(struct crypto_tfm *tfm, const u8 *data, argument
280 static void sha256_final(struct crypto_tfm *tfm, u8 *out) argument
H A Dsha512.c164 sha512_init(struct crypto_tfm *tfm) argument
179 sha384_init(struct crypto_tfm *tfm) argument
194 sha512_update(struct crypto_tfm *tfm, const u8 *data, unsigned int len) argument
234 sha512_final(struct crypto_tfm *tfm, u8 *hash) argument
265 sha384_final(struct crypto_tfm *tfm, u8 *hash) argument
[all...]
H A Dtgr192.c499 static void tgr192_init(struct crypto_tfm *tfm) argument
513 static void tgr192_update(struct crypto_tfm *tfm, const u8 *inbuf, argument
552 static void tgr192_final(struct crypto_tfm *tfm, u8 * out) argument
604 static void tgr160_final(struct crypto_tfm *tfm, u argument
613 tgr128_final(struct crypto_tfm *tfm, u8 * out) argument
[all...]
H A Dwp512.c984 static void wp512_init(struct crypto_tfm *tfm) { argument
996 static void wp512_update(struct crypto_tfm *tfm, const u8 *source, argument
1057 static void wp512_final(struct crypto_tfm *tfm, u8 *out) argument
1090 static void wp384_final(struct crypto_tfm *tfm, u8 *out) argument
1099 static void wp256_final(struct crypto_tfm *tfm, u8 *out) argument
[all...]
H A Dxcbc.c117 struct crypto_cipher *tfm = ctx->child; local
200 struct crypto_cipher *tfm = ctx->child; local
257 xcbc_init_tfm(struct crypto_tfm *tfm) argument
285 xcbc_exit_tfm(struct crypto_tfm *tfm) argument
[all...]
H A Dtcrypt.c109 struct crypto_hash *tfm; local
223 struct crypto_ablkcipher *tfm; local
493 struct crypto_blkcipher *tfm; local
739 struct crypto_hash *tfm; local
797 struct crypto_comp *tfm; local
[all...]
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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipcomp.c52 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu); local
107 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu); local
316 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu); local
332 struct crypto_comp *tfm; local
356 struct crypto_comp *tfm local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c427 struct crypto_hash *tfm; local
[all...]
H A Desp6.c47 struct crypto_blkcipher *tfm; local
146 struct crypto_blkcipher *tfm = esp->conf.tfm; local
298 struct crypto_blkcipher *tfm; local
[all...]
H A Dipcomp6.c73 struct crypto_comp *tfm; local
131 struct crypto_comp *tfm; local
327 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu); local
343 struct crypto_comp *tfm; local
367 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_key.h66 struct crypto_cipher *tfm; member in struct:ieee80211_key::__anon10898::__anon10900
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c53 krb5_encrypt( struct crypto_blkcipher *tfm, void * iv, void * in, void * out, int length) argument
89 krb5_decrypt( struct crypto_blkcipher *tfm, void * iv, void * in, void * out, int length) argument
233 gss_encrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf, int offset, struct page **pages) argument
303 gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf, int offset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes.c381 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
468 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
473 static void aes_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/include/crypto/
H A Dalgapi.h131 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm) argument
141 crypto_tfm_alg_instance( struct crypto_tfm *tfm) argument
152 crypto_ablkcipher_alg( struct crypto_ablkcipher *tfm) argument
158 crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm) argument
172 crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) argument
177 crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) argument
191 crypto_cipher_alg(struct crypto_cipher *tfm) argument
204 crypto_hash_ctx_aligned(struct crypto_hash *tfm) argument
243 ablkcipher_tfm_in_queue(struct crypto_ablkcipher *tfm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c52 struct crypto_cipher *tfm; member in struct:ieee80211_ccmp_data
60 static inline void ieee80211_ccmp_aes_encrypt(struct crypto_cipher *tfm, argument
110 ccmp_init_blocks(struct crypto_cipher *tfm, struct ieee80211_hdr_4addr *hdr, u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) argument
393 struct crypto_cipher *tfm = data->tfm; local
[all...]
H A Dieee80211_crypt_tkip.c677 struct crypto_hash *tfm = tkey->tx_tfm_michael; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
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...]
/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/fs/ecryptfs/
H A Decryptfs_kernel.h242 struct crypto_blkcipher *tfm; member in struct:ecryptfs_crypt_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c5188 struct crypto_hash *tfm = NULL; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h106 struct crypto_tfm *tfm; member in struct:crypto_async_request
125 struct crypto_blkcipher *tfm; member in struct:blkcipher_desc
131 struct crypto_tfm *tfm; member in struct:cipher_desc
139 struct crypto_hash *tfm; member in struct:hash_desc
417 crypto_tfm_alg_name(struct crypto_tfm *tfm) argument
422 crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) argument
427 crypto_tfm_alg_priority(struct crypto_tfm *tfm) argument
432 crypto_tfm_alg_modname(struct crypto_tfm *tfm) argument
437 crypto_tfm_alg_type(struct crypto_tfm *tfm) argument
442 crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) argument
447 crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) argument
452 crypto_tfm_get_flags(struct crypto_tfm *tfm) argument
457 crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) argument
462 crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) argument
467 crypto_tfm_ctx(struct crypto_tfm *tfm) argument
474 struct crypto_tfm *tfm; local
481 __crypto_ablkcipher_cast( struct crypto_tfm *tfm) argument
498 crypto_ablkcipher_tfm( struct crypto_ablkcipher *tfm) argument
504 crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) argument
519 crypto_ablkcipher_crt( struct crypto_ablkcipher *tfm) argument
525 crypto_ablkcipher_ivsize( struct crypto_ablkcipher *tfm) argument
531 crypto_ablkcipher_blocksize( struct crypto_ablkcipher *tfm) argument
537 crypto_ablkcipher_alignmask( struct crypto_ablkcipher *tfm) argument
543 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) argument
548 crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, u32 flags) argument
554 crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, u32 flags) argument
560 crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int keylen) argument
586 crypto_ablkcipher_reqsize(struct crypto_ablkcipher *tfm) argument
591 ablkcipher_request_set_tfm( struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) argument
603 ablkcipher_request_alloc( struct crypto_ablkcipher *tfm, gfp_t gfp) argument
642 __crypto_blkcipher_cast( struct crypto_tfm *tfm) argument
648 crypto_blkcipher_cast( struct crypto_tfm *tfm) argument
665 crypto_blkcipher_tfm( struct crypto_blkcipher *tfm) argument
671 crypto_free_blkcipher(struct crypto_blkcipher *tfm) argument
685 crypto_blkcipher_name(struct crypto_blkcipher *tfm) argument
690 crypto_blkcipher_crt( struct crypto_blkcipher *tfm) argument
696 crypto_blkcipher_alg( struct crypto_blkcipher *tfm) argument
702 crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) argument
707 crypto_blkcipher_blocksize( struct crypto_blkcipher *tfm) argument
713 crypto_blkcipher_alignmask( struct crypto_blkcipher *tfm) argument
719 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) argument
724 crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, u32 flags) argument
730 crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, u32 flags) argument
736 crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, const u8 *key, unsigned int keylen) argument
777 crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, const u8 *src, unsigned int len) argument
783 crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, u8 *dst, unsigned int len) argument
789 __crypto_cipher_cast(struct crypto_tfm *tfm) argument
794 crypto_cipher_cast(struct crypto_tfm *tfm) argument
810 crypto_cipher_tfm(struct crypto_cipher *tfm) argument
815 crypto_free_cipher(struct crypto_cipher *tfm) argument
829 crypto_cipher_crt(struct crypto_cipher *tfm) argument
834 crypto_cipher_blocksize(struct crypto_cipher *tfm) argument
839 crypto_cipher_alignmask(struct crypto_cipher *tfm) argument
844 crypto_cipher_get_flags(struct crypto_cipher *tfm) argument
849 crypto_cipher_set_flags(struct crypto_cipher *tfm, u32 flags) argument
855 crypto_cipher_clear_flags(struct crypto_cipher *tfm, u32 flags) argument
861 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) argument
868 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
875 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
882 __crypto_hash_cast(struct crypto_tfm *tfm) argument
887 crypto_hash_cast(struct crypto_tfm *tfm) argument
904 crypto_hash_tfm(struct crypto_hash *tfm) argument
909 crypto_free_hash(struct crypto_hash *tfm) argument
923 crypto_hash_crt(struct crypto_hash *tfm) argument
928 crypto_hash_blocksize(struct crypto_hash *tfm) argument
933 crypto_hash_alignmask(struct crypto_hash *tfm) argument
938 crypto_hash_digestsize(struct crypto_hash *tfm) argument
943 crypto_hash_get_flags(struct crypto_hash *tfm) argument
948 crypto_hash_set_flags(struct crypto_hash *tfm, u32 flags) argument
953 crypto_hash_clear_flags(struct crypto_hash *tfm, u32 flags) argument
988 __crypto_comp_cast(struct crypto_tfm *tfm) argument
993 crypto_comp_cast(struct crypto_tfm *tfm) argument
1010 crypto_comp_tfm(struct crypto_comp *tfm) argument
1015 crypto_free_comp(struct crypto_comp *tfm) argument
1029 crypto_comp_name(struct crypto_comp *tfm) argument
1034 crypto_comp_crt(struct crypto_comp *tfm) argument
1039 crypto_comp_compress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
1047 crypto_comp_decompress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]

Completed in 310 milliseconds

1234