Home
last modified time | relevance | path

Searched refs:keystore_path (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c302 static char keystore_path[MAXPATHLEN]; variable
350 bzero(keystore_path, sizeof (keystore_path)); in get_tpm_keystore_path()
365 (void) snprintf(keystore_path, MAXPATHLEN, "%s", p); in get_tpm_keystore_path()
367 (void) snprintf(keystore_path, MAXPATHLEN, "%s", in get_tpm_keystore_path()
372 return (keystore_path); in get_tpm_keystore_path()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c157 static char keystore_path[MAXPATHLEN]; variable
168 return (keystore_path); in get_keystore_path()
171 bzero(keystore_path, sizeof (keystore_path)); in get_keystore_path()
182 (void) snprintf(keystore_path, MAXPATHLEN, "%s/%s", in get_keystore_path()
187 (void) snprintf(keystore_path, MAXPATHLEN, "%s/%s/%s", in get_keystore_path()
191 return (keystore_path); in get_keystore_path()