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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 110 milliseconds