crypto_tfm 104 arch/x86/kernel/asm-offsets_32.c OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); crypto_tfm 127 arch/x86/kernel/asm-offsets_64.c DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); crypto_tfm 310 crypto/ablkcipher.c struct crypto_tfm *tfm; crypto_tfm 451 crypto/aead.c struct crypto_tfm *tfm; crypto_tfm 495 crypto/algapi.c struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, crypto_tfm 500 crypto/algapi.c struct crypto_tfm *tfm; crypto_tfm 364 crypto/api.c struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, crypto_tfm 367 crypto/api.c struct crypto_tfm *tfm = NULL; crypto_tfm 420 crypto/api.c struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) crypto_tfm 422 crypto/api.c struct crypto_tfm *tfm; crypto_tfm 405 crypto/blkcipher.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 419 crypto/blkcipher.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 46 crypto/cbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 70 crypto/cbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 118 crypto/cbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 144 crypto/cbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 71 crypto/ctr.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 97 crypto/ctr.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 29 crypto/digest.c struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); crypto_tfm 38 crypto/digest.c struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); crypto_tfm 97 crypto/digest.c struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); crypto_tfm 123 crypto/digest.c struct crypto_tfm *tfm = crypto_hash_tfm(hash); crypto_tfm 172 crypto/digest.c struct crypto_tfm *tfm = crypto_ahash_tfm(tfm_async); crypto_tfm 181 crypto/digest.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 190 crypto/digest.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 202 crypto/digest.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 214 crypto/digest.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 30 crypto/hash.c struct crypto_tfm *tfm = crypto_hash_tfm(crt); crypto_tfm 53 crypto/hash.c struct crypto_tfm *tfm = crypto_hash_tfm(crt); crypto_tfm 66 crypto/hash.c struct crypto_tfm *tfm = crypto_ahash_tfm(tfm_async); crypto_tfm 75 crypto/hash.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 87 crypto/hash.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 99 crypto/hash.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 111 crypto/hash.c struct crypto_tfm *tfm = req->base.tfm; crypto_tfm 110 crypto/internal.h struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, crypto_tfm 88 crypto/lrw.c struct crypto_tfm *tfm; crypto_tfm 89 crypto/lrw.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *); crypto_tfm 49 crypto/pcbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 74 crypto/pcbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 127 crypto/pcbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 154 crypto/pcbc.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = crypto_tfm 81 crypto/xts.c struct crypto_tfm *tfm; crypto_tfm 82 crypto/xts.c void (*fn)(struct crypto_tfm *, u8 *, const u8 *); crypto_tfm 25 include/crypto/algapi.h int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask); crypto_tfm 26 include/crypto/algapi.h void (*exit)(struct crypto_tfm *tfm); crypto_tfm 111 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, crypto_tfm 19 include/crypto/hash.h struct crypto_tfm base; crypto_tfm 38 include/crypto/hash.h static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) crypto_tfm 38 include/crypto/rng.h static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) crypto_tfm 10 include/crypto/twofish.h struct crypto_tfm; crypto_tfm 118 include/linux/crypto.h struct crypto_tfm; crypto_tfm 129 include/linux/crypto.h struct crypto_tfm *tfm; crypto_tfm 190 include/linux/crypto.h struct crypto_tfm *tfm; crypto_tfm 191 include/linux/crypto.h void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); crypto_tfm 248 include/linux/crypto.h int (*setkey)(struct crypto_tfm *tfm, const u8 *key, crypto_tfm 267 include/linux/crypto.h int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key, crypto_tfm 269 include/linux/crypto.h void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); crypto_tfm 270 include/linux/crypto.h void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); crypto_tfm 275 include/linux/crypto.h void (*dia_init)(struct crypto_tfm *tfm); crypto_tfm 276 include/linux/crypto.h void (*dia_update)(struct crypto_tfm *tfm, const u8 *data, crypto_tfm 278 include/linux/crypto.h void (*dia_final)(struct crypto_tfm *tfm, u8 *out); crypto_tfm 279 include/linux/crypto.h int (*dia_setkey)(struct crypto_tfm *tfm, const u8 *key, crypto_tfm 297 include/linux/crypto.h int (*coa_compress)(struct crypto_tfm *tfm, const u8 *src, crypto_tfm 299 include/linux/crypto.h int (*coa_decompress)(struct crypto_tfm *tfm, const u8 *src, crypto_tfm 351 include/linux/crypto.h int (*cra_init)(struct crypto_tfm *tfm); crypto_tfm 352 include/linux/crypto.h void (*cra_exit)(struct crypto_tfm *tfm); crypto_tfm 406 include/linux/crypto.h int (*setkey)(struct crypto_tfm *tfm, const u8 *key, crypto_tfm 415 include/linux/crypto.h int (*cit_setkey)(struct crypto_tfm *tfm, crypto_tfm 417 include/linux/crypto.h void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); crypto_tfm 418 include/linux/crypto.h void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); crypto_tfm 446 include/linux/crypto.h int (*cot_compress)(struct crypto_tfm *tfm, crypto_tfm 449 include/linux/crypto.h int (*cot_decompress)(struct crypto_tfm *tfm, crypto_tfm 490 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 494 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 498 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 502 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 506 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 510 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 514 include/linux/crypto.h struct crypto_tfm base; crypto_tfm 547 include/linux/crypto.h struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags); crypto_tfm 548 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); crypto_tfm 613 include/linux/crypto.h struct crypto_tfm *tfm; crypto_tfm 643 include/linux/crypto.h static inline struct crypto_tfm *crypto_ablkcipher_tfm( crypto_tfm 794 include/linux/crypto.h static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) crypto_tfm 950 include/linux/crypto.h static inline struct crypto_tfm *crypto_blkcipher_tfm( crypto_tfm 1095 include/linux/crypto.h static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) crypto_tfm 1190 include/linux/crypto.h static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm) crypto_tfm 1297 include/linux/crypto.h static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)