Symbol: crypto_skcipher_setkey
arch/powerpc/crypto/aes_cbc.c
70
ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen);
arch/powerpc/crypto/aes_ctr.c
68
ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen);
arch/powerpc/crypto/aes_xts.c
77
ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen);
arch/s390/crypto/aes_s390.c
285
return crypto_skcipher_setkey(xts_ctx->fallback, key, len);
arch/s390/crypto/aes_s390.c
83
return crypto_skcipher_setkey(sctx->fallback.skcipher, key, len);
crypto/adiantum.c
124
err = crypto_skcipher_setkey(tctx->streamcipher, key, keylen);
crypto/algif_skcipher.c
355
return crypto_skcipher_setkey(private, key, keylen);
crypto/authenc.c
104
err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen);
crypto/authencesn.c
78
err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen);
crypto/ccm.c
95
err = crypto_skcipher_setkey(ctr, key, keylen);
crypto/chacha20poly1305.c
317
return crypto_skcipher_setkey(ctx->chacha, key, keylen);
crypto/cryptd.c
243
return crypto_skcipher_setkey(child, key, keylen);
crypto/ctr.c
187
return crypto_skcipher_setkey(child, key, keylen);
crypto/cts.c
85
return crypto_skcipher_setkey(child, key, keylen);
crypto/drbg.c
328
ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C,
crypto/drbg.c
347
ret = crypto_skcipher_setkey(drbg->ctr_handle, temp,
crypto/essiv.c
77
err = crypto_skcipher_setkey(tctx->u.skcipher, key, keylen);
crypto/gcm.c
108
err = crypto_skcipher_setkey(ctr, key, keylen);
crypto/hctr2.c
115
err = crypto_skcipher_setkey(tctx->xctr, key, keylen);
crypto/krb5enc.c
120
err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen);
crypto/lrw.c
81
err = crypto_skcipher_setkey(child, key, keylen - bsize);
crypto/simd.c
59
return crypto_skcipher_setkey(child, key, key_len);
crypto/skcipher.c
433
EXPORT_SYMBOL_GPL(crypto_skcipher_setkey);
crypto/tcrypt.c
1145
ret = crypto_skcipher_setkey(tfm, key, *keysize);
crypto/tcrypt.c
1364
ret = crypto_skcipher_setkey(tfm, key, *keysize);
crypto/testmgr.c
2826
err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen,
crypto/testmgr.c
3021
vec->setkey_error = crypto_skcipher_setkey(tfm, vec->key, vec->klen);
crypto/xts.c
73
return crypto_skcipher_setkey(child, key, keylen);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
603
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
623
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
643
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
489
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
511
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
462
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
485
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
370
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/aspeed/aspeed-hace-crypto.c
461
return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/aspeed/aspeed-hace-crypto.c
601
return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/atmel-aes.c
1690
err = crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/caam/caamalg.c
928
err = crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/caam/caamalg_qi.c
755
err = crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/caam/caamalg_qi2.c
1083
err = crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/ccp/ccp-crypto-aes-xts.c
101
return crypto_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len);
drivers/crypto/ccree/cc_cipher.c
428
return crypto_skcipher_setkey(ctx_p->fallback_tfm, key, keylen);
drivers/crypto/chelsio/chcr_algo.c
894
return crypto_skcipher_setkey(ablkctx->sw_cipher, key, keylen);
drivers/crypto/gemini/sl3516-ce-cipher.c
388
return crypto_skcipher_setkey(op->fallback_tfm, key, keylen);
drivers/crypto/geode-aes.c
160
return crypto_skcipher_setkey(tctx->fallback.skcipher, key, len);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
931
return crypto_skcipher_setkey(ctx->fallback_tfm, key, key_len);
drivers/crypto/intel/qat/qat_common/qat_algs.c
901
ret = crypto_skcipher_setkey(ctx->ftfm, key, keylen);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
442
return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
459
return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
490
return crypto_skcipher_setkey(ctx->fbk_cipher, key, keylen);
drivers/crypto/mxs-dcp.c
537
return crypto_skcipher_setkey(actx->fallback, key, len);
drivers/crypto/omap-aes.c
589
ret = crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/qce/skcipher.c
205
ret = crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
120
return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
136
return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
152
return crypto_skcipher_setkey(ctx->fallback_tfm, key, keylen);
drivers/crypto/sa2ul.c
908
ret = crypto_skcipher_setkey(child, key, keylen);
drivers/crypto/sahara.c
641
return crypto_skcipher_setkey(ctx->fallback, key, keylen);
drivers/crypto/starfive/jh7110-aes.c
871
return crypto_skcipher_setkey(ctx->skcipher_fbk, key, keylen);
drivers/md/dm-crypt.c
1039
return crypto_skcipher_setkey(elephant->tfm, &cc->key[key_offset], cc->key_extra_size);
drivers/md/dm-crypt.c
1048
return crypto_skcipher_setkey(elephant->tfm, key, cc->key_extra_size);
drivers/md/dm-crypt.c
2449
r = crypto_skcipher_setkey(cc->cipher_tfm.tfms[i],
drivers/md/dm-integrity.c
4461
r = crypto_skcipher_setkey(ic->journal_crypt, ic->journal_crypt_alg.key,
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
72
err = crypto_skcipher_setkey(tfm, sak, sak_len);
fs/ecryptfs/crypto.c
1468
rc = crypto_skcipher_setkey(*key_tfm, dummy_key, *key_size);
fs/ecryptfs/crypto.c
250
rc = crypto_skcipher_setkey(crypt_stat->tfm, crypt_stat->key,
fs/ecryptfs/keystore.c
1670
rc = crypto_skcipher_setkey(
fs/ecryptfs/keystore.c
2240
rc = crypto_skcipher_setkey(tfm, session_key_encryption_key,
fs/ecryptfs/keystore.c
776
rc = crypto_skcipher_setkey(
fs/ecryptfs/keystore.c
990
rc = crypto_skcipher_setkey(
include/crypto/skcipher.h
614
int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
include/crypto/skcipher.h
620
return crypto_skcipher_setkey(&tfm->base, key, keylen);
net/mac80211/fils_aead.c
122
res = crypto_skcipher_setkey(tfm2, key + key_len, key_len);
net/mac80211/fils_aead.c
179
res = crypto_skcipher_setkey(tfm2, key + key_len, key_len);
net/rxrpc/rxkad.c
74
if (crypto_skcipher_setkey(ci, prep->data, 8) < 0)
security/keys/encrypted-keys/encrypted.c
371
ret = crypto_skcipher_setkey(tfm, key, key_len);
security/keys/trusted-keys/trusted_dcp.c
108
res = crypto_skcipher_setkey(tfm, paes_key, sizeof(paes_key));
tools/testing/crypto/chacha20-s390/test-cipher.c
155
if (crypto_skcipher_setkey(skcipher, key, 32)) {