Home
last modified time | relevance | path

Searched refs:crypto_alloc_shash (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/lib/
Dlibcrc32c.c64 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
/linux-2.6.39/fs/cifs/
Dsmbencrypt.c59 md4 = crypto_alloc_shash("md4", 0, 0); in mdfour()
Dcifsencrypt.c714 server->secmech.hmacmd5 = crypto_alloc_shash("hmac(md5)", 0, 0); in cifs_crypto_shash_allocate()
720 server->secmech.md5 = crypto_alloc_shash("md5", 0, 0); in cifs_crypto_shash_allocate()
Dlink.c56 md5 = crypto_alloc_shash("md5", 0, 0); in symlink_hash()
/linux-2.6.39/crypto/
Dshash.c550 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function
555 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
Dtestmgr.c1470 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c219 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in padlock_cra_init()
Dmv_cesa.c841 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in mv_cra_hash_init()
854 base_hash = crypto_alloc_shash(base_hash_name, 0, in mv_cra_hash_init()
Domap-sham.c896 tctx->fallback = crypto_alloc_shash(alg_name, 0, in omap_sham_cra_init_alg()
910 bctx->shash = crypto_alloc_shash(alg_base, 0, in omap_sham_cra_init_alg()
Dn2_core.c411 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); in n2_hmac_cra_init()
/linux-2.6.39/include/crypto/
Dhash.h258 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
/linux-2.6.39/security/keys/
Dencrypted.c854 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in encrypted_shash_alloc()
861 hashalg = crypto_alloc_shash(hash_alg, 0, CRYPTO_ALG_ASYNC); in encrypted_shash_alloc()
Dtrusted.c1136 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()
1143 hashalg = crypto_alloc_shash(hash_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()
/linux-2.6.39/drivers/md/
Ddm-crypt.c490 lmk->hash_tfm = crypto_alloc_shash("md5", 0, 0); in crypt_iv_lmk_ctr()