Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
Dakcipher.c27 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report()
42 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report()
51 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_akcipher_show()
59 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm() local
67 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm() local
98 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
109 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
Dinternal.h42 struct crypto_alg alg; member
62 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
67 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
107 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get()
113 static inline void crypto_alg_put(struct crypto_alg *alg) in crypto_alg_put()
129 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval()
134 static inline int crypto_is_dead(struct crypto_alg *alg) in crypto_is_dead()
139 static inline int crypto_is_moribund(struct crypto_alg *alg) in crypto_is_moribund()
Dalgapi.c28 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
52 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
80 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
89 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
135 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
184 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
249 struct crypto_alg *alg; in crypto_alg_tested() local
327 struct crypto_alg *alg; in crypto_remove_final() local
355 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
376 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
[all …]
Dcrypto_user.c50 struct crypto_alg *q, *alg = NULL; in crypto_alg_match() local
81 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
100 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
114 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher()
129 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
188 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
222 struct crypto_alg *alg; in crypto_report() local
257 struct crypto_alg *alg; in crypto_dump_report() local
291 struct crypto_alg *alg; in crypto_update_alg() local
327 struct crypto_alg *alg; in crypto_del_alg() local
[all …]
Dpcompress.c47 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
61 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
69 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_pcomp_show()
95 int crypto_register_pcomp(struct pcomp_alg *alg) in crypto_register_pcomp()
107 int crypto_unregister_pcomp(struct pcomp_alg *alg) in crypto_unregister_pcomp()
Drng.c66 static unsigned int seedsize(struct crypto_alg *alg) in seedsize()
74 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
91 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
99 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
185 int crypto_register_rng(struct rng_alg *alg) in crypto_register_rng()
200 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng()
Daead.c85 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_exit_tfm() local
93 struct aead_alg *alg = crypto_aead_alg(aead); in crypto_aead_init_tfm() local
107 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
128 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
136 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
198 struct aead_alg *alg; in aead_geniv_alloc() local
345 static int aead_prepare_alg(struct aead_alg *alg) in aead_prepare_alg()
359 int crypto_register_aead(struct aead_alg *alg) in crypto_register_aead()
372 void crypto_unregister_aead(struct aead_alg *alg) in crypto_unregister_aead()
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.c422 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt() local
436 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt() local
446 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
464 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async() local
482 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync() local
500 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops() local
512 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
534 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
542 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_blkcipher_show()
566 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
Dskcipher.c23 static unsigned int crypto_skcipher_extsize(struct crypto_alg *alg) in crypto_skcipher_extsize()
73 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher() local
82 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher() local
165 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in skcipher_encrypt_ablkcipher() local
174 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in skcipher_decrypt_ablkcipher() 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()
525 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
544 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
552 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
583 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
611 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
624 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
687 struct shash_alg *alg, in crypto_init_shash_spawn()
[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()
D842.c55 static struct crypto_alg alg = { variable
Dsha1_generic.c62 static struct shash_alg alg = { variable
Dproc.c43 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show() local
Dcryptd.c298 struct crypto_alg *alg) in cryptd_init_instance()
314 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance()
346 struct crypto_alg *alg; in cryptd_create_blkcipher() local
608 struct crypto_alg *alg; in cryptd_create_hash() local
778 struct aead_alg *alg; in cryptd_create_aead() local
Dlzo.c83 static struct crypto_alg alg = { variable
Dmd5.c139 static struct shash_alg alg = { variable
Dcrct10dif_generic.c91 static struct shash_alg alg = { variable
Dchacha20_generic.c172 static struct crypto_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
Dmichael_mic.c153 static struct shash_alg alg = { variable
Dcrc32.c123 static struct shash_alg alg = { variable
Dpcrypt.c258 struct crypto_alg *alg) in pcrypt_init_instance()
279 struct aead_alg *alg; in pcrypt_create_aead() local
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
Dtestmgr.c41 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
127 const char *alg; member
1979 static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, in test_akcipher()
3908 static int alg_find_test(const char *alg) in alg_find_test()
3933 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
Dechainiv.c183 struct aead_alg *alg; in echainiv_aead_create() local
Dtwofish_generic.c182 static struct crypto_alg alg = { variable
Decb.c121 struct crypto_alg *alg; in crypto_ecb_alloc() local
Dtcrypt.c63 static char *alg = NULL; variable
1249 static inline int tcrypt_test(const char *alg) in tcrypt_test()
1260 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
Dcast5_generic.c517 static struct crypto_alg alg = { variable
Dxcbc.c202 struct crypto_alg *alg; in xcbc_create() local
Drmd128.c300 static struct shash_alg alg = { variable
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
Dkeywrap.c346 struct crypto_alg *alg = NULL; in crypto_kw_alloc() local
Drmd160.c344 static struct shash_alg alg = { variable
Dseqiv.c292 struct aead_alg *alg; in seqiv_aead_create() local
Dpcbc.c227 struct crypto_alg *alg; in crypto_pcbc_alloc() local
Dcbc.c217 struct crypto_alg *alg; in crypto_cbc_alloc() local
Dxts.c290 struct crypto_alg *alg; in alloc() local
Dcts.c277 struct crypto_alg *alg; in crypto_cts_alloc() local
Dlrw.c329 struct crypto_alg *alg; in alloc() local
Dgcm.c928 struct aead_alg *alg; in crypto_rfc4106_create() local
1165 struct aead_alg *alg; in crypto_rfc4543_create() local
Dvmac.c646 struct crypto_alg *alg; in vmac_create() local
Dccm.c813 struct aead_alg *alg; in crypto_rfc4309_create() local
Ddrbg.c1922 static inline void __init drbg_fill_array(struct rng_alg *alg, in drbg_fill_array()
/linux-4.4.14/include/crypto/
Dakcipher.h139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
268 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize() local
286 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt() local
304 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt() local
322 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign() local
340 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify() local
361 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key() local
382 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key() local
Dcompress.h89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
Dhash.h283 struct crypto_alg *alg) in __crypto_hash_alg_common()
680 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
Dalgapi.h43 struct crypto_alg alg; member
65 struct crypto_alg *alg; member
Daead.h199 static inline unsigned int crypto_aead_alg_ivsize(struct aead_alg *alg) in crypto_aead_alg_ivsize()
/linux-4.4.14/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.h319 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.4.14/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()
Daead.h30 struct aead_alg alg; member
115 static inline unsigned int crypto_aead_alg_maxauthsize(struct aead_alg *alg) in crypto_aead_alg_maxauthsize()
/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c107 struct aead_alg alg; member
150 struct crypto_alg alg; member
189 static inline struct spacc_alg *to_spacc_alg(struct crypto_alg *alg) in to_spacc_alg()
194 static inline struct spacc_aead *to_spacc_aead(struct aead_alg *alg) in to_spacc_aead()
504 struct aead_alg *alg = crypto_aead_alg(aead); in spacc_aead_need_fallback() local
552 struct aead_alg *alg = crypto_aead_alg(aead); in spacc_aead_submit() local
623 struct aead_alg *alg = crypto_aead_alg(aead); in spacc_aead_setup() local
669 struct spacc_aead *alg = to_spacc_aead(crypto_aead_alg(aead)); in spacc_aead_encrypt() local
677 struct spacc_aead *alg = to_spacc_aead(crypto_aead_alg(aead)); in spacc_aead_decrypt() local
689 struct aead_alg *alg = crypto_aead_alg(tfm); in spacc_aead_cra_init() 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.c2104 } alg; member
2622 struct crypto_alg *alg = tfm->__crt_alg; in talitos_cra_init() local
2639 struct aead_alg *alg = crypto_aead_alg(tfm); in talitos_cra_init_aead() local
2734 struct crypto_alg *alg; in talitos_alg_alloc() local
3018 struct crypto_alg *alg = NULL; in talitos_probe() local
Dmxs-dcp.c83 uint32_t alg; member
Dhifn_795x.c631 struct crypto_alg alg; member
2472 struct crypto_alg *alg = tfm->__crt_alg; in hifn_cra_init() local
2483 struct hifn_crypto_alg *alg; in hifn_alg_alloc() local
/linux-4.4.14/drivers/crypto/nx/
Dnx.c527 static int nx_register_alg(struct crypto_alg *alg, u32 fc, u32 mode) in nx_register_alg()
533 static int nx_register_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_register_aead()
539 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) in nx_register_shash()
547 static void nx_unregister_alg(struct crypto_alg *alg, u32 fc, u32 mode) in nx_unregister_alg()
553 static void nx_unregister_aead(struct aead_alg *alg, u32 fc, u32 mode) in nx_unregister_aead()
559 static void nx_unregister_shash(struct shash_alg *alg, u32 fc, u32 mode, in nx_unregister_shash()
/linux-4.4.14/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.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c165 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init() local
321 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init() local
383 struct ahash_alg *alg; in ccp_register_hmac_alg() local
427 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.c263 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local
373 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.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c65 #define QAT_AES_HW_CONFIG_ENC(alg, mode) \ argument
70 #define QAT_AES_HW_CONFIG_DEC(alg, mode) \ argument
273 int alg, in qat_alg_aead_init_enc_session()
354 int alg, in qat_alg_aead_init_dec_session()
468 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_enc()
481 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_dec()
499 static int qat_alg_validate_key(int key_len, int *alg, int mode) in qat_alg_validate_key()
534 int alg; in qat_alg_aead_init_sessions() local
561 int alg; in qat_alg_ablkcipher_init_sessions() local
/linux-4.4.14/arch/x86/crypto/
Dtwofish_glue.c64 static struct crypto_alg alg = { variable
Dchacha20_glue.c103 static struct crypto_alg alg = { variable
Dsalsa20_glue.c85 static struct crypto_alg alg = { variable
Dpoly1305_glue.c162 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.c229 static struct shash_alg alg = { variable
/linux-4.4.14/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.4.14/arch/s390/crypto/
Dsha1_s390.c73 static struct shash_alg alg = { variable
/linux-4.4.14/net/ceph/crush/
Dcrush.c9 const char *crush_bucket_alg_name(int alg) in crush_bucket_alg_name()
/linux-4.4.14/arch/arm64/crypto/
Dsha1-ce-glue.c86 static struct shash_alg alg = { variable
/linux-4.4.14/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.4.14/drivers/crypto/qce/
Dcipher.h58 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl() local
Dsha.h71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl() local
Dcommon.h92 } alg; member
Dablkcipher.c340 struct crypto_alg *alg; in qce_ablkcipher_register_one() local
Dsha.c499 struct ahash_alg *alg; in qce_ahash_register_one() local
/linux-4.4.14/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.4.14/net/mac80211/
Drate.c93 struct rate_control_alg *alg; in ieee80211_rate_control_register() local
124 struct rate_control_alg *alg; in ieee80211_rate_control_unregister() local
141 struct rate_control_alg *alg; in ieee80211_try_rate_control_ops_get() local
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c974 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_alg_init() local
1010 struct crypto4xx_alg *alg; in crypto4xx_register_alg() local
1045 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.4.14/arch/mips/cavium-octeon/crypto/
Docteon-md5.c172 static struct shash_alg alg = { variable
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c431 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_set_sh_desc() local
2123 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in init_authenc_job() local
4346 struct crypto_alg *alg = tfm->__crt_alg; in caam_cra_init() local
4356 struct aead_alg *alg = crypto_aead_alg(tfm); in caam_aead_init() local
4425 struct crypto_alg *alg; in caam_alg_alloc() local
4467 struct aead_alg *alg = &t_alg->aead; in caam_aead_alg_init() local
4532 struct caam_alg_template *alg = driver_algs + i; in caam_algapi_init() local
Dcaamhash.c1765 struct ahash_alg *alg = in caam_hash_cra_init() local
1854 struct crypto_alg *alg; in caam_hash_alloc() local
1950 struct caam_hash_template *alg = driver_hash + i; in caam_algapi_hash_init() local
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto-adler.c114 static struct shash_alg alg = { variable
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c33 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash_init() local
Dsun4i-ss.h145 } alg; member
Dsun4i-ss-cipher.c459 struct crypto_alg *alg = tfm->__crt_alg; in sun4i_ss_cipher_init() local
/linux-4.4.14/sound/soc/codecs/
Dwm_adsp.h28 unsigned int alg; member
Dwmfw.h92 struct wmfw_alg_hdr alg; member
98 struct wmfw_alg_hdr alg; member
Dwm_adsp.c1295 void *alg; in wm_adsp_read_algs() local
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c527 const char *alg, *module; in libipw_wx_set_encodeext() local
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_mech.c223 int alg; in get_key() local
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_wx.c533 const char *alg, *module; in rtllib_wx_set_encode_ext() local
Drtllib.h381 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c510 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg, in sptlrpc_get_bulk_checksum()
Dsec_config.c77 char *bulk, *alg; in sptlrpc_parse_flavor() local
/linux-4.4.14/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.4.14/arch/cris/include/arch-v32/arch/
Dcryptocop.h34 cryptocop_algorithm alg; member
/linux-4.4.14/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.4.14/include/linux/crush/
Dcrush.h131 __u8 alg; /* one of CRUSH_BUCKET_* */ member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c852 unsigned swmajor, swminor, alg = HFI1_ALG_ACROSS; in assign_ctxt() local
884 int devno, unsigned alg) in get_user_context()
/linux-4.4.14/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.4.14/security/keys/encrypted-keys/
Dencrypted.c324 static struct sdesc *alloc_sdesc(struct crypto_shash *alg) in alloc_sdesc()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_security.h23 #define is_wep_enc(alg) (alg == WLAN_CIPHER_SUITE_WEP40 || \ argument
/linux-4.4.14/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.4.14/security/keys/
Dtrusted.c45 static struct sdesc *init_sdesc(struct crypto_shash *alg) in init_sdesc()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2150 static int set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid) in set_group_key()
2213 u8 alg; in set_wep_key() local
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c1096 struct crypto_alg *alg = tfm->__crt_alg; in cryp_cra_init() local
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_wx.c756 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
/linux-4.4.14/include/net/
Dxfrm.h1700 static inline int aead_len(struct xfrm_algo_aead *alg) in aead_len()
1705 static inline int xfrm_alg_len(const struct xfrm_algo *alg) in xfrm_alg_len()
1710 static inline int xfrm_alg_auth_len(const struct xfrm_algo_auth *alg) in xfrm_alg_auth_len()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c919 u8 idx = 0, alg = 0, group = 0; in _rtl92e_wx_set_encode_ext() local
/linux-4.4.14/fs/ecryptfs/
Dkeystore.c2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet() local
Dcrypto.c1621 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher() local
/linux-4.4.14/net/ceph/
Dosdmap.c199 u32 alg; in crush_decode() local
/linux-4.4.14/include/media/davinci/
Disif.h407 __u8 alg; member
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1208 __u16 alg; in gelic_wl_set_encodeext() local
/linux-4.4.14/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.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1274 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_platform_set_tags()
Daic79xx_osm.c1404 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.4.14/include/uapi/linux/
Dwireless.h838 __u16 alg; /* IW_ENCODE_ALG_* */ member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c423 u32 alg, u8 keyid) in set_group_key()
/linux-4.4.14/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.4.14/drivers/staging/rtl8712/
Dieee80211.h110 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
/linux-4.4.14/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.c6478 int idx, key_len, alg = ext->alg, set_key = 1, rc; in airo_set_encodeext() local
/linux-4.4.14/drivers/net/wireless/prism54/
Disl_ioctl.c1545 int idx, alg = ext->alg, set_key = 1; in prism54_set_encodeext() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c3447 const char *alg, const char *name) in drbd_crypto_alloc_digest_safe()
/linux-4.4.14/net/sctp/
Dsocket.c6312 char alg[32]; in sctp_listen_start() local