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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c23 static const struct crypto_type crypto_shash_type; variable in typeref:struct:crypto_type
334 shash = crypto_create_tfm(calg, &crypto_shash_type);
457 shash = crypto_create_tfm(calg, &crypto_shash_type);
530 static const struct crypto_type crypto_shash_type = { variable in typeref:struct:crypto_type
547 return crypto_alloc_tfm(alg_name, &crypto_shash_type, type, mask);
560 base->cra_type = &crypto_shash_type;
623 &crypto_shash_type);
631 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask);

Completed in 79 milliseconds