crypto_alloc_skcipher 306 crypto/algif_skcipher.c return crypto_alloc_skcipher(name, type, mask); crypto_alloc_skcipher 972 crypto/cryptd.c tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); crypto_alloc_skcipher 1762 crypto/drbg.c sk_tfm = crypto_alloc_skcipher(ctr_name, 0, 0); crypto_alloc_skcipher 153 crypto/simd.c tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, crypto_alloc_skcipher 994 crypto/skcipher.c EXPORT_SYMBOL_GPL(crypto_alloc_skcipher); crypto_alloc_skcipher 1270 crypto/tcrypt.c tfm = crypto_alloc_skcipher(algo, 0, 0); crypto_alloc_skcipher 1509 crypto/tcrypt.c tfm = crypto_alloc_skcipher(algo, 0, async ? 0 : CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 2739 crypto/testmgr.c generic_tfm = crypto_alloc_skcipher(generic_driver, 0, 0); crypto_alloc_skcipher 2870 crypto/testmgr.c tfm = crypto_alloc_skcipher(driver, type, mask); crypto_alloc_skcipher 259 drivers/crypto/geode-aes.c crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | crypto_alloc_skcipher 1118 drivers/crypto/mediatek/mtk-aes.c ctx->ctr = crypto_alloc_skcipher("ctr(aes)", 0, crypto_alloc_skcipher 651 drivers/crypto/omap-aes.c ctx->ctr = crypto_alloc_skcipher("ecb(aes)", 0, 0); crypto_alloc_skcipher 29 drivers/crypto/vmx/aes_cbc.c fallback = crypto_alloc_skcipher("cbc(aes)", 0, crypto_alloc_skcipher 28 drivers/crypto/vmx/aes_ctr.c fallback = crypto_alloc_skcipher("ctr(aes)", 0, crypto_alloc_skcipher 31 drivers/crypto/vmx/aes_xts.c fallback = crypto_alloc_skcipher("xts(aes)", 0, crypto_alloc_skcipher 1781 drivers/md/dm-crypt.c cc->cipher_tfm.tfms[i] = crypto_alloc_skcipher(ciphermode, 0, 0); crypto_alloc_skcipher 3341 drivers/md/dm-integrity.c ic->journal_crypt = crypto_alloc_skcipher(ic->journal_crypt_alg.alg_string, 0, 0); crypto_alloc_skcipher 77 fs/crypto/keysetup.c tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); crypto_alloc_skcipher 55 fs/crypto/keysetup_v1.c struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); crypto_alloc_skcipher 592 fs/ecryptfs/crypto.c crypt_stat->tfm = crypto_alloc_skcipher(full_alg_name, 0, 0); crypto_alloc_skcipher 1582 fs/ecryptfs/crypto.c *key_tfm = crypto_alloc_skcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 191 include/crypto/skcipher.h struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, crypto_alloc_skcipher 116 net/mac80211/fils_aead.c tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 175 net/mac80211/fils_aead.c tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 846 net/rxrpc/key.c ci = crypto_alloc_skcipher("pcbc(des)", 0, CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 85 security/keys/encrypted-keys/encrypted.c tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); crypto_alloc_skcipher 396 security/keys/encrypted-keys/encrypted.c tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);