Searched refs:crypto_create_tfm (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/
H A Dinternal.h134 static inline void *crypto_create_tfm(struct crypto_alg *alg, function
H A Dakcipher.c298 akcipher = crypto_create_tfm(calg, &crypto_akcipher_type);
H A Dscompress.c217 scomp = crypto_create_tfm(calg, &crypto_scomp_type);
H A Dlskcipher.c380 skcipher = crypto_create_tfm(calg, &crypto_lskcipher_type);
H A Dalgapi.c835 tfm = crypto_create_tfm(alg, spawn->frontend);
H A Dahash.c139 shash = crypto_create_tfm(calg, &crypto_shash_type);

Completed in 103 milliseconds