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 AFF7FA04A3 for ; Wed, 26 Jan 2022 19:16:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 774BE4275C; Wed, 26 Jan 2022 19:16:55 +0100 (CET) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mails.dpdk.org (Postfix) with ESMTP id 939B142752 for ; Wed, 26 Jan 2022 19:16:54 +0100 (CET) Received: by mail-qv1-f51.google.com with SMTP id s6so547627qvv.11 for ; Wed, 26 Jan 2022 10:16:54 -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=hPZ0cY7GT8MFChO5cBAM55eZgAd8jinkfPH4ia+yOXPzSFa1cG6CXO0flxyAlJwe9T xGpKouvTsLTBfeTPoI5qwwWj8rbuol+TjkJf9YofrcTdTVZMt2gwL4W6EgIqiiwJq3x6 nHmRxodyMWMukznKhMNHSLY0mYS7WFdLO78f8= 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=BWM2Rfuf/1Q8spk88Hmdsm7Jt0WTRF+ZTYDHR+wtUMwSJEmBlxy/bZEVmDt5U5UbxO Zow2EQkp44lxNGb73Lk/t9J2ijunzwk7uir+2dLbgtMxqMUFTBO0ZfaUkEVlzh4tiyYc WxjFSkCLJ7P2ssa8dLntiyxYveyHoIPvkuE0SVXZeF35Rhmc4Dl8R/yP9nKnKSNA+ySX gQT+pAfM4Y9MmfD/BxfoYVCq8bmJUuHIL402SOY+DaDz/OGyPamO03Etnb6PgXF9IOuB wmmcmH5ffsc3FUItdgfpLDhzo7iH4IF4shXr0slPGKAIqcAep5grKk2H0QZLUnL57ahP T6Mg== X-Gm-Message-State: AOAM5322c9ozOpzV8gjQGrWVuvF4tqOeZIo8gsuBonlHVIsv5Wju7R9H hkVyE/7dX2IAZjYYbQyqaPaMi9lW198cbaC80UHjOGAQqAKgt4N9ZAYMnNywuUrC8exB/bfMAxv RZU9Qegm/wVIj4/qLOA58QOhMNZp/HVB3GkWpIdj6rebbTuz5dg== X-Google-Smtp-Source: ABdhPJzNGawcJ+AYhKGRc5OdTEcv9u7Azt7yHuLMs0xR2/7C+6ICHABP1PtGVOMyabX5ym3/r7q86Q== X-Received: by 2002:ad4:5b8d:: with SMTP id 13mr3633884qvp.70.1643221013565; Wed, 26 Jan 2022 10:16:53 -0800 (PST) Received: from blo.unh.edu (nt-238-78.w4.unh.edu. [132.177.238.78]) by smtp.gmail.com with ESMTPSA id v21sm3198qtx.13.2022.01.26.10.16.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 10:16:52 -0800 (PST) From: Brandon Lo To: ci@dpdk.org Cc: Brandon Lo Subject: [PATCH v2 2/4] tools: add default config file for acvp_tool Date: Wed, 26 Jan 2022 13:16:47 -0500 Message-Id: <20220126181649.770364-3-blo@iol.unh.edu> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220126181649.770364-1-blo@iol.unh.edu> References: <20220126181649.770364-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