Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/vmx/
Daes.c57 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_init()
Daes_ctr.c57 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_ctr_init()
Daes_cbc.c59 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_cbc_init()
Dghash.c76 crypto_tfm_alg_driver_name(crypto_shash_tfm(fallback))); in p8_ghash_init_tfm()
/linux-4.4.14/crypto/
Dablk_helper.c145 crypto_tfm_alg_driver_name(tfm)); in ablk_init()
Dtestmgr.c205 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in __test_hash()
431 const char *algo = crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in __test_aead()
853 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
930 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in __test_skcipher()
1219 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
1301 const char *algo = crypto_tfm_alg_driver_name(crypto_pcomp_tfm(tfm)); in test_pcomp()
1476 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
Ddrbg.c1820 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
Dtcrypt.c56 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))
/linux-4.4.14/include/linux/
Dcrypto.h636 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function