Searched refs:skcipher_request (Results 126 - 150 of 162) sorted by relevance

1234567

/linux-master/drivers/crypto/
H A Dn2_core.c849 static int n2_compute_chunks(struct skcipher_request *req)
929 static void n2_chunk_complete(struct skcipher_request *req, void *final_iv)
945 static int n2_do_ecb(struct skcipher_request *req, bool encrypt)
987 static int n2_encrypt_ecb(struct skcipher_request *req)
992 static int n2_decrypt_ecb(struct skcipher_request *req)
997 static int n2_do_chaining(struct skcipher_request *req, bool encrypt)
1077 static int n2_encrypt_chaining(struct skcipher_request *req)
1082 static int n2_decrypt_chaining(struct skcipher_request *req)
H A Dsa2ul.c877 sizeof(struct skcipher_request));
1042 struct skcipher_request *req;
1049 req = container_of(rxd->req, struct skcipher_request, base);
1297 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc)
1314 struct skcipher_request *subreq = skcipher_request_ctx(req);
1343 static int sa_encrypt(struct skcipher_request *req)
1348 static int sa_decrypt(struct skcipher_request *req)
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c361 static int artpec6_crypto_prepare_crypto(struct skcipher_request *areq);
1086 static int artpec6_crypto_encrypt(struct skcipher_request *req)
1131 static int artpec6_crypto_decrypt(struct skcipher_request *req)
1177 artpec6_crypto_ctr_crypt(struct skcipher_request *req, bool encrypt)
1223 static int artpec6_crypto_ctr_encrypt(struct skcipher_request *req)
1228 static int artpec6_crypto_ctr_decrypt(struct skcipher_request *req)
1664 static int artpec6_crypto_prepare_crypto(struct skcipher_request *areq)
2162 struct skcipher_request *cipher_req = container_of(req,
2163 struct skcipher_request, base);
2174 struct skcipher_request *cipher_re
[all...]
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1054 struct skcipher_request *sq = req->c_req.sk_req;
1061 struct skcipher_request *sq = req->c_req.sk_req;
1269 struct skcipher_request *sk_req = req->c_req.sk_req;
1391 struct skcipher_request *sk_req = req->c_req.sk_req;
1445 struct skcipher_request *sk_req = req->c_req.sk_req;
1447 struct skcipher_request *backlog_sk_req;
2047 struct skcipher_request *sk_req = sreq->c_req.sk_req;
2079 struct skcipher_request *sreq, bool encrypt)
2108 static int sec_skcipher_crypto(struct skcipher_request *sk_req, bool encrypt)
2136 static int sec_skcipher_encrypt(struct skcipher_request *sk_re
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto.h126 struct skcipher_request fallback_req; // keep at the end
/linux-master/crypto/
H A Dxctr.c100 static int crypto_xctr_crypt(struct skcipher_request *req)
H A Dccm.c49 struct skcipher_request skreq;
291 struct skcipher_request *skreq = &pctx->skreq;
350 struct skcipher_request *skreq = &pctx->skreq;
H A Dalgif_skcipher.c50 static int algif_skcipher_export(struct sock *sk, struct skcipher_request *req)
H A Dchacha20poly1305.c48 struct skcipher_request req; /* must be last member */
529 sizeof(struct skcipher_request) +
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto.h255 struct skcipher_request fallback_req; // keep at the end
/linux-master/fs/crypto/
H A Dkeysetup_v1.c52 struct skcipher_request *req = NULL;
H A Dcrypto.c115 struct skcipher_request *req = NULL;
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c383 static struct skcipher_request *init_skcipher_req(const u8 *key,
386 struct skcipher_request *req;
459 struct skcipher_request *req;
561 struct skcipher_request *req;
/linux-master/drivers/crypto/starfive/
H A Djh7110-cryp.h205 struct skcipher_request *sreq;
/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c79 struct skcipher_request *req = NULL;
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi.c82 struct skcipher_request fallback_req;
907 struct skcipher_request *req)
1219 struct skcipher_request *req = drv_req->app_ctx;
1254 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req,
1412 static inline bool xts_skcipher_ivsize(struct skcipher_request *req)
1420 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt)
1471 static int skcipher_encrypt(struct skcipher_request *req)
1476 static int skcipher_decrypt(struct skcipher_request *req)
H A Dcaamalg.c133 struct skcipher_request fallback_req;
968 struct skcipher_request *req)
1021 struct skcipher_request *req = context;
1249 static void init_skcipher_job(struct skcipher_request *req,
1612 static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req,
1779 struct skcipher_request *req = skcipher_request_cast(areq);
1802 static inline bool xts_skcipher_ivsize(struct skcipher_request *req)
1810 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt)
1877 static int skcipher_encrypt(struct skcipher_request *req)
1882 static int skcipher_decrypt(struct skcipher_request *re
[all...]
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.h257 struct skcipher_request *req;
H A Dchcr_algo.c96 static int chcr_handle_cipher_resp(struct skcipher_request *req,
690 struct skcipher_request *req,
728 struct skcipher_request *sk_req =
729 container_of(req, struct skcipher_request, base);
1054 static int chcr_update_tweak(struct skcipher_request *req, u8 *iv,
1095 static int chcr_update_cipher_iv(struct skcipher_request *req,
1129 static int chcr_final_cipher_iv(struct skcipher_request *req,
1156 static int chcr_handle_cipher_resp(struct skcipher_request *req,
1242 static int process_cipher(struct skcipher_request *req,
1362 static int chcr_aes_encrypt(struct skcipher_request *re
[all...]
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c615 struct skcipher_request *areq = skcipher_request_cast(async);
680 struct skcipher_request *areq = skcipher_request_cast(base);
981 struct skcipher_request *req = skcipher_request_cast(async);
1042 struct skcipher_request *req = skcipher_request_cast(async);
1133 memset(req, 0, sizeof(struct skcipher_request));
1194 static int safexcel_encrypt(struct skcipher_request *req)
1200 static int safexcel_decrypt(struct skcipher_request *req)
2460 static int safexcel_encrypt_xts(struct skcipher_request *req)
2468 static int safexcel_decrypt_xts(struct skcipher_request *req)
3017 static int safexcel_sm4_blk_encrypt(struct skcipher_request *re
[all...]
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-aes.c98 static void tegra_cbc_iv_copyback(struct skcipher_request *req, struct tegra_aes_ctx *ctx)
111 static void tegra_aes_update_iv(struct skcipher_request *req, struct tegra_aes_ctx *ctx)
259 struct skcipher_request *req = container_of(areq, struct skcipher_request, base);
422 static int tegra_aes_crypt(struct skcipher_request *req, bool encrypt)
457 static int tegra_aes_encrypt(struct skcipher_request *req)
462 static int tegra_aes_decrypt(struct skcipher_request *req)
/linux-master/arch/x86/crypto/
H A Dcamellia_glue.c1278 static int ecb_encrypt(struct skcipher_request *req)
1286 static int ecb_decrypt(struct skcipher_request *req)
1294 static int cbc_encrypt(struct skcipher_request *req)
1301 static int cbc_decrypt(struct skcipher_request *req)
/linux-master/fs/ecryptfs/
H A Dkeystore.c602 struct skcipher_request *skcipher_req;
872 struct skcipher_request *skcipher_req;
1655 struct skcipher_request *req = NULL;
2193 struct skcipher_request *req;
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c370 struct skcipher_request *req;
476 struct skcipher_request *req;
/linux-master/drivers/md/
H A Ddm-crypt.c64 struct skcipher_request *req;
195 * struct skcipher_request
748 struct skcipher_request *req;
954 struct skcipher_request *req;
1400 struct skcipher_request *req,
1533 struct skcipher_request *req, struct bio *base_bio)
1537 if ((struct skcipher_request *)(io + 1) != req)
3296 cc->dmreq_start = sizeof(struct skcipher_request);
3531 io->ctx.r.req = (struct skcipher_request *)(io + 1);

Completed in 306 milliseconds

1234567