| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cipherapi.h | 43 # define cryptodev_crypto_alloc_blkcipher crypto_alloc_skcipher
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-skcipher.rst | 17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
|
| H A D | api-samples.rst | 33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | fils_aead.c | 116 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_encrypt() 175 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 29 crypto_alloc_skcipher
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | aes_cbc.c | 29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
|
| H A D | aes_ctr.c | 28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
|
| H A D | aes_xts.c | 31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | skcipher.h | 184 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | keysetup_v1.c | 55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
|
| H A D | keysetup.c | 84 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-xts.c | 205 fallback_tfm = crypto_alloc_skcipher("xts(aes)", 0, in ccp_aes_xts_init_tfm()
|
| /OK3568_Linux_fs/kernel/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 85 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes() 384 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sec_tkip.c | 94 priv->tx_tfm_arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, in lib80211_tkip_init() 106 priv->rx_tfm_arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, in lib80211_tkip_init()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algif_skcipher.c | 295 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
|
| H A D | skcipher.c | 759 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function 764 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
|
| H A D | simd.c | 149 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
|
| H A D | fips140-selftests.c | 240 tfm = crypto_alloc_skcipher(impl, 0, 0); in fips_test_skcipher()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | geode-aes.c | 244 crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | in geode_init_skcipher()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 324 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in meson_cipher_init()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | aes_s390.c | 259 sctx->fallback.skcipher = crypto_alloc_skcipher(name, 0, in fallback_init_skcipher() 495 xts_ctx->fallback = crypto_alloc_skcipher(name, 0, in xts_fallback_init()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-crypto-fallback.c | 628 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | skcipher.c | 281 ctx->fallback = crypto_alloc_skcipher(crypto_tfm_alg_name(&tfm->base), in qce_skcipher_init_fallback()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-cipher.c | 378 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ss_cipher_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 197 ctx->enc_tfm = crypto_alloc_skcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC | in cbc_init()
|