]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/crypto/poly1305.h
media: cec-funcs.h: add status_req checks
[mirror_ubuntu-bionic-kernel.git] / include / crypto / poly1305.h
index c65567d01e8e73ebb39e0fbea3d96272847dc55b..f718a19da82f75d525b2da1f818b7230af197a3e 100644 (file)
@@ -31,8 +31,6 @@ struct poly1305_desc_ctx {
 };
 
 int crypto_poly1305_init(struct shash_desc *desc);
-int crypto_poly1305_setkey(struct crypto_shash *tfm,
-                          const u8 *key, unsigned int keylen);
 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx,
                                        const u8 *src, unsigned int srclen);
 int crypto_poly1305_update(struct shash_desc *desc,