Home
last modified time | relevance | path

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

/linux/include/crypto/
A 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()
286 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_set_secret()
312 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_generate_public_key()
335 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_compute_shared_secret()
357 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_maxsize()
/linux/crypto/
A 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()
A Decdh.c136 static struct kpp_alg ecdh_nist_p192 = {
161 static struct kpp_alg ecdh_nist_p256 = {
186 static struct kpp_alg ecdh_nist_p384 = {
A Dcurve25519-generic.c62 static struct kpp_alg curve25519_alg = {
A Ddh.c248 static struct kpp_alg dh = {
/linux/include/crypto/internal/
A Dkpp.h46 int crypto_register_kpp(struct kpp_alg *alg);
57 void crypto_unregister_kpp(struct kpp_alg *alg);
/linux/Documentation/crypto/
A Dapi-kpp.rst5 :functions: kpp_request crypto_kpp kpp_alg kpp_secret
/linux/arch/arm/crypto/
A Dcurve25519-glue.c102 static struct kpp_alg curve25519_alg = {
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-ecc.c833 static struct kpp_alg ocs_ecdh_p256 = {
849 static struct kpp_alg ocs_ecdh_p384 = {
/linux/drivers/crypto/
A Datmel-ecc.c297 static struct kpp_alg atmel_ecdh_nist_p256 = {
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c1991 static struct kpp_alg dh = {
2008 static struct kpp_alg ecdh_nist_p192 = {
2025 static struct kpp_alg ecdh_nist_p256 = {
2042 static struct kpp_alg ecdh_nist_p384 = {
2059 static struct kpp_alg curve25519_alg = {
/linux/arch/x86/crypto/
A Dcurve25519-x86_64.c1476 static struct kpp_alg curve25519_alg = {
/linux/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c1268 static struct kpp_alg dh = {

Completed in 29 milliseconds