Searched refs:crypto_alloc_shash (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/lib/ |
D | libcrc32c.c | 64 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
/linux-2.6.39/fs/cifs/ |
D | smbencrypt.c | 59 md4 = crypto_alloc_shash("md4", 0, 0); in mdfour()
|
D | cifsencrypt.c | 714 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()
|
D | link.c | 56 md5 = crypto_alloc_shash("md5", 0, 0); in symlink_hash()
|
/linux-2.6.39/crypto/ |
D | shash.c | 550 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 555 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
D | testmgr.c | 1470 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
|
/linux-2.6.39/drivers/crypto/ |
D | padlock-sha.c | 219 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in padlock_cra_init()
|
D | mv_cesa.c | 841 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()
|
D | omap-sham.c | 896 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()
|
D | n2_core.c | 411 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); in n2_hmac_cra_init()
|
/linux-2.6.39/include/crypto/ |
D | hash.h | 258 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
|
/linux-2.6.39/security/keys/ |
D | encrypted.c | 854 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()
|
D | trusted.c | 1136 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/ |
D | dm-crypt.c | 490 lmk->hash_tfm = crypto_alloc_shash("md5", 0, 0); in crypt_iv_lmk_ctr()
|