Symbol: crypto_skcipher_encrypt
arch/powerpc/crypto/aes_cbc.c
88
return enc ? crypto_skcipher_encrypt(subreq) :
arch/powerpc/crypto/aes_ctr.c
107
return crypto_skcipher_encrypt(subreq);
arch/powerpc/crypto/aes_xts.c
99
return enc ? crypto_skcipher_encrypt(subreq) :
arch/s390/crypto/aes_s390.c
345
crypto_skcipher_encrypt(subreq);
arch/s390/crypto/aes_s390.c
478
crypto_skcipher_encrypt(subreq);
arch/s390/crypto/aes_s390.c
96
crypto_skcipher_encrypt(subreq);
block/blk-crypto-fallback.c
305
if (crypto_skcipher_encrypt(ciph_req)) {
crypto/adiantum.c
142
err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait);
crypto/adiantum.c
450
err = crypto_skcipher_encrypt(&rctx->u.streamcipher_req);
crypto/algif_skcipher.c
182
crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) :
crypto/algif_skcipher.c
198
crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) :
crypto/authenc.c
214
err = crypto_skcipher_encrypt(skreq);
crypto/authencesn.c
190
err = crypto_skcipher_encrypt(skreq);
crypto/ccm.c
310
err = crypto_skcipher_encrypt(skreq);
crypto/chacha20poly1305.c
264
err = crypto_skcipher_encrypt(&creq->req);
crypto/cryptd.c
301
err = crypto_skcipher_encrypt(subreq);
crypto/ctr.c
215
return crypto_skcipher_encrypt(subreq);
crypto/cts.c
125
return crypto_skcipher_encrypt(subreq);
crypto/cts.c
164
return crypto_skcipher_encrypt(subreq);
crypto/cts.c
175
return crypto_skcipher_encrypt(subreq) ?:
crypto/drbg.c
1596
ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req),
crypto/essiv.c
155
return enc ? crypto_skcipher_encrypt(subreq) :
crypto/gcm.c
127
err = crypto_wait_req(crypto_skcipher_encrypt(&data->req),
crypto/gcm.c
455
return crypto_skcipher_encrypt(skreq) ?:
crypto/hctr2.c
259
return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?:
crypto/krb5/rfc3961_simplified.c
130
ret = crypto_skcipher_encrypt(req);
crypto/krb5enc.c
161
return crypto_skcipher_encrypt(skreq);
crypto/lrw.c
250
crypto_skcipher_encrypt(subreq) ?:
crypto/simd.c
80
return crypto_skcipher_encrypt(subreq);
crypto/skcipher.c
446
EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
crypto/tcrypt.c
1232
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
1257
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
1273
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
974
rc[i] = crypto_skcipher_encrypt(data[i].req);
crypto/testmgr.c
2872
err = enc ? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req);
crypto/testmgr.c
3040
vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
crypto/xts.c
210
err = xts_cts_final(req, crypto_skcipher_encrypt);
crypto/xts.c
269
crypto_skcipher_encrypt(subreq) ?:
crypto/xts.c
275
return xts_cts_final(req, crypto_skcipher_encrypt);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
170
err = crypto_skcipher_encrypt(&ctx->fallback_req);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
130
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
116
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/amcc/crypto4xx_alg.c
260
ret = encrypt ? crypto_skcipher_encrypt(subreq)
drivers/crypto/amlogic/amlogic-gxl-cipher.c
80
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
41
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/atmel-aes.c
1057
return enc ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/axis/artpec6_crypto.c
1212
ret = encrypt ? crypto_skcipher_encrypt(subreq)
drivers/crypto/caam/caamalg.c
1922
return encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/caam/caamalg_qi.c
1448
return encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/caam/caamalg_qi2.c
1504
return crypto_skcipher_encrypt(&caam_req->fallback_req);
drivers/crypto/ccp/ccp-crypto-aes-xts.c
159
ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/ccree/cc_cipher.c
913
return crypto_skcipher_encrypt(subreq);
drivers/crypto/chelsio/chcr_algo.c
675
crypto_skcipher_encrypt(&reqctx->fallback_req);
drivers/crypto/gemini/sl3516-ce-cipher.c
123
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/geode-aes.c
279
return crypto_skcipher_encrypt(subreq);
drivers/crypto/hisilicon/sec2/sec_crypto.c
2316
ret = crypto_skcipher_encrypt(subreq);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
970
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
329
rc = crypto_skcipher_encrypt(subreq);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1002
return crypto_skcipher_encrypt(nreq);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
342
ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) :
drivers/crypto/mxs-dcp.c
461
ret = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/omap-aes.c
554
ret = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/qce/skcipher.c
302
ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
87
err = crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/sa2ul.c
1323
return crypto_skcipher_encrypt(subreq);
drivers/crypto/sahara.c
659
return crypto_skcipher_encrypt(&rctx->fallback_req);
drivers/crypto/starfive/jh7110-aes.c
785
return enc ? crypto_skcipher_encrypt(subreq) :
drivers/crypto/ti/dthev2-aes.c
421
return rctx->enc ? crypto_skcipher_encrypt(subreq) :
drivers/md/dm-crypt.c
1451
r = crypto_skcipher_encrypt(req);
drivers/md/dm-crypt.c
760
err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
drivers/md/dm-crypt.c
963
r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
drivers/md/dm-crypt.c
970
r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
drivers/md/dm-integrity.c
969
r = crypto_skcipher_encrypt(req);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
86
err = crypto_skcipher_encrypt(req);
fs/crypto/crypto.c
139
err = crypto_skcipher_encrypt(req);
fs/crypto/fname.c
120
err = crypto_skcipher_encrypt(req);
fs/crypto/keysetup_v1.c
71
err = crypto_skcipher_encrypt(req);
fs/ecryptfs/crypto.c
264
rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) :
fs/ecryptfs/keystore.c
2267
rc = crypto_skcipher_encrypt(req);
fs/ecryptfs/keystore.c
792
rc = crypto_skcipher_encrypt(s->skcipher_req);
include/crypto/skcipher.h
700
int crypto_skcipher_encrypt(struct skcipher_request *req);
net/ceph/crypto.c
294
ret = crypto_skcipher_encrypt(req);
net/mac80211/fils_aead.c
135
res = crypto_skcipher_encrypt(req);
net/mac802154/llsec.c
638
err = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
229
ret = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
291
ret = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
334
ret = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
381
ret = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
616
ret = crypto_skcipher_encrypt(req);
net/rxrpc/rxkad.c
762
ret = crypto_skcipher_encrypt(req);
net/sunrpc/auth_gss/gss_krb5_crypto.c
134
ret = crypto_skcipher_encrypt(req);
net/sunrpc/auth_gss/gss_krb5_crypto.c
280
ret = crypto_skcipher_encrypt(desc->req);
net/sunrpc/auth_gss/gss_krb5_crypto.c
432
ret = crypto_skcipher_encrypt(req);
security/keys/encrypted-keys/encrypted.c
456
ret = crypto_skcipher_encrypt(req);
security/keys/trusted-keys/trusted_dcp.c
118
res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
tools/testing/crypto/chacha20-s390/test-cipher.c
107
rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req),