Home
last modified time | relevance | path

Searched refs:crypto_create_tfm (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/crypto/
Dapi.c449 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm() function
488 EXPORT_SYMBOL_GPL(crypto_create_tfm);
546 tfm = crypto_create_tfm(alg, frontend); in crypto_alloc_tfm()
Dinternal.h92 void *crypto_create_tfm(struct crypto_alg *alg,
Dshash.c340 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
463 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_compat()
Dalgapi.c625 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2()