Home
last modified time | relevance | path

Searched refs:speck_algs (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm/crypto/
Dspeck-neon-glue.c233 static struct skcipher_alg speck_algs[] = { variable
271 return crypto_register_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_init()
276 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-glue.c227 static struct skcipher_alg speck_algs[] = { variable
265 return crypto_register_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_init()
270 crypto_unregister_skciphers(speck_algs, ARRAY_SIZE(speck_algs)); in speck_neon_module_exit()
/Linux-v4.19/crypto/
Dspeck.c250 static struct crypto_alg speck_algs[] = { variable
290 return crypto_register_algs(speck_algs, ARRAY_SIZE(speck_algs)); in speck_module_init()
295 crypto_unregister_algs(speck_algs, ARRAY_SIZE(speck_algs)); in speck_module_exit()