Searched refs:skcipher (Results 101 - 125 of 187) sorted by relevance

12345678

/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c18 #include <crypto/internal/skcipher.h>
H A Dsm4-ce-ccm-glue.c17 #include <crypto/internal/skcipher.h>
H A Daes-ce-ccm-glue.c16 #include <crypto/internal/skcipher.h>
/linux-master/net/mac80211/
H A Dfils_aead.c9 #include <crypto/skcipher.h>
/linux-master/fs/crypto/
H A Dcrypto.c28 #include <crypto/skcipher.h>
H A Dfname.c18 #include <crypto/skcipher.h>
/linux-master/crypto/
H A Dlrw.c16 #include <crypto/internal/skcipher.h>
H A Dcrypto_engine.c15 #include <crypto/internal/skcipher.h>
H A Dctr.c11 #include <crypto/internal/skcipher.h>
152 * To simplify the implementation, configure the skcipher walk to only
H A Dcts.c44 #include <crypto/internal/skcipher.h>
H A Dxts.c11 #include <crypto/internal/skcipher.h>
H A Dalgif_skcipher.c3 * algif_skcipher: User-space interface for skcipher algorithms
27 #include <crypto/skcipher.h>
423 .name = "skcipher",
H A DMakefile20 crypto_skcipher-y += skcipher.o
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c18 #include <crypto/internal/skcipher.h>
/linux-master/arch/x86/crypto/
H A Dsm4_aesni_avx_glue.c16 #include <crypto/internal/skcipher.h>
/linux-master/kernel/bpf/
H A Dcrypto.c11 #include <crypto/skcipher.h>
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c63 #include <crypto/internal/skcipher.h>
570 container_of(alg, struct chcr_alg_template, alg.skcipher);
3864 .alg.skcipher = {
3882 .alg.skcipher = {
3900 .alg.skcipher = {
3919 .alg.skcipher = {
4400 &driver_algs[i].alg.skcipher.base.cra_refcnt)
4403 &driver_algs[i].alg.skcipher);
4448 driver_algs[i].alg.skcipher.base.cra_priority =
4450 driver_algs[i].alg.skcipher
[all...]
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c16 #include <crypto/internal/skcipher.h>
/linux-master/arch/s390/crypto/
H A Ddes_s390.c20 #include <crypto/internal/skcipher.h>
/linux-master/drivers/crypto/
H A Domap-aes-gcm.c15 #include <crypto/skcipher.h>
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c57 #include <crypto/skcipher.h>
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.c23 #include <crypto/internal/skcipher.h>
1273 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher);
1294 crypto_unregister_skcipher(&safexcel_algs[j]->alg.skcipher);
1316 crypto_unregister_skcipher(&safexcel_algs[i]->alg.skcipher);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c8 #include <crypto/skcipher.h>
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c36 #include <crypto/skcipher.h>
39 #include <crypto/internal/skcipher.h>
538 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); local
542 crypto_skcipher_ivsize(skcipher));
/linux-master/net/xfrm/
H A Dxfrm_algo.c10 #include <crypto/skcipher.h>

Completed in 1633 milliseconds

12345678