Home
last modified time | relevance | path

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

/linux/include/crypto/
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()
A Daead.h198 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
A Dskcipher.h227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c333 crypto_tfm_alg_driver_name(&sktfm->base), in sl3516_ce_cipher_init()
334 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sl3516_ce_cipher_init()
/linux/drivers/crypto/allwinner/sun8i-ss/
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()
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()
/linux/drivers/crypto/allwinner/sun8i-ce/
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()
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()
/linux/include/linux/
A Dcrypto.h668 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/linux/drivers/crypto/
A Dixp4xx_crypto.c643 crypto_tfm_alg_driver_name(&tfm->base), in init_tfm_ablk()
644 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm)) in init_tfm_ablk()
/linux/crypto/
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()
A Ddrbg.c1976 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
A Dtcrypt.c54 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))

Completed in 36 milliseconds