Searched refs:defaultprofile (Results 1 – 6 of 6) sorted by relevance
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_keystore.c | 147 TSS2_RC r = initialize_explicit_key_path(keystore->defaultprofile, ipath, in get_explicit_key_path() 260 r = ifapi_asprintf(file_name, "%s%s%s", keystore->defaultprofile, in expand_path() 385 keystore->defaultprofile = strdup(config_defaultprofile); in ifapi_keystore_initialize() 386 goto_if_null2(keystore->defaultprofile, "Out of memory.", r, TSS2_FAPI_RC_MEMORY, in ifapi_keystore_initialize() 393 SAFE_FREE(keystore->defaultprofile); in ifapi_keystore_initialize() 832 r = ifapi_asprintf(directory_name, "%s/", keystore->defaultprofile, in expand_directory() 1376 SAFE_FREE(keystore->defaultprofile); in ifapi_cleanup_ifapi_keystore()
|
D | ifapi_profiles.h | 65 const char *defaultprofile);
|
D | ifapi_keystore.h | 114 char *defaultprofile; member
|
D | ifapi_profiles.c | 61 const char *defaultprofile) in ifapi_profiles_initialize_async() argument 71 profiles->default_name = strdup(defaultprofile); in ifapi_profiles_initialize_async()
|
D | fapi_util.c | 448 TSS2_RC r = init_explicit_key_path(keystore->defaultprofile, ipath, in get_explicit_key_path()
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 2541 const char *defaultprofile)
|