Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-fapi/
Difapi_keystore.c183 size_t keystore_length = strlen(keystore->userdir); in full_path_to_fapi_path() local
189 if (strncmp(&path[0], keystore->userdir, keystore_length) == 0) { in full_path_to_fapi_path()
192 keystore_length = strlen(keystore->systemdir); in full_path_to_fapi_path()
193 if (strncmp(&path[0], keystore->systemdir, keystore_length) == 0) in full_path_to_fapi_path()
Dfapi_util.c1316 size_t keystore_length = strlen(keystore->userdir); in full_path_to_fapi_path() local
1322 if (strncmp(&path[0], keystore->userdir, keystore_length) == 0) { in full_path_to_fapi_path()
1325 keystore_length = strlen(keystore->systemdir); in full_path_to_fapi_path()
1326 if (strncmp(&path[0], keystore->systemdir, keystore_length) == 0) in full_path_to_fapi_path()