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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_ek.c 98 if ((result = obj_rsakey_add(tspContext, TSS_KEY_SIZE_2048|TSS_KEY_TYPE_LEGACY, &hRetKey)))
tspi_ps.c 97 if ((result = obj_rsakey_add(tspContext, TSS_RSAKEY_FLAG_OWNEREVICT,
420 if ((result = obj_rsakey_add(tspContext, flag, &keyOutHandle))) {
tspi_context.c 224 result = obj_rsakey_add(tspContext, initFlags, phObject);
tspi_ek.c 247 if ((result = obj_rsakey_add(tspContext, TSS_KEY_SIZE_2048|TSS_KEY_TYPE_LEGACY, &retKey)))
tspi_key.c 549 if ((result = obj_rsakey_add(tspContext, initFlags, phKey))) {
obj_rsakey.c 27 obj_rsakey_add(TSS_HCONTEXT tspContext, TSS_FLAG initFlags, TSS_HOBJECT *phObject) function
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_rsakey.h 42 TSS_RESULT obj_rsakey_add(TSS_HCONTEXT, TSS_FLAG, TSS_HOBJECT *);

Completed in 18 milliseconds