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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c645 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, setup_auth() function
1115 ret = setup_auth(&tfm->base, 0, authsize, ctx->authkey, aead_setup()
1119 ret = setup_auth(&tfm->base, 1, authsize, ctx->authkey, aead_setup()

Completed in 60 milliseconds