OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_algorithms
(Results
1 - 1
of
1
) sorted by null
/external/tpm2/
AlgorithmCap.c
14
static const ALGORITHM
s_algorithms
[] =
variable
141
// Compute how many algorithms are defined in
s_algorithms
array.
142
algNum = sizeof(
s_algorithms
) / sizeof(
s_algorithms
[0]);
147
if(
s_algorithms
[i].algID < algID)
153
algList->algProperties[algList->count].alg =
s_algorithms
[i].algID;
155
s_algorithms
[i].attributes;
177
for(index = (sizeof(
s_algorithms
) / sizeof(
s_algorithms
[0])) - 1;
180
SET_BIT(
s_algorithms
[index].algID, *implemented)
[
all
...]
Completed in 163 milliseconds