OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_toTest
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
CryptSelfTest.c
67
MemoryCopy(
g_toTest
,
69
sizeof(
g_toTest
), sizeof(
g_toTest
));
71
return CryptRunSelfTests(&
g_toTest
);
120
if(TEST_BIT(alg,
g_toTest
))
138
MemoryCopy(
g_toTest
,
140
sizeof(
g_toTest
),
141
sizeof(
g_toTest
));
144
CryptTestAlgorithm(TPM_ALG_ERROR, &
g_toTest
);
153
// run, the corresponding bit in toTest and in
g_toTest
is CLEAR. If toTest is NULL, then only the bit i
[
all
...]
Global.c
133
ALGORITHM_VECTOR
g_toTest
;
Global.h
40
extern ALGORITHM_VECTOR
g_toTest
;
43
LIB_IMPORT extern ALGORITHM_VECTOR
g_toTest
;
48
#define TEST(alg) if(TEST_BIT(alg,
g_toTest
)) CryptTestAlgorithm(alg, NULL)
54
if( TEST_BIT(alg,
g_toTest
) \
[
all
...]
Completed in 437 milliseconds