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

  /src/crypto/external/cpl/trousers/dist/src/include/
tspps.h 16 #define TSS_USER_PS_DIR ".trousers"
  /src/crypto/external/cpl/trousers/dist/src/tspi/ps/
tspps.c 95 rc = snprintf(buf, sizeof (buf), "%s/%d", TSS_USER_PS_DIR, euid);
127 /* Tack on TSS_USER_PS_DIR and see if it exists */
128 rc = snprintf(buf, sizeof (buf), "%s/%s", home_dir, TSS_USER_PS_DIR);
156 rc = snprintf(buf, sizeof (buf), "%s/%d/%s", TSS_USER_PS_DIR, euid,
159 rc = snprintf(buf, sizeof (buf), "%s/%s/%s", home_dir, TSS_USER_PS_DIR,

Completed in 15 milliseconds