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

1234567891011>>

/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c19 int sun8i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, argument
40 int sun8i_ss_prng_init(struct crypto_tfm *tfm) argument
48 void sun8i_ss_prng_exit(struct crypto_tfm *tfm) argument
57 int sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, argument
/linux-master/fs/verity/
H A Dhash_algs.c46 struct crypto_shash *tfm; local
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dx509_public_key.c28 struct crypto_shash *tfm; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes.c28 static int p8_aes_init(struct crypto_tfm *tfm) argument
51 static void p8_aes_exit(struct crypto_tfm *tfm) argument
61 static int p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, argument
81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
98 p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
[all...]
/linux-master/crypto/
H A D842.c31 static void *crypto842_alloc_ctx(struct crypto_scomp *tfm) argument
42 static int crypto842_init(struct crypto_tfm *tfm) argument
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
58 static void crypto842_exit(struct crypto_tfm *tfm) argument
65 static int crypto842_compress(struct crypto_tfm *tfm, argument
74 static int crypto842_scompress(struct crypto_scomp *tfm, argument
81 static int crypto842_decompress(struct crypto_tfm *tfm, argument
88 crypto842_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlz4hc.c18 static void *lz4hc_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lz4hc_init(struct crypto_tfm *tfm) argument
40 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lz4hc_exit(struct crypto_tfm *tfm) argument
65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, argument
72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, argument
94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, cons argument
101 lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Dlz4.c19 static void *lz4_alloc_ctx(struct crypto_scomp *tfm) argument
30 static int lz4_init(struct crypto_tfm *tfm) argument
41 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
46 static void lz4_exit(struct crypto_tfm *tfm) argument
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, argument
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, argument
93 static int lz4_sdecompress(struct crypto_scomp *tfm, cons argument
100 lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Dlzo-rle.c18 static void *lzorle_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lzorle_init(struct crypto_tfm *tfm) argument
40 static void lzorle_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lzorle_exit(struct crypto_tfm *tfm) argument
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, argument
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, argument
97 static int lzorle_decompress(struct crypto_tfm *tfm, cons argument
103 lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dlzo.c18 static void *lzo_alloc_ctx(struct crypto_scomp *tfm) argument
29 static int lzo_init(struct crypto_tfm *tfm) argument
40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) argument
45 static void lzo_exit(struct crypto_tfm *tfm) argument
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, argument
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, argument
97 static int lzo_decompress(struct crypto_tfm *tfm, cons argument
103 lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen, void *ctx) argument
[all...]
H A Dghash-generic.c55 static int ghash_setkey(struct crypto_shash *tfm, argument
143 static void ghash_exit_tfm(struct crypto_tfm *tfm) argument
H A Dxxhash_generic.c20 static int xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, argument
H A Dgeniv.c19 static int aead_geniv_setkey(struct crypto_aead *tfm, argument
27 static int aead_geniv_setauthsize(struct crypto_aead *tfm, argument
153 void aead_exit_geniv(struct crypto_aead *tfm) argument
H A Dcrc32c_generic.c72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, argument
122 static int crc32c_cra_init(struct crypto_tfm *tfm) argument
H A Dmichael_mic.c129 static int michael_setkey(struct crypto_shash *tfm, const u8 *key, argument
H A Dcrc32_generic.c22 static int crc32_cra_init(struct crypto_tfm *tfm) argument
/linux-master/arch/arm/crypto/
H A Dcrc32-ce-glue.c36 static int crc32_cra_init(struct crypto_tfm *tfm) argument
44 static int crc32c_cra_init(struct crypto_tfm *tfm) argument
H A Dcurve25519-glue.c49 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, argument
66 struct crypto_kpp *tfm = crypto_kpp_reqtfm(req); local
97 static unsigned int curve25519_max_size(struct crypto_kpp *tfm) argument
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
148 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); local
/linux-master/lib/
H A Dcrc-t10dif.c112 struct crypto_shash *tfm; local
H A Dcrc64-rocksoft.c106 struct crypto_shash *tfm; local
/linux-master/drivers/crypto/qce/
H A Dsha.h61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) argument
H A Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) argument
/linux-master/include/crypto/internal/
H A Dblake2b.h72 static inline int crypto_blake2b_setkey(struct crypto_shash *tfm, argument
/linux-master/net/mac80211/
H A Daead_api.c18 int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, argument
50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, argument
89 struct crypto_aead *tfm; local
110 aead_key_free(struct crypto_aead *tfm) argument
[all...]
/linux-master/net/bluetooth/
H A Dselftest.c141 static int __init test_ecdh_sample(struct crypto_kpp *tfm, const u8 priv_a[32], argument
201 struct crypto_kpp *tfm; local
[all...]

Completed in 339 milliseconds

1234567891011>>