Re: Crypto API and keyed non-HMAC digest algorithms / Michael MIC

From: James Morris
Date: Tue Mar 09 2004 - 23:22:07 EST


On Tue, 9 Mar 2004, Jouni Malinen wrote:

> +static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)
> +{
> + u32 flags;
> + if (tfm->__crt_alg->cra_digest.dia_setkey == NULL)
> + return -1;

In both patches, these 'return -1' statements should be -EINVAL, or
whatever is appropriate (probably -ENOSYS for this one).


- James
--
James Morris
<jmorris@xxxxxxxxxx>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/