OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:algID
(Results
1 - 2
of
2
) sorted by null
/external/tpm2/
AlgorithmCap.c
11
TPM_ALG_ID
algID
;
128
TPM_ALG_ID
algID
, // IN: the starting algorithm ID
143
// Scan the implemented algorithm list to see if there is a match to '
algID
'.
146
// If
algID
is less than the starting algorithm ID, skip it
147
if(s_algorithms[i].
algID
<
algID
)
153
algList->algProperties[algList->count].alg = s_algorithms[i].
algID
;
180
SET_BIT(s_algorithms[index].
algID
, *implemented);
/libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java
[
all
...]
Completed in 487 milliseconds