Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_name (Results 1 – 25 of 96) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c114 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ss_cipher()
231 err = sun8i_ss_run_task(ss, rctx, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ss_cipher()
328 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ss_cipher_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c114 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ss_cipher()
231 err = sun8i_ss_run_task(ss, rctx, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ss_cipher()
328 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ss_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c114 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ss_cipher()
231 err = sun8i_ss_run_task(ss, rctx, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ss_cipher()
328 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ss_cipher_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
405 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c100 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ce_cipher_prepare()
285 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
378 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ce_cipher_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
405 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c100 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ce_cipher_prepare()
285 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
378 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ce_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
307 dev_dbg(ce->dev, "%s %s len=%d\n", __func__, crypto_tfm_alg_name(areq->base.tfm), areq->nbytes); in sun8i_ce_hash_run()
405 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(areq->base.tfm)); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c100 crypto_tfm_alg_name(areq->base.tfm), in sun8i_ce_cipher_prepare()
285 err = sun8i_ce_run_task(ce, flow, crypto_tfm_alg_name(breq->base.tfm)); in sun8i_ce_cipher_run()
378 const char *name = crypto_tfm_alg_name(tfm); in sun8i_ce_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c30 const char *alg = crypto_tfm_alg_name(tfm); in p8_aes_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c30 const char *alg = crypto_tfm_alg_name(tfm); in p8_aes_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/vmx/
H A Daes.c30 const char *alg = crypto_tfm_alg_name(tfm); in p8_aes_init()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrypto.h689 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm) in crypto_tfm_alg_name() function
781 return crypto_tfm_alg_name(crypto_comp_tfm(tfm)); in crypto_comp_name()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrypto.h689 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm) in crypto_tfm_alg_name() function
781 return crypto_tfm_alg_name(crypto_comp_tfm(tfm)); in crypto_comp_name()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/
H A Dhash.h306 return crypto_tfm_alg_name(crypto_ahash_tfm(tfm)); in crypto_ahash_alg_name()
739 return crypto_tfm_alg_name(crypto_shash_tfm(tfm)); in crypto_shash_alg_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/
H A Dgeode-aes.c194 const char *name = crypto_tfm_alg_name(tfm); in fallback_init_cip()
240 const char *name = crypto_tfm_alg_name(&tfm->base); in geode_init_skcipher()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/
H A Dgeode-aes.c194 const char *name = crypto_tfm_alg_name(tfm); in fallback_init_cip()
240 const char *name = crypto_tfm_alg_name(&tfm->base); in geode_init_skcipher()
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/
H A Dhash.h306 return crypto_tfm_alg_name(crypto_ahash_tfm(tfm)); in crypto_ahash_alg_name()
739 return crypto_tfm_alg_name(crypto_shash_tfm(tfm)); in crypto_shash_alg_name()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/
H A Dgeode-aes.c194 const char *name = crypto_tfm_alg_name(tfm); in fallback_init_cip()
240 const char *name = crypto_tfm_alg_name(&tfm->base); in geode_init_skcipher()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrypto.h689 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm) in crypto_tfm_alg_name() function
781 return crypto_tfm_alg_name(crypto_comp_tfm(tfm)); in crypto_comp_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/
H A Dhash.h306 return crypto_tfm_alg_name(crypto_ahash_tfm(tfm)); in crypto_ahash_alg_name()
739 return crypto_tfm_alg_name(crypto_shash_tfm(tfm)); in crypto_shash_alg_name()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c107 crypto_tfm_alg_name(areq->base.tfm), in meson_cipher()
313 const char *name = crypto_tfm_alg_name(tfm); in meson_cipher_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c107 crypto_tfm_alg_name(areq->base.tfm), in meson_cipher()
313 const char *name = crypto_tfm_alg_name(tfm); in meson_cipher_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c107 crypto_tfm_alg_name(areq->base.tfm), in meson_cipher()
313 const char *name = crypto_tfm_alg_name(tfm); in meson_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/ccree/
H A Dcc_cipher.c165 crypto_tfm_alg_name(tfm)); in cc_cipher_init()
172 const char *name = crypto_tfm_alg_name(tfm); in cc_cipher_init()
243 crypto_tfm_ctx(tfm), crypto_tfm_alg_name(tfm)); in cc_cipher_exit()
310 ctx_p, crypto_tfm_alg_name(tfm), keylen); in cc_cipher_sethkey()
413 ctx_p, crypto_tfm_alg_name(tfm), keylen); in cc_cipher_setkey()

1234