Home
last modified time | relevance | path

Searched refs:algs (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.c28 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/
Dstm32-crc32.c269 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/
Dcptvf_algs.c343 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/
Ds5p-sss.c2097 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/
Dkeembay-ocs-aes-core.c1283 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/
Dqm.h267 const char *algs; member
Dqm.c3110 uacce->algs = qm->algs; in qm_alloc_uacce()
/drivers/crypto/hisilicon/hpre/
Dhpre_main.c952 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/
Duacce.c345 return sprintf(buf, "%s\n", uacce->algs); in algorithms_show()
/drivers/crypto/hisilicon/sec2/
Dsec_main.c877 qm->algs = "cipher\ndigest\naead"; in sec_qm_init()
/drivers/crypto/hisilicon/zip/
Dzip_main.c832 qm->algs = "zlib\ngzip"; in hisi_zip_qm_init()