Searched refs:gcm_aes_algs (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/crypto/ |
| H A D | aes-gcm-p10-glue.c | 371 static struct aead_alg gcm_aes_algs[] = {{ variable 406 static struct simd_aead_alg *p10_simd_aeads[ARRAY_SIZE(gcm_aes_algs)]; 415 ret = simd_register_aeads_compat(gcm_aes_algs, in p10_init() 416 ARRAY_SIZE(gcm_aes_algs), in p10_init() 419 simd_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs), in p10_init() 428 simd_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs), in p10_exit()
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 400 static struct aead_alg gcm_aes_algs[] = {{ variable 437 return crypto_register_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_init() 442 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
|
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 353 static struct aead_alg gcm_aes_algs[] = {{ variable 390 return crypto_register_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_init() 395 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
|