Searched refs:keystore_length (Results 1 – 2 of 2) sorted by relevance
183 size_t keystore_length = strlen(keystore->userdir); in full_path_to_fapi_path() local189 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()
1316 size_t keystore_length = strlen(keystore->userdir); in full_path_to_fapi_path() local1322 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()