Re: [1/13] [CRYPTO] api: Rename crypto_alg_get to crypto_mod_get

2006-07-02 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Mon, 3 Jul 2006 00:19:24 +1000 > [CRYPTO] api: Rename crypto_alg_get to crypto_mod_get > > The functions crypto_alg_get and crypto_alg_put operates on the crypto > modules rather than the algorithms. Therefore it makes sense to call > them crypto_mod_ge

[1/13] [CRYPTO] api: Rename crypto_alg_get to crypto_mod_get

2006-07-02 Thread Herbert Xu
Hi: [CRYPTO] api: Rename crypto_alg_get to crypto_mod_get The functions crypto_alg_get and crypto_alg_put operates on the crypto modules rather than the algorithms. Therefore it makes sense to call them crypto_mod_get and crypto_alg_put respectively. This is needed because we need to have real