| /linux/crypto/ |
| H A D | blake2b.c | 82 static struct shash_alg algs[] = { variable 91 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_blake2b_mod_init() 97 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_blake2b_mod_exit()
|
| H A D | sha3.c | 90 static struct shash_alg algs[] = { { variable 146 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha3_mod_init() 152 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha3_mod_exit()
|
| H A D | chacha.c | 103 static struct skcipher_alg algs[] = { variable 156 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in crypto_chacha_mod_init() 161 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in crypto_chacha_mod_fini()
|
| H A D | md5.c | 177 static struct shash_alg algs[] = { variable 220 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_md5_mod_init() 226 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_md5_mod_exit()
|
| H A D | sha1.c | 181 static struct shash_alg algs[] = { variable 224 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha1_mod_init() 230 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha1_mod_exit()
|
| H A D | sha256.c | 318 static struct shash_alg algs[] = { variable 399 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha256_mod_init() 405 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha256_mod_exit()
|
| H A D | sha512.c | 324 static struct shash_alg algs[] = { variable 405 return crypto_register_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha512_mod_init() 411 crypto_unregister_shashes(algs, ARRAY_SIZE(algs)); in crypto_sha512_mod_exit()
|
| /linux/include/crypto/internal/ |
| H A D | rng.h | 17 int crypto_register_rngs(struct rng_alg *algs, int count); 18 void crypto_unregister_rngs(struct rng_alg *algs, int count);
|
| H A D | aead.h | 162 int crypto_register_aeads(struct aead_alg *algs, int count); 163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
|
| /linux/net/xfrm/ |
| H A D | xfrm_algo.c | 629 struct xfrm_algo_desc *algs; 635 .algs = aead_list, in aalg_entries() 641 .algs = aalg_list, 647 .algs = ealg_list, 653 .algs = calg_list, 662 struct xfrm_algo_desc *list = algo_list->algs; 649 struct xfrm_algo_desc *algs; global() member
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 335 static struct skcipher_alg algs[] = { { variable 428 return crypto_register_skciphers(algs, ARRAY_SIZE(algs)); in cav_register_algs() 433 crypto_unregister_skciphers(algs, ARRAY_SIZE(algs)); in cav_unregister_algs()
|
| /linux/tools/testing/selftests/zram/ |
| H A D | zram_lib.sh | 153 local algs=$(cat /sys/block/zram${i}/comp_algorithm) 154 echo "supported algs: $algs"
|
| /linux/include/crypto/ |
| H A D | algapi.h | 136 int crypto_register_algs(struct crypto_alg *algs, int count); 137 void crypto_unregister_algs(struct crypto_alg *algs, int count);
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 27 int crypto_register_algs(struct crypto_alg *algs, int count); 35 void crypto_unregister_algs(struct crypto_alg *algs, int count); 154 int crypto_register_shashes(struct shash_alg *algs, int count); 165 void crypto_unregister_shashes(struct shash_alg *algs, int count);
|
| /linux/include/linux/ |
| H A D | uacce.h | 121 const char *algs; member
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_protocol.h | 286 struct_group(algs,
|
| H A D | drbd_main.c | 716 BUILD_BUG_ON(sizeof(p->algs) != 2 * SHARED_SECRET_MAX); in drbd_send_sync_param() 717 memset(&p->algs, 0, sizeof(p->algs)); in drbd_send_sync_param()
|
| H A D | drbd_receiver.c | 3701 BUILD_BUG_ON(sizeof(p->algs) != 2 * SHARED_SECRET_MAX); in receive_SyncParam() 3702 memset(&p->algs, 0, sizeof(p->algs)); in receive_SyncParam()
|
| /linux/drivers/misc/uacce/ |
| H A D | uacce.c | 371 return sysfs_emit(buf, "%s\n", uacce->algs); in algorithms_show()
|