]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/gss_spkm3.h
[SUNRPC] GSS: Use block ciphers where applicable
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / gss_spkm3.h
index 336e218c2782786c3fc5e6899bba8dcbc5723404..2cf3fbb40b4fe1e9617153e86be151ac44c62c0b 100644 (file)
@@ -19,9 +19,9 @@ struct spkm3_ctx {
        unsigned int            req_flags ;
        struct xdr_netobj       share_key;
        int                     conf_alg;
-       struct crypto_tfm*      derived_conf_key;
+       struct crypto_blkcipher *derived_conf_key;
        int                     intg_alg;
-       struct crypto_tfm*      derived_integ_key;
+       struct crypto_blkcipher *derived_integ_key;
        int                     keyestb_alg;   /* alg used to get share_key */
        int                     owf_alg;   /* one way function */
 };