Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/vmx/
Daes.c56 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_init()
Daes_ctr.c55 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_ctr_init()
Daes_cbc.c57 crypto_tfm_alg_driver_name((struct crypto_tfm *) fallback)); in p8_aes_cbc_init()
Dghash.c75 crypto_tfm_alg_driver_name(crypto_shash_tfm(fallback))); in p8_ghash_init_tfm()
/linux-4.1.27/crypto/
Dablk_helper.c145 crypto_tfm_alg_driver_name(tfm)); in ablk_init()
Dtestmgr.c195 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in __test_hash()
421 const char *algo = crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in __test_aead()
834 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
911 crypto_tfm_alg_driver_name(crypto_ablkcipher_tfm(tfm)); in __test_skcipher()
1187 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
1269 const char *algo = crypto_tfm_alg_driver_name(crypto_pcomp_tfm(tfm)); in test_pcomp()
1444 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
Ddrbg.c1720 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); in drbg_kcapi_init()
1780 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_reset()
Dtcrypt.c53 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))
/linux-4.1.27/include/linux/
Dcrypto.h769 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function