From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4FD65A04AD for ; Mon, 24 Jan 2022 20:09:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B80C4118A; Mon, 24 Jan 2022 20:09:31 +0100 (CET) Received: from mail-qk1-f194.google.com (mail-qk1-f194.google.com [209.85.222.194]) by mails.dpdk.org (Postfix) with ESMTP id 7428540040 for ; Mon, 24 Jan 2022 20:09:30 +0100 (CET) Received: by mail-qk1-f194.google.com with SMTP id t1so21373055qkt.11 for ; Mon, 24 Jan 2022 11:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wAhLtSo72gtLSmXkOkECqhUf4chSUeC+xpHqLKI8lns=; b=i9IGqf/FJHi5h1RoBe/JCQT3RgO+LnxMkz+9ztl5J2mvDivstwtArMaWQNOXS39Gv3 B47PS5aK8lkVSHG/dJpDtOFD98aryQtyxy6lGt85cKsk/rwQznRP2K6CuNuWrfiOCMyp eYzwDQm2jXLDpobBOzFfitssR9t5omUwNrLwE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wAhLtSo72gtLSmXkOkECqhUf4chSUeC+xpHqLKI8lns=; b=4NzOEqpuBVuy67W9ibnB9SHaHBy7ztkxJ1Cr8pYgdQ07Tu5zhkA66CDUQQrD0adADH //f0w8qUKsGKUlDfe8TB1JVHbetTEm7EGxx1vVlcQkLjaXC5192YabpaTAT0zq22K4vs tTMPSlGPmVRwfo0g1cUlDcs6bnMGZalxUXBW7RUzYjx8Qy0WrMO4hYqrKlfqNT9YlkEx xeBH6tdF+P/gr/1Rz3PbjZ1JfTCH1XY3ogZtBbhS3wNYMQMgQ/Ucc6w4SxoLjKpbc2oX rQji6TUcIBQa0td+6xCL/Ddt6im4OsWmhC45rXq4Lbyb5q8oUvnZ9M8CGKybC7M6mjHG 4CHw== X-Gm-Message-State: AOAM533oGSbo2eiszTHiefTugO7MxyUvy3anvein/LDepeH2wiAQEB6q Of7+HVc4aZZloCSMAsJKs+ixmMaRrwrwpUkkUAgruOz/5/JeCTb/ETMPBsn+gTXmlmcNjwtjiLY tSq3lrncsAg6ktuI9Ne1IA0pxxRFwg8cd+3Y7UY5lVNiSdAYdbZ3e X-Google-Smtp-Source: ABdhPJx7rPjWm72c/ieYDMRnEiNQXU3ejIiWjlRiZ2x9eGxOyN2PySq0bfr87tsNvUoibMK3aG9kAQ== X-Received: by 2002:a37:5305:: with SMTP id h5mr12091378qkb.117.1643051369558; Mon, 24 Jan 2022 11:09:29 -0800 (PST) Received: from blo.iol.unh.edu ([2601:187:807e:37c0:b8f3:1158:3aca:ef34]) by smtp.gmail.com with ESMTPSA id h7sm7706769qtb.15.2022.01.24.11.09.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jan 2022 11:09:28 -0800 (PST) From: Brandon Lo To: ci@dpdk.org Cc: Brandon Lo Subject: [PATCH 2/4] tools: add default config file for acvp_tool Date: Mon, 24 Jan 2022 14:09:21 -0500 Message-Id: <20220124190923.745577-3-blo@iol.unh.edu> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220124190923.745577-1-blo@iol.unh.edu> References: <20220124190923.745577-1-blo@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org This provides the user with a generic configuration to get started. It will use the demo server and a basic AES-GCM test. Signed-off-by: Brandon Lo --- tools/acvp/acvp_config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/acvp/acvp_config.json diff --git a/tools/acvp/acvp_config.json b/tools/acvp/acvp_config.json new file mode 100644 index 0000000..9339885 --- /dev/null +++ b/tools/acvp/acvp_config.json @@ -0,0 +1,23 @@ +{ + "url": "https://demo.acvts.nist.gov", + "algorithms": [ + { + "algorithm": "ACVP-AES-GCM", + "revision": "1.0", + "direction": ["encrypt"], + "keyLen": [128, 192, 256], + "tagLen": [128], + "aadLen": [0], + "ivGenMode": "8.2.2", + "ivGen": "internal", + "ivLen": [96], + "payloadLen": [ + { + "max": 65536, + "min": 0, + "increment": 256 + } + ] + } + ] +} \ No newline at end of file -- 2.25.1