Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dkpp.h24 char head[offsetof(struct kpp_alg, base)];
27 struct kpp_alg alg;
162 int crypto_register_kpp(struct kpp_alg *alg);
173 void crypto_unregister_kpp(struct kpp_alg *alg);
221 static inline struct kpp_alg *crypto_spawn_kpp_alg( in crypto_spawn_kpp_alg()
224 return container_of(spawn->base.alg, struct kpp_alg, base); in crypto_spawn_kpp_alg()
/linux/crypto/
H A Dkpp.c41 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_exit_tfm()
49 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_init_tfm()
81 .algsize = offsetof(struct kpp_alg, base),
105 static void kpp_prepare_alg(struct kpp_alg *alg) in kpp_prepare_alg()
114 int crypto_register_kpp(struct kpp_alg *alg) in crypto_register_kpp()
123 void crypto_unregister_kpp(struct kpp_alg *alg) in crypto_unregister_kpp()
H A Decdh.c141 static struct kpp_alg ecdh_nist_p192 = {
166 static struct kpp_alg ecdh_nist_p256 = {
191 static struct kpp_alg ecdh_nist_p384 = {
H A Ddh.c265 static struct kpp_alg dh = {
558 struct kpp_alg *dh_alg; in __dh_safe_prime_create()
/linux/include/crypto/
H A Dkpp.h77 struct kpp_alg { struct
119 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg()
121 return container_of(alg, struct kpp_alg, base); in __crypto_kpp_alg()
129 static inline struct kpp_alg *crypto_kpp_alg(struct crypto_kpp *tfm) in crypto_kpp_alg()
345 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_maxsize()
H A Dengine.h45 struct kpp_alg base;
/linux/Documentation/crypto/
H A Dapi-kpp.rst8 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
/linux/drivers/crypto/
H A Datmel-ecc.c297 static struct kpp_alg atmel_ecdh_nist_p256 = {
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1710 static struct kpp_alg dh = {
1727 static struct kpp_alg ecdh_curves[] = {
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1319 static struct kpp_alg dh = {