Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 157 of 157) sorted by relevance

/linux-4.1.27/crypto/
Dapi.c39 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
45 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
62 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local
99 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
132 struct crypto_alg *alg; in crypto_larval_add() local
158 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
170 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
197 struct crypto_alg *alg; in crypto_alg_lookup() local
209 struct crypto_alg *alg; in crypto_larval_lookup() local
251 struct crypto_alg *alg; in crypto_alg_mod_lookup() local
[all …]
Dinternal.h43 struct crypto_alg alg; member
63 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
68 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
106 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get()
112 static inline void crypto_alg_put(struct crypto_alg *alg) in crypto_alg_put()
128 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval()
133 static inline int crypto_is_dead(struct crypto_alg *alg) in crypto_is_dead()
138 static inline int crypto_is_moribund(struct crypto_alg *alg) in crypto_is_moribund()
Dpcompress.c41 static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg) in crypto_pcomp_extsize()
52 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
66 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
74 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_pcomp_show()
100 int crypto_register_pcomp(struct pcomp_alg *alg) in crypto_register_pcomp()
112 int crypto_unregister_pcomp(struct pcomp_alg *alg) in crypto_unregister_pcomp()
Daead.c82 static unsigned int crypto_aead_ctxsize(struct crypto_alg *alg, u32 type, in crypto_aead_ctxsize()
95 struct aead_alg *alg = &tfm->__crt_alg->cra_aead; in crypto_init_aead_ops() local
115 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
136 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
144 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
179 struct aead_alg *alg = &tfm->__crt_alg->cra_aead; in crypto_init_nivaead_ops() local
200 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_nivaead_report()
221 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_nivaead_report()
230 static void crypto_nivaead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_nivaead_show()
256 struct crypto_alg *alg; in crypto_grab_nivaead() local
[all …]
Dcrypto_user.c49 struct crypto_alg *q, *alg = NULL; in crypto_alg_match() local
80 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
99 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
113 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
166 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
200 struct crypto_alg *alg; in crypto_report() local
235 struct crypto_alg *alg; in crypto_dump_report() local
269 struct crypto_alg *alg; in crypto_update_alg() local
305 struct crypto_alg *alg; in crypto_del_alg() local
343 struct crypto_alg *alg; in crypto_user_skcipher_alg() local
[all …]
Dalgapi.c27 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
54 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
72 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
81 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
127 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
176 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
241 struct crypto_alg *alg; in crypto_alg_tested() local
319 struct crypto_alg *alg; in crypto_remove_final() local
347 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
368 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
[all …]
Drng.c54 struct rng_alg *alg = &tfm->__crt_alg->cra_rng; in crypto_init_rng_ops() local
64 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
81 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
89 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
95 static unsigned int crypto_rng_ctxsize(struct crypto_alg *alg, u32 type, in crypto_rng_ctxsize()
Dablkcipher.c346 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
365 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in crypto_init_ablkcipher_ops() local
385 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report()
407 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report()
415 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ablkcipher_show()
447 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in crypto_init_givcipher_ops() local
466 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report()
488 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report()
496 static void crypto_givcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_givcipher_show()
520 const char *crypto_default_geniv(const struct crypto_alg *alg) in crypto_default_geniv()
[all …]
Dblkcipher.c421 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt() local
435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt() local
445 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
463 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async() local
481 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync() local
499 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops() local
511 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
533 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
541 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_blkcipher_show()
565 struct crypto_alg *alg; in crypto_grab_nivcipher() local
[all …]
Dahash.c452 struct ahash_alg *alg = crypto_ahash_alg(hash); in crypto_ahash_init_tfm() local
480 static unsigned int crypto_ahash_extsize(struct crypto_alg *alg) in crypto_ahash_extsize()
489 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
507 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
515 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
546 static int ahash_prepare_alg(struct ahash_alg *alg) in ahash_prepare_alg()
562 int crypto_register_ahash(struct ahash_alg *alg) in crypto_register_ahash()
575 int crypto_unregister_ahash(struct ahash_alg *alg) in crypto_unregister_ahash()
602 struct hash_alg_common *alg, in crypto_init_ahash_spawn()
612 struct crypto_alg *alg; in ahash_attr_alg() local
Dshash.c335 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async() local
459 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_compat() local
505 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type, in crypto_shash_ctxsize()
524 static unsigned int crypto_shash_extsize(struct crypto_alg *alg) in crypto_shash_extsize()
530 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
549 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
557 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
588 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
616 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
629 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
[all …]
Dalgboss.c41 } alg; member
58 char alg[CRYPTO_MAX_ALG_NAME]; member
233 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
Dsha1_generic.c62 static struct shash_alg alg = { variable
Dlzo.c83 static struct crypto_alg alg = { variable
Dproc.c82 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show() local
Dmd5.c139 static struct shash_alg alg = { variable
Dcrct10dif_generic.c91 static struct shash_alg alg = { variable
Dblowfish_generic.c109 static struct crypto_alg alg = { variable
Dctr.c184 struct crypto_alg *alg; in crypto_ctr_alloc() local
340 struct crypto_alg *alg; in crypto_rfc3686_alloc() local
Dcrc32.c123 static struct shash_alg alg = { variable
Dmichael_mic.c153 static struct shash_alg alg = { variable
D842.c155 static struct crypto_alg alg = { variable
Dsalsa20_generic.c214 static struct crypto_alg alg = { variable
Ddeflate.c197 static struct crypto_alg alg = { variable
Dcrc32c_generic.c136 static struct shash_alg alg = { variable
Dcryptd.c298 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance()
337 struct crypto_alg *alg; in cryptd_create_blkcipher() local
599 struct crypto_alg *alg; in cryptd_create_hash() local
748 struct crypto_alg *alg; in cryptd_create_aead() local
Dpcrypt.c309 static struct crypto_instance *pcrypt_alloc_instance(struct crypto_alg *alg) in pcrypt_alloc_instance()
351 struct crypto_alg *alg; in pcrypt_alloc_aead() local
Dtwofish_generic.c182 static struct crypto_alg alg = { variable
Dtestmgr.c37 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
118 const char *alg; member
3634 static int alg_find_test(const char *alg) in alg_find_test()
3659 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
Decb.c121 struct crypto_alg *alg; in crypto_ecb_alloc() local
Dtcrypt.c60 static char *alg = NULL; variable
1220 static inline int tcrypt_test(const char *alg) in tcrypt_test()
1231 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test()
Dcast6_generic.c260 static struct crypto_alg alg = { variable
Drmd128.c300 static struct shash_alg alg = { variable
Dcast5_generic.c517 static struct crypto_alg alg = { variable
Dxcbc.c202 struct crypto_alg *alg; in xcbc_create() local
Dmcryptd.c228 static void *mcryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in mcryptd_alloc_instance()
496 struct crypto_alg *alg; in mcryptd_create_hash() local
Dcmac.c228 struct crypto_alg *alg; in cmac_create() local
Dhmac.c184 struct crypto_alg *alg; in hmac_create() local
Drmd256.c319 static struct shash_alg alg = { variable
Dmd4.c229 static struct shash_alg alg = { variable
Drmd320.c368 static struct shash_alg alg = { variable
Drmd160.c344 static struct shash_alg alg = { variable
Dxts.c290 struct crypto_alg *alg; in alloc() local
Dcts.c277 struct crypto_alg *alg; in crypto_cts_alloc() local
Dcbc.c217 struct crypto_alg *alg; in crypto_cbc_alloc() local
Dpcbc.c227 struct crypto_alg *alg; in crypto_pcbc_alloc() local
Dlrw.c329 struct crypto_alg *alg; in alloc() local
Dgcm.c969 struct crypto_alg *alg; in crypto_rfc4106_alloc() local
1284 struct crypto_alg *alg; in crypto_rfc4543_alloc() local
Dvmac.c646 struct crypto_alg *alg; in vmac_create() local
Dccm.c752 struct crypto_alg *alg; in crypto_rfc4309_alloc() local
Ddrbg.c1892 static inline void __init drbg_fill_array(struct crypto_alg *alg, in drbg_fill_array()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt.c106 struct rtllib_crypto_alg *alg; in rtllib_register_crypto_ops() local
139 struct rtllib_crypto_alg *alg = in rtllib_unregister_crypto_ops() local
171 struct rtllib_crypto_alg *alg = in rtllib_get_crypto_ops() local
239 struct rtllib_crypto_alg *alg = in rtllib_crypto_deinit() local
Drtllib_wx.c534 const char *alg, *module; in rtllib_wx_set_encode_ext() local
Drtllib.h487 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.c105 struct ieee80211_crypto_alg *alg; in ieee80211_register_crypto_ops() local
137 struct ieee80211_crypto_alg *alg = in ieee80211_unregister_crypto_ops() local
168 struct ieee80211_crypto_alg *alg = in ieee80211_get_crypto_ops() local
231 struct ieee80211_crypto_alg *alg = in ieee80211_crypto_deinit() local
Dieee80211_wx.c518 const char *alg, *module; in ieee80211_wx_set_encode_ext() local
Dieee80211.h381 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.1.27/include/crypto/internal/
Dhash.h38 struct ahash_alg alg; member
42 struct shash_alg alg; member
136 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()
171 const char *name, struct crypto_alg *alg) in ahash_alloc_instance()
224 const char *name, struct crypto_alg *alg) in shash_alloc_instance()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c141 struct crypto_alg alg; member
182 static inline struct spacc_alg *to_spacc_alg(struct crypto_alg *alg) in to_spacc_alg()
408 struct spacc_alg *alg = to_spacc_alg(req->req->tfm->__crt_alg); in spacc_aead_free_ddts() local
497 struct spacc_alg *alg = to_spacc_alg(tfm->base.__crt_alg); in spacc_aead_setkey() local
548 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_aead_need_fallback() local
599 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_aead_submit() local
684 struct crypto_alg *alg = req->base.tfm->__crt_alg; in spacc_aead_setup() local
732 struct spacc_alg *alg = to_spacc_alg(tfm->__crt_alg); in spacc_aead_encrypt() local
742 struct spacc_alg *alg = to_spacc_alg(tfm->base.__crt_alg); in spacc_aead_givencrypt() local
762 struct spacc_alg *alg = to_spacc_alg(tfm->__crt_alg); in spacc_aead_decrypt() local
[all …]
Dn2_core.c250 struct ahash_alg alg; member
255 struct crypto_alg *alg = tfm->__crt_alg; in n2_ahash_alg() local
270 struct crypto_alg *alg = tfm->__crt_alg; in n2_hmac_alg() local
700 struct crypto_alg alg; member
705 struct crypto_alg *alg = tfm->__crt_alg; in n2_cipher_alg() local
1362 struct n2_ahash_alg *alg, *alg_tmp; in __n2_unregister_algs() local
1391 struct crypto_alg *alg; in __n2_register_one_cipher() local
Dtalitos.c1914 } alg; member
2381 struct crypto_alg *alg = tfm->__crt_alg; in talitos_cra_init() local
2508 struct crypto_alg *alg; in talitos_alg_alloc() local
Dmxs-dcp.c83 uint32_t alg; member
Dhifn_795x.c633 struct crypto_alg alg; member
2474 struct crypto_alg *alg = tfm->__crt_alg; in hifn_cra_init() local
2485 struct hifn_crypto_alg *alg; in hifn_alg_alloc() local
/linux-4.1.27/net/wireless/
Dlib80211.c167 struct lib80211_crypto_alg *alg; in lib80211_register_crypto_ops() local
188 struct lib80211_crypto_alg *alg; in lib80211_unregister_crypto_ops() local
211 struct lib80211_crypto_alg *alg; in lib80211_get_crypto_ops() local
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-sha.c152 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init() local
308 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init() local
370 struct ahash_alg *alg; in ccp_register_hmac_alg() local
414 struct ahash_alg *alg; in ccp_register_sha_alg() local
Dccp-crypto.h34 struct crypto_alg alg; member
47 struct ahash_alg alg; member
53 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ablkcipher_alg() local
61 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ahash_alg() local
Dccp-crypto-aes-cmac.c245 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local
355 struct ahash_alg *alg; in ccp_register_aes_cmac_algs() local
Dccp-crypto-aes.c44 struct ccp_crypto_ablkcipher_alg *alg = in ccp_aes_setkey() local
324 struct crypto_alg *alg; in ccp_register_aes_alg() local
Dccp-crypto-aes-xts.c229 struct crypto_alg *alg; in ccp_register_aes_xts_alg() local
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c66 #define QAT_AES_HW_CONFIG_CBC_ENC(alg) \ argument
71 #define QAT_AES_HW_CONFIG_CBC_DEC(alg) \ argument
282 int alg, in qat_alg_aead_init_enc_session()
362 int alg, in qat_alg_aead_init_dec_session()
475 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_enc()
488 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_dec()
500 static int qat_alg_validate_key(int key_len, int *alg) in qat_alg_validate_key()
522 int alg; in qat_alg_aead_init_sessions() local
551 int alg; in qat_alg_ablkcipher_init_sessions() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c262 struct capa_hmac_alg *alg; in capa_hmac() local
300 char alg[CRYPTO_MAX_ALG_NAME+1] = "aes"; in capa_encrypt_id() local
353 char alg[CRYPTO_MAX_ALG_NAME+1] = "aes"; in capa_decrypt_id() local
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue.c64 static struct crypto_alg alg = { variable
Dsalsa20_glue.c85 static struct crypto_alg alg = { variable
Dsha1_ssse3_glue.c106 static struct shash_alg alg = { variable
Dcrct10dif-pclmul_glue.c107 static struct shash_alg alg = { variable
Dfpu.c105 struct crypto_alg *alg; in crypto_fpu_alloc() local
Dcrc32-pclmul_glue.c152 static struct shash_alg alg = { variable
Dcrc32c-intel_glue.c230 static struct shash_alg alg = { variable
/linux-4.1.27/arch/arm/crypto/
Dsha1_glue.c59 static struct shash_alg alg = { variable
Dsha1-ce-glue.c66 static struct shash_alg alg = { variable
Dsha1_neon_glue.c75 static struct shash_alg alg = { variable
/linux-4.1.27/arch/s390/crypto/
Dsha1_s390.c72 static struct shash_alg alg = { variable
/linux-4.1.27/net/mac80211/
Drate.c34 struct rate_control_alg *alg; in ieee80211_rate_control_register() local
65 struct rate_control_alg *alg; in ieee80211_rate_control_unregister() local
82 struct rate_control_alg *alg; in ieee80211_try_rate_control_ops_get() local
/linux-4.1.27/net/ceph/crush/
Dcrush.c13 const char *crush_bucket_alg_name(int alg) in crush_bucket_alg_name()
/linux-4.1.27/arch/arm64/crypto/
Dsha1-ce-glue.c86 static struct shash_alg alg = { variable
/linux-4.1.27/drivers/crypto/vmx/
Daes.c40 const char *alg; in p8_aes_init() local
Daes_ctr.c39 const char *alg; in p8_aes_ctr_init() local
Daes_cbc.c41 const char *alg; in p8_aes_cbc_init() local
Dghash.c58 const char *alg; in p8_ghash_init_tfm() local
/linux-4.1.27/arch/powerpc/crypto/
Dsha1.c123 static struct shash_alg alg = { variable
Dmd5-glue.c129 static struct shash_alg alg = { variable
Dsha1-spe-glue.c174 static struct shash_alg alg = { variable
/linux-4.1.27/drivers/crypto/qce/
Dcipher.h62 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl() local
Dsha.h73 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl() local
Dcommon.h92 } alg; member
Dablkcipher.c350 struct crypto_alg *alg; in qce_ablkcipher_register_one() local
Dsha.c503 struct ahash_alg *alg; in qce_ahash_register_one() local
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-md5.c172 static struct shash_alg alg = { variable
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.c994 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_alg_init() local
1030 struct crypto4xx_alg *alg; in crypto4xx_register_alg() local
1065 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg() local
Dcrypto4xx_alg.c185 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_hash_alg_init() local
Dcrypto4xx_core.h153 struct crypto4xx_alg_common alg; member
/linux-4.1.27/arch/sparc/crypto/
Dmd5_glue.c134 static struct shash_alg alg = { variable
Dsha1_glue.c129 static struct shash_alg alg = { variable
Dcrc32c_glue.c123 static struct shash_alg alg = { variable
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe.h49 enum vpfe_ipipe_otfdpc_alg alg; member
61 enum vpfe_ipipe_otfdpc_alg alg; member
Ddavinci_vpfe_user.h703 enum vpfe_ipipe_otfdpc_alg alg; member
832 enum vpfe_ipipe_cfa_alg alg; member
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto-adler.c112 static struct shash_alg alg = { variable
/linux-4.1.27/sound/soc/codecs/
Dwmfw.h81 struct wmfw_alg_hdr alg; member
87 struct wmfw_alg_hdr alg; member
Dwm_adsp.h30 unsigned int alg; member
Dwm_adsp.c886 void *alg, *buf; in wm_adsp_setup_algs() local
/linux-4.1.27/include/crypto/
Dcompress.h89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
Dhash.h264 struct crypto_alg *alg) in __crypto_hash_alg_common()
661 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
Dalgapi.h40 struct crypto_alg alg; member
62 struct crypto_alg *alg; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c527 const char *alg, *module; in libipw_wx_set_encodeext() local
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_mech.c223 int alg; in get_key() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dcryptocop.h34 cryptocop_algorithm alg; member
/linux-4.1.27/include/linux/crush/
Dcrush.h114 __u8 alg; /* one of CRUSH_BUCKET_* */ member
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c1347 const u8 *key, unsigned int keylen, int alg) in hash_setkey()
1498 struct crypto_alg *alg = tfm->__crt_alg; in hash_cra_init() local
/linux-4.1.27/drivers/net/wireless/orinoco/
Dwext.c31 enum orinoco_alg alg, const u8 *key, int key_len, in orinoco_set_key()
727 int idx, alg = ext->alg, set_key = 1; in orinoco_ioctl_set_encodeext() local
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c843 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg, in sptlrpc_get_bulk_checksum()
Dsec_config.c98 char *bulk, *alg; in sptlrpc_parse_flavor() local
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_file_ops.c1430 unsigned alg) in get_a_ctxt()
1612 unsigned swmajor, swminor, alg = QIB_PORT_ALG_ACROSS; in qib_assign_ctxt() local
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h225 struct crypto_alg *alg = tfm->__crt_alg; in crypto_tfm_alg_modname() local
Drtl_wx.c995 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c1754 struct ahash_alg *alg = in caam_hash_cra_init() local
1843 struct crypto_alg *alg; in caam_hash_alloc() local
Dcaamalg.c4137 struct crypto_alg *alg = tfm->__crt_alg; in caam_cra_init() local
4201 struct crypto_alg *alg; in caam_alg_alloc() local
/linux-4.1.27/security/keys/encrypted-keys/
Dencrypted.c324 static struct sdesc *alloc_sdesc(struct crypto_shash *alg) in alloc_sdesc()
/linux-4.1.27/security/keys/
Dtrusted.c45 static struct sdesc *init_sdesc(struct crypto_shash *alg) in init_sdesc()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_security.h23 #define is_wep_enc(alg) (alg == WLAN_CIPHER_SUITE_WEP40 || \ argument
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2148 static int set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid) in set_group_key()
2211 u8 alg; in set_wep_key() local
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_security.h35 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) argument
Dieee80211.h233 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c1096 struct crypto_alg *alg = tfm->__crt_alg; in cryp_cra_init() local
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_wx.c756 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
/linux-4.1.27/include/net/
Dxfrm.h1689 static inline int aead_len(struct xfrm_algo_aead *alg) in aead_len()
1694 static inline int xfrm_alg_len(const struct xfrm_algo *alg) in xfrm_alg_len()
1699 static inline int xfrm_alg_auth_len(const struct xfrm_algo_auth *alg) in xfrm_alg_auth_len()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet() local
Dcrypto.c1622 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher() local
/linux-4.1.27/net/ceph/
Dosdmap.c199 u32 alg; in crush_decode() local
/linux-4.1.27/include/media/davinci/
Disif.h407 __u8 alg; member
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1208 __u16 alg; in gelic_wl_set_encodeext() local
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_common.h374 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
Dhostap_ioctl.c3212 const char *alg, *module; in prism2_ioctl_siwencodeext() local
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1275 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_platform_set_tags()
Daic79xx_osm.c1405 struct ahd_devinfo *devinfo, ahd_queue_alg alg) in ahd_platform_set_tags()
Daic7xxx_core.c2677 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_set_tags()
Daic79xx_core.c4090 struct ahd_devinfo *devinfo, ahd_queue_alg alg) in ahd_set_tags()
/linux-4.1.27/include/uapi/linux/
Dwireless.h838 __u16 alg; /* IW_ENCODE_ALG_* */ member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c423 u32 alg, u8 keyid) in set_group_key()
/linux-4.1.27/drivers/media/i2c/
Ds5k5baf.c652 static void s5k5baf_hw_set_alg(struct s5k5baf *state, u16 alg, bool enable) in s5k5baf_hw_set_alg()
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h110 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h1422 __u32 alg, struct lustre_capa_key *keys) in dt_init_capa_ctxt()
/linux-4.1.27/drivers/net/wireless/
Datmel.c1854 int idx, key_len, alg = ext->alg, set_key = 1; in atmel_set_encodeext() local
2719 __le16 alg; member
Drndis_wlan.c2296 int ret, alg, length, chan = -1; in rndis_join_ibss() local
Dairo.c6474 int idx, key_len, alg = ext->alg, set_key = 1, rc; in airo_set_encodeext() local
/linux-4.1.27/drivers/net/wireless/prism54/
Disl_ioctl.c1545 int idx, alg = ext->alg, set_key = 1; in prism54_set_encodeext() local
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c3446 const char *alg, const char *name) in drbd_crypto_alloc_digest_safe()
/linux-4.1.27/net/sctp/
Dsocket.c6325 char alg[32]; in sctp_listen_start() local