Searched refs:algs (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt.c | 28 struct list_head algs; member 113 list_add(&alg->list, &hcrypt->algs); in ieee80211_register_crypto_ops() 132 for (ptr = hcrypt->algs.next; ptr != &hcrypt->algs; ptr = ptr->next) { in ieee80211_unregister_crypto_ops() 163 for (ptr = hcrypt->algs.next; ptr != &hcrypt->algs; ptr = ptr->next) { in ieee80211_get_crypto_ops() 205 INIT_LIST_HEAD(&hcrypt->algs); in ieee80211_crypto_init() 224 for (ptr = hcrypt->algs.next, n = ptr->next; ptr != &hcrypt->algs; in ieee80211_crypto_deinit()
|
/drivers/crypto/stm32/ |
D | stm32-crc32.c | 269 static struct shash_alg algs[] = { variable 364 ret = crypto_register_shashes(algs, ARRAY_SIZE(algs)); in stm32_crc_probe() 398 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in stm32_crc_remove()
|
/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.c | 343 static struct skcipher_alg algs[] = { { variable 454 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs() 459 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
|
/drivers/crypto/ |
D | s5p-sss.c | 2097 static struct skcipher_alg algs[] = { variable 2263 for (i = 0; i < ARRAY_SIZE(algs); i++) { in s5p_aes_probe() 2264 err = crypto_register_skcipher(&algs[i]); in s5p_aes_probe() 2300 if (i < ARRAY_SIZE(algs)) in s5p_aes_probe() 2301 dev_err(dev, "can't register '%s': %d\n", algs[i].base.cra_name, in s5p_aes_probe() 2305 crypto_unregister_skcipher(&algs[j]); in s5p_aes_probe() 2327 for (i = 0; i < ARRAY_SIZE(algs); i++) in s5p_aes_remove() 2328 crypto_unregister_skcipher(&algs[i]); in s5p_aes_remove()
|
/drivers/crypto/keembay/ |
D | keembay-ocs-aes-core.c | 1283 static struct skcipher_alg algs[] = { variable 1548 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in unregister_aes_algs() 1563 ret = crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in register_aes_algs() 1565 crypto_unregister_aeads(algs_aead, ARRAY_SIZE(algs)); in register_aes_algs()
|
/drivers/crypto/hisilicon/ |
D | qm.h | 267 const char *algs; member
|
D | qm.c | 3110 uacce->algs = qm->algs; in qm_alloc_uacce()
|
/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 952 qm->algs = "rsa\ndh\necdh\nx25519\nx448\necdsa\nsm2"; in hpre_qm_init() 954 qm->algs = "rsa\ndh"; in hpre_qm_init()
|
/drivers/misc/uacce/ |
D | uacce.c | 345 return sprintf(buf, "%s\n", uacce->algs); in algorithms_show()
|
/drivers/crypto/hisilicon/sec2/ |
D | sec_main.c | 877 qm->algs = "cipher\ndigest\naead"; in sec_qm_init()
|
/drivers/crypto/hisilicon/zip/ |
D | zip_main.c | 832 qm->algs = "zlib\ngzip"; in hisi_zip_qm_init()
|