mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-10 16:03:48 +08:00
add zeromem engine
anti memory leakage attack
This commit is contained in:
17
engines/zeromem/test.h
Executable file
17
engines/zeromem/test.h
Executable file
@@ -0,0 +1,17 @@
|
||||
#ifndef _TEST_H_
|
||||
#define _TEST_H_
|
||||
|
||||
|
||||
extern int initDomainParameters(int argc, char** argv);
|
||||
extern int testFieldArithmetic();
|
||||
extern int testPointArithmetic();
|
||||
extern int testAES();
|
||||
extern int testKernelEc2m();
|
||||
extern int testMisc();
|
||||
extern int testEC2M();
|
||||
extern int benchmark_cycles();
|
||||
|
||||
extern int benchmark_EC2();
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user