Searched refs:nhpoly1305_alg (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c45 static struct shash_alg nhpoly1305_alg = { variable in typeref:struct:shash_alg
65 return crypto_register_shash(&nhpoly1305_alg);
70 crypto_unregister_shash(&nhpoly1305_alg);
/linux-master/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c45 static struct shash_alg nhpoly1305_alg = { variable in typeref:struct:shash_alg
65 return crypto_register_shash(&nhpoly1305_alg);
70 crypto_unregister_shash(&nhpoly1305_alg);
/linux-master/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c45 static struct shash_alg nhpoly1305_alg = { variable in typeref:struct:shash_alg
66 return crypto_register_shash(&nhpoly1305_alg);
71 crypto_unregister_shash(&nhpoly1305_alg);
H A Dnhpoly1305-sse2-glue.c45 static struct shash_alg nhpoly1305_alg = { variable in typeref:struct:shash_alg
65 return crypto_register_shash(&nhpoly1305_alg);
70 crypto_unregister_shash(&nhpoly1305_alg);
/linux-master/crypto/
H A Dnhpoly1305.c224 static struct shash_alg nhpoly1305_alg = { variable in typeref:struct:shash_alg
240 return crypto_register_shash(&nhpoly1305_alg);
245 crypto_unregister_shash(&nhpoly1305_alg);

Completed in 108 milliseconds