Searched defs:alg (Results 26 - 50 of 251) sorted by relevance

1234567891011

/linux-master/lib/
H A Dcrc-t10dif.c26 struct crypto_alg *alg = data; local
H A Dcrc64-rocksoft.c20 struct crypto_alg *alg = data; local
/linux-master/crypto/
H A Dcrc32c_generic.c130 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dmichael_mic.c142 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dcrc32_generic.c94 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dxctr.c134 struct crypto_alg *alg; local
H A Dkpp.c35 static void crypto_kpp_show(struct seq_file *m, struct crypto_alg *alg) argument
43 struct kpp_alg *alg = crypto_kpp_alg(kpp); local
51 struct kpp_alg *alg = crypto_kpp_alg(kpp); local
106 static void kpp_prepare_alg(struct kpp_alg *alg) argument
20 crypto_kpp_report( struct sk_buff *skb, struct crypto_alg *alg) argument
115 crypto_register_kpp(struct kpp_alg *alg) argument
124 crypto_unregister_kpp(struct kpp_alg *alg) argument
[all...]
H A Dsig.c32 crypto_sig_show(struct seq_file *m, struct crypto_alg *alg) argument
38 crypto_sig_report(struct sk_buff *skb, struct crypto_alg *alg) argument
/linux-master/drivers/crypto/qce/
H A Dsha.h64 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), local
H A Dcipher.h50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); local
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c173 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c135 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dsha1_glue.c119 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dcrc32c_glue.c126 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/linux-master/net/mac80211/
H A Daead_api.c86 aead_key_setup_encrypt(const char *alg, const u8 key[], argument
/linux-master/drivers/mmc/host/
H A Dcqhci-crypto.c16 enum cqhci_crypto_alg alg; member in struct:cqhci_crypto_alg_entry
69 const struct cqhci_crypto_alg_entry *alg = local
/linux-master/arch/powerpc/crypto/
H A Dsha1-spe-glue.c156 static struct shash_alg alg = { variable in typeref:struct:shash_alg
H A Dsha1.c105 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c59 struct rng_alg *alg = crypto_rng_alg(tfm); local
/linux-master/drivers/ufs/core/
H A Dufshcd-crypto.c58 const struct ufs_crypto_alg_entry *alg = local
/linux-master/arch/arm64/crypto/
H A Dsha1-ce-glue.c118 static struct shash_alg alg = { variable in typeref:struct:shash_alg
/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/drivers/block/zram/
H A Dzcomp.c210 struct zcomp *zcomp_create(const char *alg) 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/crypto/tegra/
H A Dtegra-se-key.c125 void tegra_key_invalidate(struct tegra_se *se, u32 keyid, u32 alg) argument
138 int tegra_key_submit(struct tegra_se *se, const u8 *key, u32 keylen, u32 alg, u32 *keyid) argument
51 tegra_key_prep_ins_cmd(struct tegra_se *se, u32 *cpuvaddr, const u32 *key, u32 keylen, u16 slot, u32 alg) argument
114 tegra_key_insert(struct tegra_se *se, const u8 *key, u32 keylen, u16 slot, u32 alg) argument

Completed in 172 milliseconds

1234567891011