/linux-4.4.14/crypto/ |
D | api.c | 39 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 …]
|
D | akcipher.c | 27 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()
|
D | internal.h | 42 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()
|
D | algapi.c | 28 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 …]
|
D | crypto_user.c | 50 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 …]
|
D | pcompress.c | 47 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()
|
D | rng.c | 66 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()
|
D | aead.c | 85 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()
|
D | ablkcipher.c | 346 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 …]
|
D | blkcipher.c | 422 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 …]
|
D | ahash.c | 452 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
|
D | skcipher.c | 23 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
|
D | shash.c | 335 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 …]
|
D | algboss.c | 41 } alg; member 58 char alg[CRYPTO_MAX_ALG_NAME]; member 233 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
|
D | 842.c | 55 static struct crypto_alg alg = { variable
|
D | sha1_generic.c | 62 static struct shash_alg alg = { variable
|
D | proc.c | 43 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show() local
|
D | cryptd.c | 298 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
|
D | lzo.c | 83 static struct crypto_alg alg = { variable
|
D | md5.c | 139 static struct shash_alg alg = { variable
|
D | crct10dif_generic.c | 91 static struct shash_alg alg = { variable
|
D | chacha20_generic.c | 172 static struct crypto_alg alg = { variable
|
D | blowfish_generic.c | 109 static struct crypto_alg alg = { variable
|
D | ctr.c | 184 struct crypto_alg *alg; in crypto_ctr_alloc() local 340 struct crypto_alg *alg; in crypto_rfc3686_alloc() local
|
D | michael_mic.c | 153 static struct shash_alg alg = { variable
|
D | crc32.c | 123 static struct shash_alg alg = { variable
|
D | pcrypt.c | 258 struct crypto_alg *alg) in pcrypt_init_instance() 279 struct aead_alg *alg; in pcrypt_create_aead() local
|
D | salsa20_generic.c | 214 static struct crypto_alg alg = { variable
|
D | deflate.c | 197 static struct crypto_alg alg = { variable
|
D | crc32c_generic.c | 136 static struct shash_alg alg = { variable
|
D | testmgr.c | 41 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()
|
D | echainiv.c | 183 struct aead_alg *alg; in echainiv_aead_create() local
|
D | twofish_generic.c | 182 static struct crypto_alg alg = { variable
|
D | ecb.c | 121 struct crypto_alg *alg; in crypto_ecb_alloc() local
|
D | tcrypt.c | 63 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()
|
D | cast6_generic.c | 260 static struct crypto_alg alg = { variable
|
D | cast5_generic.c | 517 static struct crypto_alg alg = { variable
|
D | xcbc.c | 202 struct crypto_alg *alg; in xcbc_create() local
|
D | rmd128.c | 300 static struct shash_alg alg = { variable
|
D | mcryptd.c | 228 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
|
D | cmac.c | 228 struct crypto_alg *alg; in cmac_create() local
|
D | hmac.c | 184 struct crypto_alg *alg; in hmac_create() local
|
D | rmd256.c | 319 static struct shash_alg alg = { variable
|
D | md4.c | 229 static struct shash_alg alg = { variable
|
D | rmd320.c | 368 static struct shash_alg alg = { variable
|
D | keywrap.c | 346 struct crypto_alg *alg = NULL; in crypto_kw_alloc() local
|
D | rmd160.c | 344 static struct shash_alg alg = { variable
|
D | seqiv.c | 292 struct aead_alg *alg; in seqiv_aead_create() local
|
D | pcbc.c | 227 struct crypto_alg *alg; in crypto_pcbc_alloc() local
|
D | cbc.c | 217 struct crypto_alg *alg; in crypto_cbc_alloc() local
|
D | xts.c | 290 struct crypto_alg *alg; in alloc() local
|
D | cts.c | 277 struct crypto_alg *alg; in crypto_cts_alloc() local
|
D | lrw.c | 329 struct crypto_alg *alg; in alloc() local
|
D | gcm.c | 928 struct aead_alg *alg; in crypto_rfc4106_create() local 1165 struct aead_alg *alg; in crypto_rfc4543_create() local
|
D | vmac.c | 646 struct crypto_alg *alg; in vmac_create() local
|
D | ccm.c | 813 struct aead_alg *alg; in crypto_rfc4309_create() local
|
D | drbg.c | 1922 static inline void __init drbg_fill_array(struct rng_alg *alg, in drbg_fill_array()
|
/linux-4.4.14/include/crypto/ |
D | akcipher.h | 139 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
|
D | compress.h | 89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
|
D | hash.h | 283 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()
|
D | algapi.h | 43 struct crypto_alg alg; member 65 struct crypto_alg *alg; member
|
D | aead.h | 199 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/ |
D | ieee80211_crypt.c | 105 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
|
D | ieee80211_wx.c | 518 const char *alg, *module; in ieee80211_wx_set_encode_ext() local
|
D | ieee80211.h | 319 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.4.14/include/crypto/internal/ |
D | hash.h | 38 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()
|
D | aead.h | 30 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/ |
D | picoxcell_crypto.c | 107 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 …]
|
D | n2_core.c | 250 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
|
D | talitos.c | 2104 } 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
|
D | mxs-dcp.c | 83 uint32_t alg; member
|
D | hifn_795x.c | 631 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/ |
D | nx.c | 527 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/ |
D | lib80211.c | 167 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/ |
D | ccp-crypto-sha.c | 165 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
|
D | ccp-crypto.h | 34 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
|
D | ccp-crypto-aes-cmac.c | 263 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local 373 struct ahash_alg *alg; in ccp_register_aes_cmac_algs() local
|
D | ccp-crypto-aes.c | 44 struct ccp_crypto_ablkcipher_alg *alg = in ccp_aes_setkey() local 324 struct crypto_alg *alg; in ccp_register_aes_alg() local
|
D | ccp-crypto-aes-xts.c | 229 struct crypto_alg *alg; in ccp_register_aes_xts_alg() local
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 65 #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/ |
D | twofish_glue.c | 64 static struct crypto_alg alg = { variable
|
D | chacha20_glue.c | 103 static struct crypto_alg alg = { variable
|
D | salsa20_glue.c | 85 static struct crypto_alg alg = { variable
|
D | poly1305_glue.c | 162 static struct shash_alg alg = { variable
|
D | crct10dif-pclmul_glue.c | 107 static struct shash_alg alg = { variable
|
D | fpu.c | 105 struct crypto_alg *alg; in crypto_fpu_alloc() local
|
D | crc32-pclmul_glue.c | 152 static struct shash_alg alg = { variable
|
D | crc32c-intel_glue.c | 229 static struct shash_alg alg = { variable
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1_glue.c | 59 static struct shash_alg alg = { variable
|
D | sha1-ce-glue.c | 66 static struct shash_alg alg = { variable
|
D | sha1_neon_glue.c | 75 static struct shash_alg alg = { variable
|
/linux-4.4.14/arch/s390/crypto/ |
D | sha1_s390.c | 73 static struct shash_alg alg = { variable
|
/linux-4.4.14/net/ceph/crush/ |
D | crush.c | 9 const char *crush_bucket_alg_name(int alg) in crush_bucket_alg_name()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 86 static struct shash_alg alg = { variable
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes.c | 40 const char *alg; in p8_aes_init() local
|
D | aes_ctr.c | 39 const char *alg; in p8_aes_ctr_init() local
|
D | aes_cbc.c | 41 const char *alg; in p8_aes_cbc_init() local
|
D | ghash.c | 58 const char *alg; in p8_ghash_init_tfm() local
|
/linux-4.4.14/drivers/crypto/qce/ |
D | cipher.h | 58 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl() local
|
D | sha.h | 71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl() local
|
D | common.h | 92 } alg; member
|
D | ablkcipher.c | 340 struct crypto_alg *alg; in qce_ablkcipher_register_one() local
|
D | sha.c | 499 struct ahash_alg *alg; in qce_ahash_register_one() local
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | sha1.c | 123 static struct shash_alg alg = { variable
|
D | md5-glue.c | 129 static struct shash_alg alg = { variable
|
D | sha1-spe-glue.c | 174 static struct shash_alg alg = { variable
|
/linux-4.4.14/net/mac80211/ |
D | rate.c | 93 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/ |
D | crypto4xx_core.c | 974 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
|
D | crypto4xx_alg.c | 185 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_hash_alg_init() local
|
D | crypto4xx_core.h | 153 struct crypto4xx_alg_common alg; member
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 172 static struct shash_alg alg = { variable
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 431 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
|
D | caamhash.c | 1765 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/ |
D | md5_glue.c | 134 static struct shash_alg alg = { variable
|
D | sha1_glue.c | 129 static struct shash_alg alg = { variable
|
D | crc32c_glue.c | 123 static struct shash_alg alg = { variable
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe.h | 49 enum vpfe_ipipe_otfdpc_alg alg; member 61 enum vpfe_ipipe_otfdpc_alg alg; member
|
D | davinci_vpfe_user.h | 703 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/ |
D | linux-crypto-adler.c | 114 static struct shash_alg alg = { variable
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 33 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash_init() local
|
D | sun4i-ss.h | 145 } alg; member
|
D | sun4i-ss-cipher.c | 459 struct crypto_alg *alg = tfm->__crt_alg; in sun4i_ss_cipher_init() local
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.h | 28 unsigned int alg; member
|
D | wmfw.h | 92 struct wmfw_alg_hdr alg; member 98 struct wmfw_alg_hdr alg; member
|
D | wm_adsp.c | 1295 void *alg; in wm_adsp_read_algs() local
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 527 const char *alg, *module; in libipw_wx_set_encodeext() local
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 223 int alg; in get_key() local
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 533 const char *alg, *module; in rtllib_wx_set_encode_ext() local
|
D | rtllib.h | 381 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_bulk.c | 510 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg, in sptlrpc_get_bulk_checksum()
|
D | sec_config.c | 77 char *bulk, *alg; in sptlrpc_parse_flavor() local
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1347 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/ |
D | cryptocop.h | 34 cryptocop_algorithm alg; member
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | wext.c | 31 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/ |
D | crush.h | 131 __u8 alg; /* one of CRUSH_BUCKET_* */ member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | file_ops.c | 852 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/ |
D | qib_file_ops.c | 1430 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/ |
D | encrypted.c | 324 static struct sdesc *alloc_sdesc(struct crypto_shash *alg) in alloc_sdesc()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_security.h | 23 #define is_wep_enc(alg) (alg == WLAN_CIPHER_SUITE_WEP40 || \ argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 35 #define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) argument
|
D | ieee80211.h | 233 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 45 static struct sdesc *init_sdesc(struct crypto_shash *alg) in init_sdesc()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2150 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/ |
D | cryp_core.c | 1096 struct crypto_alg *alg = tfm->__crt_alg; in cryp_cra_init() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 756 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 1700 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/ |
D | rtl_wx.c | 919 u8 idx = 0, alg = 0, group = 0; in _rtl92e_wx_set_encode_ext() local
|
/linux-4.4.14/fs/ecryptfs/ |
D | keystore.c | 2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet() local
|
D | crypto.c | 1621 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher() local
|
/linux-4.4.14/net/ceph/ |
D | osdmap.c | 199 u32 alg; in crush_decode() local
|
/linux-4.4.14/include/media/davinci/ |
D | isif.h | 407 __u8 alg; member
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1208 __u16 alg; in gelic_wl_set_encodeext() local
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_common.h | 374 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
|
D | hostap_ioctl.c | 3212 const char *alg, *module; in prism2_ioctl_siwencodeext() local
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1274 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_platform_set_tags()
|
D | aic79xx_osm.c | 1404 struct ahd_devinfo *devinfo, ahd_queue_alg alg) in ahd_platform_set_tags()
|
D | aic7xxx_core.c | 2677 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_set_tags()
|
D | aic79xx_core.c | 4090 struct ahd_devinfo *devinfo, ahd_queue_alg alg) in ahd_set_tags()
|
/linux-4.4.14/include/uapi/linux/ |
D | wireless.h | 838 __u16 alg; /* IW_ENCODE_ALG_* */ member
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 423 u32 alg, u8 keyid) in set_group_key()
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k5baf.c | 652 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/ |
D | ieee80211.h | 110 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 1854 int idx, key_len, alg = ext->alg, set_key = 1; in atmel_set_encodeext() local 2719 __le16 alg; member
|
D | rndis_wlan.c | 2296 int ret, alg, length, chan = -1; in rndis_join_ibss() local
|
D | airo.c | 6478 int idx, key_len, alg = ext->alg, set_key = 1, rc; in airo_set_encodeext() local
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 1545 int idx, alg = ext->alg, set_key = 1; in prism54_set_encodeext() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 3447 const char *alg, const char *name) in drbd_crypto_alloc_digest_safe()
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 6312 char alg[32]; in sctp_listen_start() local
|