/linux-4.1.27/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 | internal.h | 43 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()
|
D | pcompress.c | 41 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()
|
D | aead.c | 82 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 …]
|
D | crypto_user.c | 49 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 …]
|
D | algapi.c | 27 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 …]
|
D | rng.c | 54 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()
|
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 | 421 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 …]
|
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 | 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() 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 …]
|
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 | sha1_generic.c | 62 static struct shash_alg alg = { variable
|
D | lzo.c | 83 static struct crypto_alg alg = { variable
|
D | proc.c | 82 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show() local
|
D | md5.c | 139 static struct shash_alg alg = { variable
|
D | crct10dif_generic.c | 91 static struct shash_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 | crc32.c | 123 static struct shash_alg alg = { variable
|
D | michael_mic.c | 153 static struct shash_alg alg = { variable
|
D | 842.c | 155 static struct crypto_alg alg = { variable
|
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 | cryptd.c | 298 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
|
D | pcrypt.c | 309 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
|
D | twofish_generic.c | 182 static struct crypto_alg alg = { variable
|
D | testmgr.c | 37 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()
|
D | ecb.c | 121 struct crypto_alg *alg; in crypto_ecb_alloc() local
|
D | tcrypt.c | 60 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()
|
D | cast6_generic.c | 260 static struct crypto_alg alg = { variable
|
D | rmd128.c | 300 static struct shash_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 | 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 | rmd160.c | 344 static struct shash_alg alg = { variable
|
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 | cbc.c | 217 struct crypto_alg *alg; in crypto_cbc_alloc() local
|
D | pcbc.c | 227 struct crypto_alg *alg; in crypto_pcbc_alloc() local
|
D | lrw.c | 329 struct crypto_alg *alg; in alloc() local
|
D | gcm.c | 969 struct crypto_alg *alg; in crypto_rfc4106_alloc() local 1284 struct crypto_alg *alg; in crypto_rfc4543_alloc() local
|
D | vmac.c | 646 struct crypto_alg *alg; in vmac_create() local
|
D | ccm.c | 752 struct crypto_alg *alg; in crypto_rfc4309_alloc() local
|
D | drbg.c | 1892 static inline void __init drbg_fill_array(struct crypto_alg *alg, in drbg_fill_array()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt.c | 106 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
|
D | rtllib_wx.c | 534 const char *alg, *module; in rtllib_wx_set_encode_ext() local
|
D | rtllib.h | 487 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.1.27/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 | 381 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/crypto/ |
D | picoxcell_crypto.c | 141 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 …]
|
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 | 1914 } 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
|
D | mxs-dcp.c | 83 uint32_t alg; member
|
D | hifn_795x.c | 633 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/ |
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.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 152 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
|
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 | 245 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local 355 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.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 66 #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/ |
D | capa.c | 262 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/ |
D | twofish_glue.c | 64 static struct crypto_alg alg = { variable
|
D | salsa20_glue.c | 85 static struct crypto_alg alg = { variable
|
D | sha1_ssse3_glue.c | 106 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 | 230 static struct shash_alg alg = { variable
|
/linux-4.1.27/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.1.27/arch/s390/crypto/ |
D | sha1_s390.c | 72 static struct shash_alg alg = { variable
|
/linux-4.1.27/net/mac80211/ |
D | rate.c | 34 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/ |
D | crush.c | 13 const char *crush_bucket_alg_name(int alg) in crush_bucket_alg_name()
|
/linux-4.1.27/arch/arm64/crypto/ |
D | sha1-ce-glue.c | 86 static struct shash_alg alg = { variable
|
/linux-4.1.27/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.1.27/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.1.27/drivers/crypto/qce/ |
D | cipher.h | 62 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl() local
|
D | sha.h | 73 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 | 350 struct crypto_alg *alg; in qce_ablkcipher_register_one() local
|
D | sha.c | 503 struct ahash_alg *alg; in qce_ahash_register_one() local
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 172 static struct shash_alg alg = { variable
|
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 994 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
|
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.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto-adler.c | 112 static struct shash_alg alg = { variable
|
/linux-4.1.27/sound/soc/codecs/ |
D | wmfw.h | 81 struct wmfw_alg_hdr alg; member 87 struct wmfw_alg_hdr alg; member
|
D | wm_adsp.h | 30 unsigned int alg; member
|
D | wm_adsp.c | 886 void *alg, *buf; in wm_adsp_setup_algs() local
|
/linux-4.1.27/include/crypto/ |
D | compress.h | 89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
|
D | hash.h | 264 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()
|
D | algapi.h | 40 struct crypto_alg alg; member 62 struct crypto_alg *alg; member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 527 const char *alg, *module; in libipw_wx_set_encodeext() local
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 223 int alg; in get_key() local
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 34 cryptocop_algorithm alg; member
|
/linux-4.1.27/include/linux/crush/ |
D | crush.h | 114 __u8 alg; /* one of CRUSH_BUCKET_* */ member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_bulk.c | 843 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg, in sptlrpc_get_bulk_checksum()
|
D | sec_config.c | 98 char *bulk, *alg; in sptlrpc_parse_flavor() local
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 225 struct crypto_alg *alg = tfm->__crt_alg; in crypto_tfm_alg_modname() local
|
D | rtl_wx.c | 995 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 1754 struct ahash_alg *alg = in caam_hash_cra_init() local 1843 struct crypto_alg *alg; in caam_hash_alloc() local
|
D | caamalg.c | 4137 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/ |
D | encrypted.c | 324 static struct sdesc *alloc_sdesc(struct crypto_shash *alg) in alloc_sdesc()
|
/linux-4.1.27/security/keys/ |
D | trusted.c | 45 static struct sdesc *init_sdesc(struct crypto_shash *alg) in init_sdesc()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_security.h | 23 #define is_wep_enc(alg) (alg == WLAN_CIPHER_SUITE_WEP40 || \ argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2148 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/ |
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.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1096 struct crypto_alg *alg = tfm->__crt_alg; in cryp_cra_init() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 756 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 1689 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/ |
D | keystore.c | 2212 struct blkcipher_alg *alg = crypto_blkcipher_alg(desc.tfm); in write_tag_3_packet() local
|
D | crypto.c | 1622 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher() local
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 199 u32 alg; in crush_decode() local
|
/linux-4.1.27/include/media/davinci/ |
D | isif.h | 407 __u8 alg; member
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1208 __u16 alg; in gelic_wl_set_encodeext() local
|
/linux-4.1.27/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.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1275 struct ahc_devinfo *devinfo, ahc_queue_alg alg) in ahc_platform_set_tags()
|
D | aic79xx_osm.c | 1405 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.1.27/include/uapi/linux/ |
D | wireless.h | 838 __u16 alg; /* IW_ENCODE_ALG_* */ member
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 423 u32 alg, u8 keyid) in set_group_key()
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8712/ |
D | ieee80211.h | 110 u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 1422 __u32 alg, struct lustre_capa_key *keys) in dt_init_capa_ctxt()
|
/linux-4.1.27/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 | 6474 int idx, key_len, alg = ext->alg, set_key = 1, rc; in airo_set_encodeext() local
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 1545 int idx, alg = ext->alg, set_key = 1; in prism54_set_encodeext() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 3446 const char *alg, const char *name) in drbd_crypto_alloc_digest_safe()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 6325 char alg[32]; in sctp_listen_start() local
|