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
306
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
166
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/essiv.c
155
return enc ? crypto_skcipher_encrypt(subreq) :
crypto/gcm.c
107
err = crypto_wait_req(crypto_skcipher_encrypt(&data->req),
crypto/gcm.c
251
return crypto_skcipher_encrypt(skreq) ?: gcm_add_auth_tag(req);
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
155
return crypto_skcipher_encrypt(skreq);
crypto/lrw.c
250
crypto_skcipher_encrypt(subreq) ?:
crypto/skcipher.c
446
EXPORT_SYMBOL_GPL(crypto_skcipher_encrypt);
crypto/tcrypt.c
1238
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
1263
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
1279
crypto_skcipher_encrypt(req));
crypto/tcrypt.c
980
rc[i] = crypto_skcipher_encrypt(data[i].req);
crypto/testmgr.c
2871
err = enc ? crypto_skcipher_encrypt(req) : crypto_skcipher_decrypt(req);
crypto/testmgr.c
3039
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
1056
return enc ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/axis/artpec6_crypto.c
1209
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
1505
return crypto_skcipher_encrypt(&caam_req->fallback_req);
drivers/crypto/ccp/ccp-crypto-aes-xts.c
160
ret = encrypt ? crypto_skcipher_encrypt(&rctx->fallback_req) :
drivers/crypto/ccree/cc_cipher.c
914
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
971
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
303
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
318
return rctx->enc ? crypto_skcipher_encrypt(subreq) :
drivers/md/dm-crypt.c
1416
r = crypto_skcipher_encrypt(req);
drivers/md/dm-crypt.c
754
err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
drivers/md/dm-integrity.c
969
r = 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/ecryptfs/crypto.c
250
rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) :
fs/ecryptfs/keystore.c
2261
rc = crypto_skcipher_encrypt(req);
fs/ecryptfs/keystore.c
792
rc = crypto_skcipher_encrypt(s->skcipher_req);
include/crypto/skcipher.h
701
int crypto_skcipher_encrypt(struct skcipher_request *req);
net/ceph/crypto.c
294
ret = crypto_skcipher_encrypt(req);
net/mac80211/fils_aead.c
130
res = crypto_skcipher_encrypt(req);
net/mac802154/llsec.c
638
err = 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
106
rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req),