OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSS_KEY_SIZE_MASK
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_context.c
182
if ((initFlags &
TSS_KEY_SIZE_MASK
) == 0)
190
switch (initFlags &
TSS_KEY_SIZE_MASK
) {
obj_rsakey.c
130
if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_512) {
132
} else if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_1024) {
134
} else if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_2048) {
136
} else if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_4096) {
138
} else if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_8192) {
140
} else if ((initFlags &
TSS_KEY_SIZE_MASK
) == TSS_KEY_SIZE_16384) {
/src/crypto/external/cpl/trousers/dist/src/include/trousers/
trousers.h
270
#define
TSS_KEY_SIZE_MASK
0x00000F00
277
#define TSS_KEY_SIZE(x) (x &
TSS_KEY_SIZE_MASK
)
Completed in 17 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026