Skip to content

Commit 3be7e14

Browse files
SDA USRsdausr
authored and
GitHub Enterprise
committedNov 19, 2024
Squashed 'security' changes from 47d3b2d6..ed97b9e8 (#1132)
ed97b9e8 Merge pull request #249 from JenkinsTest/wa_timing_hmac_sha1 1fa9cf44 wa for timing Co-authored-by: sdausr <[email protected]>
1 parent e51e835 commit 3be7e14

File tree

1 file changed

+7
-7
lines changed
  • security/L1/benchmarks/hmac_sha1

1 file changed

+7
-7
lines changed
 

‎security/L1/benchmarks/hmac_sha1/Makefile

+7-7
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ VPP_FLAGS += -I $(XFLIB_DIR)/L1/include -I kernel -I $(XFLIB_DIR)/L1/include
143143
endif
144144

145145
######################### binary container global settings ##########################
146-
VPP_FLAGS_hmacSha1Kernel_1 += --hls.clock 300000000:hmacSha1Kernel_1
147-
VPP_FLAGS_hmacSha1Kernel_2 += --hls.clock 300000000:hmacSha1Kernel_2
148-
VPP_FLAGS_hmacSha1Kernel_3 += --hls.clock 300000000:hmacSha1Kernel_3
149-
VPP_FLAGS_hmacSha1Kernel_4 += --hls.clock 300000000:hmacSha1Kernel_4
146+
VPP_FLAGS_hmacSha1Kernel_1 += --hls.clock 280000000:hmacSha1Kernel_1
147+
VPP_FLAGS_hmacSha1Kernel_2 += --hls.clock 280000000:hmacSha1Kernel_2
148+
VPP_FLAGS_hmacSha1Kernel_3 += --hls.clock 280000000:hmacSha1Kernel_3
149+
VPP_FLAGS_hmacSha1Kernel_4 += --hls.clock 280000000:hmacSha1Kernel_4
150150
ifneq ($(HOST_ARCH_temp), x86)
151-
VPP_LDFLAGS_hmacSha1Kernel += --clock.defaultFreqHz 300000000
151+
VPP_LDFLAGS_hmacSha1Kernel += --clock.defaultFreqHz 280000000
152152
else
153-
VPP_LDFLAGS_hmacSha1Kernel += --kernel_frequency 300
153+
VPP_LDFLAGS_hmacSha1Kernel += --kernel_frequency 280
154154
endif
155155

156156
ifneq ($(SD_CARD_NEEDED), on)
@@ -368,4 +368,4 @@ cleanall: cleanh cleank
368368
-$(RMDIR) $(AIE_WORK_DIR) $(AIE_PKG_DIR) $(CUR_DIR)/*.xpe $(CUR_DIR)/hw.o $(CUR_DIR)/*.xsa $(CUR_DIR)/xnwOut
369369
-$(RMDIR) *.html $(INSTANCE_FILES)
370370

371-
clean: cleanh
371+
clean: cleanh

0 commit comments

Comments
 (0)
Please sign in to comment.