Lines Matching defs:app
359 * app - Application making request
369 open_keystore(PKG_ERR *err, char *keystore_file, char *app,
381 if (!resolve_paths(err, keystore_file, app, flags, tmpstore)) {
1088 * app - Application making request
1294 * If the keystore file does not exist at <base>/<app> then
1296 * for example, to access an app-specific keystore iff it
1297 * exists, otherwise revert back to an app-generic keystore.
1300 * Always use the keystore located at <keystore_path>/<app>.
1303 * back to an app-generic keystore path when the app-specific
1309 * app - Application making requests
1319 resolve_paths(PKG_ERR *err, char *keystore_file, char *app,
1331 if (app != NULL) {
1333 keystore_file, app)) < 0) ||
1344 * app-specific does not exist
1345 * fallback to app-generic, if flags say we can
1355 * app-generic dir
1361 app = NULL;
1364 * app-generic file exists, so
1368 app = NULL;
1383 * app-generic dir exists, so use
1392 if (app != NULL) {
1393 /* app-specific keystore */
1395 keystore_file, app, TRUSTSTORE);
1398 keystore_file, app, CERTSTORE);
1401 keystore_file, app, KEYSTORE);
1404 /* app-generic keystore */
1406 /* single-file app-generic keystore */
1411 /* multi-file app-generic keystore */
1440 * If the keystore file does not exist at <base>/<app> then
1442 * for example, to access an app-specific keystore iff it
1443 * exists, otherwise revert back to an app-generic keystore.
1446 * Always use the keystore located at <keystore_path>/<app>.
1449 * back to an app-generic keystore path when the app-specific