[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Minios-devel] [UNIKRAFT PATCH v2 0/4] lib/ukswrand: Add ChaCha20
- To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
- From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Date: Wed, 16 Oct 2019 15:41:37 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MDp3uz1JgG6uCFSud3/JuQeiFYN5P2S8PLcoU5NTz+M=; b=ISONhoQwa8Gs+Av5N/s0IuHU/BQMgbRcVQ0EcvR8ePtvUuDTdAsRp9x9w8Jbr5ks82Bas7a9cXWl9zIJX6jH7kWKzRwlZhpwsPpGoZq1k1VB1ovL8uhEbMOMA/t0cDTC4V5MdfEDrnZboX6kdiBRwULclDMt+zLQUMZUo2khEpNAPDFoygMMEFRJqze33W3p20R1C4m7dICI8scC4A45bpbZhOgpL/EshtdsDewm5OkuUuTMs/AdRnTSvesbe1C/JhXT2EKX1GmRA0vIthLSGV8wpoqPpLTvgAlrHm/jET5jcN3be2/nPKKTjtr5gnvBBMlEUG7IdNR9jQ2kd1/OSQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SRYjNDmbsNZhyxjOjnP6jGji90mN0wtTfOBIk120awpcWg28d04KGnTXw72Q9pvgCgMLdYDX3vAo6twNpW37FJMpaXTYI/CU3UaEnwpUq2gP5gERbRV18xvNiF3ns44gOvPgmXgN+U8VpW9ZQwDqIRhEOQdTwTrd0IvyuEJwMt8PrgbstyhKmwvAIbBQ8xXOrHdXK5PaRla6YKwcrzKOwsFYujdxdDmIH+q6RrPx0ZAWnaRCEvZVYqmJaX1G3ldsYtTbRRvmnKKL41oCyrMc/Md2ek6l771HABFhq1h16SYjG1mOXTuh2Dhy6GssmNAGMleA6eBqyzs8EWlGABFqDg==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
- Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, "simon.kuenzer@xxxxxxxxx" <simon.kuenzer@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Delivery-date: Wed, 16 Oct 2019 15:41:46 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
- Thread-index: AQHVhDgymSGB1KUTDkibn5wle8ZuQA==
- Thread-topic: [UNIKRAFT PATCH v2 0/4] lib/ukswrand: Add ChaCha20
We add the ChaCha20 algorithm. This patch series refactors the
existing code for multiple algorithms support.
Vlad-Andrei Badoiu (4):
lib/ukswrand: Adapt the library to work with multiple algorithms
lib/ukswrand: Add seed generating function
lib/ukswrand: Add ChaCha algorithm
lib/ukswrand: Fix uk_swrand_fill_buffer to fill the entire buffer
lib/ukswrand/Config.uk | 14 ++-
lib/ukswrand/Makefile.uk | 2 +
lib/ukswrand/chacha.c | 156 +++++++++++++++++++++++++++++++
lib/ukswrand/include/uk/swrand.h | 35 +++++--
lib/ukswrand/mwc.c | 29 ++----
lib/ukswrand/swrand.c | 53 +++++++++++
6 files changed, 259 insertions(+), 30 deletions(-)
create mode 100644 lib/ukswrand/chacha.c
create mode 100644 lib/ukswrand/swrand.c
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|