Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_driver_name (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/
H A Dhash.h311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
744 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
H A Daead.h198 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
H A Dskcipher.h227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/
H A Dhash.h311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
744 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
H A Daead.h198 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
H A Dskcipher.h227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/
H A Dhash.h311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
744 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
H A Daead.h198 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
H A Dskcipher.h227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c350 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
351 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ss_cipher_init()
H A Dsun8i-ss-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ss_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ss_hash_crainit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c350 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
351 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ss_cipher_init()
H A Dsun8i-ss-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ss_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ss_hash_crainit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c350 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
351 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ss_cipher_init()
H A Dsun8i-ss-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ss_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ss_hash_crainit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ce_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ce_hash_crainit()
H A Dsun8i-ce-cipher.c400 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
401 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ce_cipher_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ce_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ce_hash_crainit()
H A Dsun8i-ce-cipher.c400 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
401 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ce_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c53 crypto_tfm_alg_driver_name(tfm), in sun8i_ce_hash_crainit()
54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ce_hash_crainit()
H A Dsun8i-ce-cipher.c400 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
401 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ce_cipher_init()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrypto.h694 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrypto.h694 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrypto.h694 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dtestmgr.c2603 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
3172 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
3278 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
3446 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
4102 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()

12