Searched refs:crypto_aead_setauthsize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Daead.c60 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) function
78 EXPORT_SYMBOL_GPL(crypto_aead_setauthsize); variable
H A Dpcrypt.c114 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dgcm.c895 return crypto_aead_setauthsize(ctx->child, authsize);
1102 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dccm.c681 return crypto_aead_setauthsize(ctx->child, authsize);
H A Dtestmgr.c436 ret = crypto_aead_setauthsize(tfm, authsize);
550 ret = crypto_aead_setauthsize(tfm, authsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Desp4.c455 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8);
525 err = crypto_aead_setauthsize(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Desp6.c405 err = crypto_aead_setauthsize(aead, x->aead->alg_icv_len / 8);
475 err = crypto_aead_setauthsize(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h789 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);

Completed in 131 milliseconds