Searched refs:kpp (Results 1 - 25 of 31) sorted by path

12

/linux-master/arch/arm/crypto/
H A Dcurve25519-glue.c13 #include <crypto/internal/kpp.h>
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c8 #include <crypto/internal/kpp.h>
/linux-master/crypto/
H A DMakefile33 obj-$(CONFIG_CRYPTO_KPP2) += kpp.o
H A Dcrypto_engine.c14 #include <crypto/internal/kpp.h>
H A Dcrypto_user_base.c20 #include <crypto/kpp.h>
H A Dcurve25519-generic.c4 #include <crypto/internal/kpp.h>
5 #include <crypto/kpp.h>
H A Ddh.c10 #include <crypto/internal/kpp.h>
11 #include <crypto/kpp.h>
H A Ddh_helper.c11 #include <crypto/kpp.h>
H A Decdh.c10 #include <crypto/internal/kpp.h>
11 #include <crypto/kpp.h>
H A Decdh_helper.c11 #include <crypto/kpp.h>
H A Dkpp.c9 #include <crypto/internal/kpp.h>
27 strscpy(rkpp.type, "kpp", sizeof(rkpp.type));
37 seq_puts(m, "type : kpp\n");
42 struct crypto_kpp *kpp = __crypto_kpp_tfm(tfm); local
43 struct kpp_alg *alg = crypto_kpp_alg(kpp);
45 alg->exit(kpp);
50 struct crypto_kpp *kpp = __crypto_kpp_tfm(tfm); local
51 struct kpp_alg *alg = crypto_kpp_alg(kpp);
54 kpp->base.exit = crypto_kpp_exit_tfm;
57 return alg->init(kpp);
64 struct kpp_instance *kpp = kpp_instance(inst); local
72 struct kpp_alg *kpp = __crypto_kpp_alg(alg); local
[all...]
H A Dtestmgr.c34 #include <crypto/kpp.h>
154 struct kpp_test_suite kpp; member in union:alg_test_desc::__anon149
4053 pr_err("alg: kpp: Failed to load tfm for %s: %ld\n",
4057 if (desc->suite.kpp.vecs)
4058 err = test_kpp(tfm, desc->alg, desc->suite.kpp.vecs,
4059 desc->suite.kpp.count);
4787 .kpp = __VECS(curve25519_tv_template)
4813 .kpp = __VECS(dh_tv_template)
5064 .kpp = __VECS(ecdh_p192_tv_template)
5071 .kpp
[all...]
/linux-master/drivers/crypto/
H A Datmel-ecc.c21 #include <crypto/internal/kpp.h>
23 #include <crypto/kpp.h>
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c10 #include <crypto/internal/kpp.h>
12 #include <crypto/kpp.h>
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c14 #include <crypto/internal/kpp.h>
15 #include <crypto/kpp.h>
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c7 #include <crypto/kpp.h>
8 #include <crypto/internal/kpp.h>
/linux-master/drivers/nvme/common/
H A Dauth.c40 const char kpp[16]; member in struct:nvme_auth_dhgroup_map
43 .name = "null", .kpp = "null" },
45 .name = "ffdhe2048", .kpp = "ffdhe2048(dh)" },
47 .name = "ffdhe3072", .kpp = "ffdhe3072(dh)" },
49 .name = "ffdhe4096", .kpp = "ffdhe4096(dh)" },
51 .name = "ffdhe6144", .kpp = "ffdhe6144(dh)" },
53 .name = "ffdhe8192", .kpp = "ffdhe8192(dh)" },
68 return dhgroup_map[dhgroup_id].kpp;
/linux-master/drivers/nvme/target/
H A Dconfigfs.c20 #include <crypto/kpp.h>
2094 const char *kpp = nvme_auth_dhgroup_kpp(dhgroup_id); local
2096 if (!crypto_has_kpp(kpp, 0, 0))
H A Dfabrics-cmd-auth.c12 #include <crypto/kpp.h>
89 const char *kpp = nvme_auth_dhgroup_kpp(tmp_dhgid); local
91 if (crypto_has_kpp(kpp, 0, 0))
/linux-master/include/crypto/
H A Dengine.h13 #include <crypto/kpp.h>
/linux-master/include/crypto/internal/
H A Dkpp.h10 #include <crypto/kpp.h>
63 static inline void kpp_set_reqsize(struct crypto_kpp *kpp, argument
66 kpp->reqsize = reqsize;
69 static inline void kpp_set_reqsize_dma(struct crypto_kpp *kpp, argument
73 kpp->reqsize = reqsize;
125 * @kpp: The KPP transform instantiated from some &struct kpp_instance.
126 * Return: The &struct kpp_instance associated with @kpp.
128 static inline struct kpp_instance *kpp_alg_instance(struct crypto_kpp *kpp) argument
130 return kpp_instance(crypto_tfm_alg_instance(&kpp->base));
/linux-master/include/linux/
H A Dkfence.h212 * @kpp: kmem_obj_info to be filled
217 * * true - a KFENCE object, filled @kpp
219 * Copies information to @kpp for KFENCE objects.
221 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab);
245 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
H A Dnvme-auth.h9 #include <crypto/kpp.h>
/linux-master/mm/kfence/
H A Dreport.c293 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) argument
305 kpp->kp_ptr = object;
313 kpp->kp_slab = slab;
314 kpp->kp_slab_cache = meta->cache;
315 kpp->kp_objp = (void *)meta->addr;
316 kfence_to_kp_stack(&meta->alloc_track, kpp->kp_stack);
318 kfence_to_kp_stack(&meta->free_track, kpp->kp_free_stack);
320 kpp->kp_ret = kpp->kp_stack[0];
/linux-master/mm/
H A Dslab.h666 void __kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab);

Completed in 494 milliseconds

12