Searched defs:alg (Results 126 - 150 of 251) sorted by relevance

1234567891011

/linux-master/drivers/crypto/bcm/
H A Dutil.c296 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) argument
359 u32 alg; local
[all...]
H A Dspu.c554 u32 spum_digest_size(u32 alg_digest_size, enum hash_alg alg, argument
[all...]
/linux-master/drivers/crypto/ccree/
H A Dcc_request_mgr.c78 static inline u32 cc_cpp_int_mask(enum cc_cpp_alg alg, int slot) argument
H A Dcc_driver.h115 enum cc_cpp_alg alg; member in struct:cc_cpp_req
/linux-master/drivers/crypto/qce/
H A Dsha.c456 struct ahash_alg *alg; local
[all...]
H A Daead.c762 struct aead_alg *alg; local
[all...]
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c790 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); local
[all...]
H A Daspeed-hace-crypto.c637 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); local
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c97 virtio_crypto_alg_validate_key(int key_len, uint32_t *alg) argument
253 uint32_t alg; local
286 uint32_t alg; local
111 virtio_crypto_alg_skcipher_init_session( struct virtio_crypto_skcipher_ctx *ctx, uint32_t alg, const uint8_t *key, unsigned int keylen, int encrypt) argument
[all...]
/linux-master/crypto/
H A Dessiv.c417 struct crypto_alg *alg; local
[all...]
H A Dlskcipher.c143 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); local
152 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); local
205 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); local
214 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); local
26 __crypto_lskcipher_alg( struct crypto_alg *alg) argument
222 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher); local
230 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher); local
249 crypto_lskcipher_show( struct seq_file *m, struct crypto_alg *alg) argument
263 crypto_lskcipher_report( struct sk_buff *skb, struct crypto_alg *alg) argument
343 lskcipher_prepare_alg(struct lskcipher_alg *alg) argument
361 crypto_register_lskcipher(struct lskcipher_alg *alg) argument
374 crypto_unregister_lskcipher(struct lskcipher_alg *alg) argument
[all...]
/linux-master/include/crypto/internal/
H A Dskcipher.h35 struct skcipher_alg alg; member in union:skcipher_instance::__anon1535
46 struct lskcipher_alg alg; member in union:lskcipher_instance::__anon1537
[all...]
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c48 } alg; member in struct:zynqmp_aead_drv_ctx
288 struct aead_alg *alg = crypto_aead_alg(aead); local
301 struct aead_alg *alg = crypto_aead_alg(aead); local
316 struct aead_alg *alg = crypto_aead_alg(aead); local
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c675 u8 idx = 0, alg = 0, group = 0; local
[all...]
/linux-master/fs/smb/client/
H A Dcifs_debug.c283 static __always_inline const char *compression_alg_str(__le16 alg) argument
/linux-master/fs/erofs/
H A Ddecompressor.c415 unsigned int algs, alg; local
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-hash.c26 unsigned int alg; member in struct:tegra_sha_ctx
37 unsigned int alg; member in struct:tegra_sha_reqctx
47 static int tegra_sha_get_config(u32 alg) argument
462 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); local
993 tegra_hash_kac_manifest(u32 user, u32 alg, u32 keylen) argument
1028 struct ahash_engine_alg *alg; local
[all...]
/linux-master/include/crypto/
H A Dalgapi.h72 struct crypto_alg alg; member in struct:crypto_instance
100 struct crypto_alg *alg; member in struct:crypto_spawn
[all...]
H A Dhash.h726 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) argument
324 __crypto_hash_alg_common( struct crypto_alg *alg) argument
/linux-master/include/uapi/misc/
H A Dxilinx_sdfec.h141 __u32 alg; member in struct:xsdfec_turbo
/linux-master/include/linux/crush/
H A Dcrush.h134 __u8 alg; /* one of CRUSH_BUCKET_* */ member in struct:crush_bucket
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto.h41 struct skcipher_alg alg; member in struct:ccp_crypto_skcipher_alg
49 struct aead_alg alg; member in struct:ccp_crypto_aead
62 struct ahash_alg alg; member in struct:ccp_crypto_ahash_alg
68 struct akcipher_alg alg; member in struct:ccp_crypto_akcipher_alg
74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); local
82 struct crypto_alg *alg = tfm->__crt_alg; local
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx.c515 static int nx_register_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) argument
521 static int nx_register_aead(struct aead_alg *alg, u32 fc, u32 mode) argument
527 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) argument
535 static void nx_unregister_skcipher(struct skcipher_alg *alg, u32 fc, u32 mode) argument
541 static void nx_unregister_aead(struct aead_alg *alg, u32 fc, u32 mode) argument
547 nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) argument
[all...]
/linux-master/drivers/staging/rtl8712/
H A Dieee80211.h88 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member in struct:ieee_param::__anon648::__anon652
/linux-master/include/linux/firmware/cirrus/
H A Dwmfw.h114 struct wmfw_alg_hdr alg; member in struct:wmfw_adsp1_alg_hdr
120 struct wmfw_alg_hdr alg; member in struct:wmfw_adsp2_alg_hdr
127 struct wmfw_alg_hdr alg; member in struct:wmfw_halo_alg_hdr

Completed in 246 milliseconds

1234567891011