Searched defs:alg (Results 51 - 75 of 249) sorted by relevance

12345678910

/linux-master/fs/verity/
H A Dmeasure.c85 fsverity_get_digest(struct inode *inode, u8 raw_digest[FS_VERITY_MAX_DIGEST_SIZE], u8 *alg, enum hash_algo *halg) argument
/linux-master/fs/erofs/
H A Dcompress.h17 unsigned int alg; /* the algorithm for decompression */ member in struct:z_erofs_decompress_req
/linux-master/drivers/block/zram/
H A Dzcomp.c210 struct zcomp *zcomp_create(const char *alg) argument
/linux-master/crypto/
H A Dmd4.c212 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dkeywrap.c267 struct crypto_alg *alg; local
H A Dzstd.c207 static struct crypto_alg alg = { variable in typeref:struct:crypto_alg
H A Dalgboss.c46 char alg[CRYPTO_MAX_ALG_NAME]; member in struct:crypto_test_param
188 static int cryptomgr_schedule_test(struct crypto_alg *alg) argument
[all...]
H A Dcast5_generic.c505 static struct crypto_alg alg = { variable in typeref:struct:crypto_alg
H A Dcast6_generic.c246 static struct crypto_alg alg = { variable in typeref:struct:crypto_alg
H A Drng.c33 struct rng_alg *alg = crypto_rng_alg(tfm); local
65 static unsigned int seedsize(struct crypto_alg *alg) argument
88 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) argument
72 crypto_rng_report( struct sk_buff *skb, struct crypto_alg *alg) argument
94 crypto_rng_report_stat( struct sk_buff *skb, struct crypto_alg *alg) argument
200 crypto_register_rng(struct rng_alg *alg) argument
219 crypto_unregister_rng(struct rng_alg *alg) argument
[all...]
/linux-master/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c132 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/linux-master/drivers/net/xen-netback/
H A Dhash.c246 u32 xenvif_set_hash_alg(struct xenvif *vif, u32 alg) argument
/linux-master/arch/x86/crypto/
H A Dcrc32c-intel_glue.c196 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dcrc32-pclmul_glue.c151 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/linux-master/net/wireless/
H A Dlib80211.c167 struct lib80211_crypto_alg *alg; local
188 struct lib80211_crypto_alg *alg; local
211 struct lib80211_crypto_alg *alg; local
[all...]
/linux-master/drivers/crypto/qce/
H A Daead.h49 struct aead_alg *alg = crypto_aead_alg(tfm); local
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tag.c116 static const struct sockaddr_alg alg = { local
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c212 struct aead_alg *alg; local
H A Dccp-crypto-aes-xts.c231 struct skcipher_alg *alg; local
[all...]
H A Dccp-crypto-des3.c40 struct ccp_crypto_skcipher_alg *alg = ccp_crypto_skcipher_alg(tfm); local
181 struct skcipher_alg *alg; local
[all...]
/linux-master/include/crypto/internal/
H A Daead.h25 struct aead_alg alg; member in union:aead_instance::__anon3255
139 static inline unsigned int crypto_aead_alg_chunksize(struct aead_alg *alg) argument
[all...]
H A Dkpp.h27 struct kpp_alg alg; member in union:kpp_instance::__anon3263
H A Dakcipher.h20 struct akcipher_alg alg; member in union:akcipher_instance::__anon3257
[all...]
/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c210 hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, const void *buf, size_t len) argument
235 hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) argument
/linux-master/include/crypto/
H A Drng.h118 static inline struct rng_alg *__crypto_rng_alg(struct crypto_alg *alg) argument
147 static inline struct crypto_istat_rng *rng_get_stat(struct rng_alg *alg) argument
156 static inline int crypto_rng_errstat(struct rng_alg *alg, int err) argument
185 struct rng_alg *alg = crypto_rng_alg(tfm); local
[all...]

Completed in 416 milliseconds

12345678910