Searched refs:keystore_path (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | loadsave.c | 302 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 D | softKeystoreUtil.c | 157 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()
|