crypto4xx_crypt    90 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, 0, false, true);
crypto4xx_crypt    95 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, AES_IV_SIZE, false, false);
crypto4xx_crypt   100 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, 0, true, true);
crypto4xx_crypt   105 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, AES_IV_SIZE, true, false);
crypto4xx_crypt   110 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, AES_IV_SIZE, false, true);
crypto4xx_crypt   115 drivers/crypto/amcc/crypto4xx_alg.c 	return crypto4xx_crypt(req, AES_IV_SIZE, true, true);