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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h114 return container_of(__crypto_hash_alg_common(alg), struct ahash_alg,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h129 static inline struct hash_alg_common *__crypto_hash_alg_common( function
138 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dahash.c409 __crypto_hash_alg_common(alg)->digestsize);
500 return IS_ERR(alg) ? ERR_CAST(alg) : __crypto_hash_alg_common(alg);

Completed in 124 milliseconds