Searched refs:curve25519_alg (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dcurve25519-generic.c62 static struct kpp_alg curve25519_alg = { variable in typeref:struct:kpp_alg
77 return crypto_register_kpp(&curve25519_alg);
82 crypto_unregister_kpp(&curve25519_alg);
/linux-master/arch/arm/crypto/
H A Dcurve25519-glue.c102 static struct kpp_alg curve25519_alg = { variable in typeref:struct:kpp_alg
120 crypto_register_kpp(&curve25519_alg) : 0;
128 crypto_unregister_kpp(&curve25519_alg);
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c1687 static struct kpp_alg curve25519_alg = { variable in typeref:struct:kpp_alg
1708 crypto_register_kpp(&curve25519_alg) : 0;
1715 crypto_unregister_kpp(&curve25519_alg);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2087 static struct kpp_alg curve25519_alg = { variable in typeref:struct:kpp_alg
2191 ret = crypto_register_kpp(&curve25519_alg);
2203 crypto_unregister_kpp(&curve25519_alg);

Completed in 126 milliseconds