Symbol: crypto_sync_skcipher_setkey
block/blk-crypto-fallback.c
101
err = crypto_sync_skcipher_setkey(slotp->tfms[crypto_mode], blank_key,
block/blk-crypto-fallback.c
122
err = crypto_sync_skcipher_setkey(slotp->tfms[crypto_mode], key->bytes,
crypto/krb5/rfc3961_simplified.c
289
ret = crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len);
crypto/krb5/rfc3961_simplified.c
362
ret = crypto_sync_skcipher_setkey(cipher, key->data, key->len);
drivers/crypto/amcc/crypto4xx_alg.c
279
return crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen);
drivers/crypto/axis/artpec6_crypto.c
1199
ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key,
drivers/crypto/hisilicon/sec2/sec_crypto.c
939
ret = crypto_sync_skcipher_setkey(c_ctx->fbtfm, key, keylen);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
200
return crypto_sync_skcipher_setkey(tctx->sw_cipher.sk, in_key, key_len);
drivers/crypto/ti/dthev2-aes.c
177
return crypto_sync_skcipher_setkey(ctx->skcipher_fb, key, keylen);
fs/crypto/keysetup.c
136
err = crypto_sync_skcipher_setkey(tfm, raw_key, mode->keysize);
fs/crypto/keysetup_v1.c
58
err = crypto_sync_skcipher_setkey(tfm, nonce, FSCRYPT_FILE_NONCE_SIZE);
net/ceph/crypto.c
34
ret = crypto_sync_skcipher_setkey(key->aes_tfm, key->key, key->len);
net/mac802154/llsec.c
145
if (crypto_sync_skcipher_setkey(key->tfm0, template->key,
net/rxrpc/rxkad.c
1088
if (crypto_sync_skcipher_setkey(rxkad_ci, session_key->x,
net/rxrpc/rxkad.c
117
if (crypto_sync_skcipher_setkey(ci, token->kad->session_key,
net/sunrpc/auth_gss/gss_krb5_keys.c
170
if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len))
net/sunrpc/auth_gss/gss_krb5_mech.c
274
if (crypto_sync_skcipher_setkey(tfm, key->data, key->len)) {
net/sunrpc/auth_gss/gss_krb5_test.c
1149
err = crypto_sync_skcipher_setkey(cbc_tfm, Ke.data, Ke.len);
net/sunrpc/auth_gss/gss_krb5_test.c
1154
err = crypto_sync_skcipher_setkey(cts_tfm, Ke.data, Ke.len);
net/sunrpc/auth_gss/gss_krb5_test.c
1643
err = crypto_sync_skcipher_setkey(cbc_tfm, Ke.data, Ke.len);
net/sunrpc/auth_gss/gss_krb5_test.c
1648
err = crypto_sync_skcipher_setkey(cts_tfm, Ke.data, Ke.len);
net/sunrpc/auth_gss/gss_krb5_test.c
1800
err = crypto_sync_skcipher_setkey(cbc_tfm, param->Ke->data, param->Ke->len);
net/sunrpc/auth_gss/gss_krb5_test.c
1805
err = crypto_sync_skcipher_setkey(cts_tfm, param->Ke->data, param->Ke->len);
net/sunrpc/auth_gss/gss_krb5_test.c
543
err = crypto_sync_skcipher_setkey(cbc_tfm, param->Ke->data, param->Ke->len);
net/sunrpc/auth_gss/gss_krb5_test.c
548
err = crypto_sync_skcipher_setkey(cts_tfm, param->Ke->data, param->Ke->len);