Symbol: crypto_alloc_sync_skcipher
block/blk-crypto-fallback.c
646
slotp->tfms[mode_num] = crypto_alloc_sync_skcipher(cipher_str,
crypto/krb5/rfc3961_simplified.c
284
cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0);
crypto/krb5/rfc3961_simplified.c
356
cipher = crypto_alloc_sync_skcipher(krb5->derivation_enc, 0, 0);
crypto/skcipher.c
666
EXPORT_SYMBOL_GPL(crypto_alloc_sync_skcipher);
drivers/crypto/amcc/crypto4xx_core.c
914
crypto_alloc_sync_skcipher(alg->base.cra_name, 0,
drivers/crypto/axis/artpec6_crypto.c
1550
crypto_alloc_sync_skcipher(crypto_tfm_alg_name(&tfm->base),
drivers/crypto/hisilicon/sec2/sec_crypto.c
771
c_ctx->fbtfm = crypto_alloc_sync_skcipher(alg, 0,
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
1155
blk = crypto_alloc_sync_skcipher(alg_name, 0, CRYPTO_ALG_NEED_FALLBACK);
drivers/crypto/ti/dthev2-aes.c
111
ctx->skcipher_fb = crypto_alloc_sync_skcipher("xts(aes)", 0,
fs/crypto/keysetup.c
107
tfm = crypto_alloc_sync_skcipher(mode->cipher_str, 0,
fs/crypto/keysetup_v1.c
54
tfm = crypto_alloc_sync_skcipher("ecb(aes)", 0, FSCRYPT_CRYPTOAPI_MASK);
include/crypto/skcipher.h
282
struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
net/ceph/crypto.c
26
key->aes_tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0);
net/mac802154/llsec.c
141
key->tfm0 = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0);
net/rxrpc/rxkad.c
110
ci = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0);
net/rxrpc/rxkad.c
1309
tfm = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0);
net/sunrpc/auth_gss/gss_krb5_keys.c
166
cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0);
net/sunrpc/auth_gss/gss_krb5_mech.c
271
tfm = crypto_alloc_sync_skcipher(cname, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1147
cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1152
cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1641
cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1646
cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1798
cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
1803
cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
541
cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0);
net/sunrpc/auth_gss/gss_krb5_test.c
546
cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0);