Probe for supported AF_ALG algorithms, register dynamically

This commit is contained in:
Martin Willi
2010-12-20 10:09:20 +01:00
parent 4ee5d97d57
commit 23a737eb29
10 changed files with 212 additions and 161 deletions
@@ -44,4 +44,9 @@ struct af_alg_hasher_t {
*/
af_alg_hasher_t *af_alg_hasher_create(hash_algorithm_t algo);
/**
* Probe algorithms and register af_alg_hasher_create().
*/
void af_alg_hasher_probe();
#endif /** af_alg_HASHER_H_ @}*/