HomeSort by: relevance | last modified time | path
    Searched refs:TSS_KEY_STRUCT_KEY (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_rsakey.c 61 initFlags |= TSS_KEY_STRUCT_KEY;
68 case TSS_KEY_STRUCT_KEY:
70 rsakey->type = TSS_KEY_STRUCT_KEY;
121 if (rsakey->type == TSS_KEY_STRUCT_KEY) {
212 rsakey->type = TSS_KEY_STRUCT_KEY;
1492 rsakey->type = TSS_KEY_STRUCT_KEY;
1957 if (rsakey->type != TSS_KEY_STRUCT_KEY) {
1983 if (rsakey->type == TSS_KEY_STRUCT_KEY) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_defines.h 182 #define TSS_KEY_STRUCT_KEY (UINT32)(0x00004000)

Completed in 25 milliseconds