Searched refs:setup_auth (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 739 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned int authsize, in setup_auth() function 1226 ret = setup_auth(&tfm->base, 0, authsize, ctx->authkey, in aead_setup() 1230 ret = setup_auth(&tfm->base, 1, authsize, ctx->authkey, in aead_setup()
|