Home
last modified time | relevance | path

Searched refs:kpp_alg (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/include/crypto/
Dkpp.h71 struct kpp_alg { struct
112 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg()
114 return container_of(alg, struct kpp_alg, base); in __crypto_kpp_alg()
122 static inline struct kpp_alg *crypto_kpp_alg(struct crypto_kpp *tfm) in crypto_kpp_alg()
284 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_set_secret()
310 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_generate_public_key()
333 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_compute_shared_secret()
355 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_maxsize()
/Linux-v5.10/crypto/
Dkpp.c52 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_exit_tfm()
60 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_init_tfm()
90 static void kpp_prepare_alg(struct kpp_alg *alg) in kpp_prepare_alg()
99 int crypto_register_kpp(struct kpp_alg *alg) in crypto_register_kpp()
108 void crypto_unregister_kpp(struct kpp_alg *alg) in crypto_unregister_kpp()
Dcurve25519-generic.c62 static struct kpp_alg curve25519_alg = {
Decdh.c141 static struct kpp_alg ecdh = {
Ddh.c248 static struct kpp_alg dh = {
/Linux-v5.10/include/crypto/internal/
Dkpp.h46 int crypto_register_kpp(struct kpp_alg *alg);
57 void crypto_unregister_kpp(struct kpp_alg *alg);
/Linux-v5.10/Documentation/crypto/
Dapi-kpp.rst5 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
/Linux-v5.10/arch/arm/crypto/
Dcurve25519-glue.c102 static struct kpp_alg curve25519_alg = {
/Linux-v5.10/drivers/crypto/
Datmel-ecc.c309 static struct kpp_alg atmel_ecdh = {
/Linux-v5.10/arch/x86/crypto/
Dcurve25519-x86_64.c1476 static struct kpp_alg curve25519_alg = {
/Linux-v5.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1139 static struct kpp_alg dh = {
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1273 static struct kpp_alg dh = {