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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c373 if (tfm->__crt_alg->cra_type != &crypto_ahash_type)
394 if (alg->cra_type == &crypto_ahash_type)
412 const struct crypto_type crypto_ahash_type = { variable in typeref:struct:crypto_type
423 EXPORT_SYMBOL_GPL(crypto_ahash_type); variable
428 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask);
440 base->cra_type = &crypto_ahash_type;
491 &crypto_ahash_type);
499 alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask);
H A Dgcm.c711 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h53 extern const struct crypto_type crypto_ahash_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c287 .cra_type = &crypto_ahash_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c2123 .cra_type = &crypto_ahash_type
2144 .cra_type = &crypto_ahash_type
2165 .cra_type = &crypto_ahash_type
2186 .cra_type = &crypto_ahash_type
2207 .cra_type = &crypto_ahash_type
2228 .cra_type = &crypto_ahash_type
H A Dmv_cesa.c596 &crypto_ahash_type) {

Completed in 83 milliseconds