Lines Matching refs:clpath
68 char *clpath; member
449 tmpstore->clpath = NULL; in new_keystore()
474 if (keystore->clpath != NULL) in free_keystore()
475 free(keystore->clpath); in free_keystore()
1103 if (keystore->clpath != NULL) { in verify_keystore_integrity()
1104 if (!restore_keystore_file(err, keystore->clpath)) { in verify_keystore_integrity()
1399 keystore->clpath = xstrdup(storepath); in resolve_paths()
1409 keystore->clpath = NULL; in resolve_paths()
1417 keystore->clpath = xstrdup(storepath); in resolve_paths()
1593 if (keystore->clpath != NULL) in lock_keystore()
1594 free(keystore->clpath); in lock_keystore()
1598 keystore->clpath = NULL; in lock_keystore()
1658 if (keystore->clpath != NULL) in read_keystore()
1659 cl_empty = file_empty(keystore->clpath); in read_keystore()
1711 if (keystore->clpath == NULL && !ca_empty) { in read_keystore()
1726 keystore->clpath)) == NULL) { in read_keystore()
1729 keystore->clpath); in read_keystore()
1753 keystore->clpath, in read_keystore()
1764 keystore->clpath); in read_keystore()
1904 if (keystore->capath != NULL && keystore->clpath == NULL && in write_keystore()
2033 keystore->clpath); in write_keystore()
2038 if (!write_keystore_file(err, keystore->clpath, p12)) { in write_keystore()
2041 keystore->clpath); in write_keystore()
2048 if ((remove(keystore->clpath) != 0) && in write_keystore()
2052 keystore->clpath); in write_keystore()